openstreetmap / openstreetmap-mirror

Scripts to mirror remote repositories to http://github.com/openstreetmap
62 stars 24 forks source link

Please run the script that bumps the externals #7

Open mvo5 opened 7 years ago

mvo5 commented 7 years ago

Hi,

When I try to build josm from the github git I get:


BZip2CompressorInputStream.java:33: error: package org.apache.commons.compress.utils does not exist
    [javac] import org.apache.commons.compress.utils.BitInputStream;
...

And some more similar errors. It looks like https://josm.openstreetmap.de/ticket/14379 is the relevant issue and it got fixed in svn and the fix 61b0543417fdd934c6c5a4a3f453d3b4c085eb71 is also in the github repo. Maybe something more needs to be done to get the externals updated in github as well?

Thanks! Michael