Modify ↓
Opened 5 years ago
Closed 5 years ago
#14455 closed enhancement (fixed)
Use <java> instead of <exec> to run javacc
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 17.03 |
Component: | Core | Version: | |
Keywords: | ant | Cc: | Don-vip |
Description
In the ant file, we currently use <exec> to start javacc.
This does not respect the JAVA_HOME
property that can be set for ant - e.g. to test compilation with Java9.
Attachments (1)
Change History (2)
Changed 5 years ago by
Attachment: | build-use-java-task.patch added |
---|
comment:1 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 11676/josm: