Modify ↓
Opened 8 years ago
Closed 8 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)
by , 8 years ago
Attachment: | build-use-java-task.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 11676/josm: