Modify ↓
Opened 12 years ago
Closed 12 years ago
#7922 closed defect (fixed)
"ant clean dist" doesn't work
Reported by: | bastiK | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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 by , 12 years ago
by , 12 years ago
Attachment: | 7922-javacc.notRequired.diff added |
---|
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).