Modify

Opened 11 years ago

Closed 11 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)

7922-javacc.notRequired.diff (1.7 KB) - added by AlfonZ 11 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 11 years ago by AlfonZ

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).

Changed 11 years ago by AlfonZ

comment:2 Changed 11 years ago by bastiK

Resolution: fixed
Status: newclosed

In 5392/josm:

applied #7922 - "ant clean dist" doesn't work (patch by AlfonZ)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.