Opened 13 years ago
Closed 13 years ago
#6591 closed defect (fixed)
[patch] JOSM Compilation failed
Reported by: | Andre68 | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Since today the compilation of JOSM failed due to missing lib directory. Current revision is 4235.
I then checked out a fresh copy but with no success. Falling back to revision 4230 solves this issue.
$ ant dist Buildfile: /home/andi/Projekte/osm/josm/build.xml init: compile: [javac] /home/andi/Projekte/osm/josm/build.xml:108: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1017 source files to /home/andi/Projekte/osm/josm/build BUILD FAILED /home/andi/Projekte/osm/josm/build.xml:108: /home/andi/Projekte/osm/josm/lib does not exist. Total time: 1 second
Attachments (1)
Change History (6)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
For r4235 it is enough to 'mkdir lib' to make it compilable with ant.
May be we need to add 'lib' dir to svn repo?
by , 13 years ago
Attachment: | patch.diff added |
---|
comment:3 by , 13 years ago
It's because these libs have been included in JOSM tree in r4231 (why ?), but the .classpath has not been updated. See attached patch.
comment:4 by , 13 years ago
Summary: | JOSM Compilation failed → [patch] JOSM Compilation failed |
---|
Also Eclipse does't compile the JOSM project: