Opened 15 years ago
Closed 15 years ago
#3899 closed enhancement (fixed)
[PATCH] Automated creation of REVISION file in Eclipse
Reported by: | jpstotz | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | unspecified | Version: | latest |
Keywords: | Eclipse, REVISION, build target | Cc: |
Description
JOSM depends more and more on the REVISION file which is only created using the ant build target.
If using Eclipse as development and compilation environment the REVSION file is not created and therefore JOSM always complains about the UNKNOWN version info.
The following patch add a target to the build.xml and adds it as ant build target which is automatically executed if Eclipse builds the project.
The created REVISION file is directly written to the bin folder of the JOSM project and therefore present when JOSM is executed from within Eclipse.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | JOSM revision in Eclipse.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [2453]) Applied #3899 - patch by jpstotz - Automated creation of REVISION file in Eclipse