Modify ↓
Opened 10 months ago
Closed 10 months ago
#7922 closed defect (fixed)
"ant clean dist" doesn't work
| Reported by: | bastiK | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
When executing
ant clean dist
from the command line, there are build errors, due to missing javacc files. (Doing clean and dist separately works fine.)
Attachments (1)
Change History (3)
comment:1 Changed 10 months ago by AlfonZ
Changed 10 months ago by AlfonZ
comment:2 Changed 10 months ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
In 5392/josm:
Note: See
TracTickets for help on using
tickets.



It looks to me that ant is doing the javacc.notRequired check before cleaning, thus invalidating the check.
I have tried to move the check to init target and it seems to work fine (unless one tries ant init clean dist, that is).