Modify ↓
Ticket #459 (closed enhancement: invalid)
Should only show targets in imported file once
| Reported by: | mattis@… | Owned by: | mrook |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.3 |
| Component: | phing-core | Version: | devel |
| Keywords: | Cc: |
Description
When I import another build.xml file, the targets are shown twice when I do 'phing -list':
Default target: ------------------------------------------------------------------------------- target-one Subtargets: ------------------------------------------------------------------------------- target-one target-two target_two.target-two
Attachments
Change History
comment:4 Changed 18 months ago by mrook
Sorry a reply took so long, but looking at your listing I have a hard time finding anything unusual.
In your main build xml you have targets 'target-one' and 'target-two'. You then import another file, the targets in that file will be prefixed with the project name of the importing build.
Note: See
TracTickets for help on using
tickets.

