Opened 16 years ago
Closed 16 years ago
#170 closed defect (fixed)
clean target is invoked after prepare target when running default ant build task
Reported by: | jng | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 2.0 |
Component: | Core | Version: | 1.1.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
Run ant in the fusion directory with no optional parameters.
It will say BUILD FAILED at build.xml:205 ${fusion directory}\build\text not found.
If you look at the output, the clean target is executed *after* the prepare target has been executed, the net result is that nothing has been copied.
Note:
See TracTickets
for help on using tickets.
Fix for #140 fixed this one too