Modify

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

7922-javacc.notRequired.diff (1.7 KB) - added by AlfonZ 10 months ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 10 months 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 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:

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

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


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

 
Note: See TracTickets for help on using tickets.