Modify ↓
Opened 15 years ago
Closed 15 years ago
#2708 closed enhancement (fixed)
[PATCH] Simplifying the dist target of build.xml
Reported by: | jpstotz | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | unspecified | Version: | latest |
Keywords: | build.xml | Cc: |
Description
The dist target which creates the josm_custom.jar copies dozens of files which is very inefficient. Additionally the content of several JAR files is extracted only for being packed again some seconds later.
The much easier way is to leave the files where they are, the JARs packed, and include the resources directly into the jar. The attached patch contains the necessary changes for doing so.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | JOSM_build.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In r1660.