Modify ↓
Opened 12 years ago
Closed 12 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 Changed 12 years ago by
comment:2 Changed 12 years ago by
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?
Changed 12 years ago by
Attachment: | patch.diff added |
---|
comment:3 Changed 12 years ago by
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 Changed 12 years ago by
Summary: | JOSM Compilation failed → [patch] JOSM Compilation failed |
---|
Note: See
TracTickets for help on using
tickets.
Also Eclipse does't compile the JOSM project: