diff --git a/bin/build-original-i2p.sh b/bin/build-original-i2p.sh index 1aed8b1..7b80338 100755 --- a/bin/build-original-i2p.sh +++ b/bin/build-original-i2p.sh @@ -13,7 +13,7 @@ cd "$basedir/import" # build the jars we're going to modularize cd "$basedir/import/i2p.i2p" export LG2=en -"$basedir"/import/apache-ant-1.10.5/bin/ant buildRouter buildI2PTunnelJars buildSAM jbigi +"$basedir"/import/apache-ant-1.10.7/bin/ant buildRouter buildI2PTunnelJars buildSAM jbigi cd .. diff --git a/bin/import-packages.sh b/bin/import-packages.sh index 79e7e39..85c7581 100755 --- a/bin/import-packages.sh +++ b/bin/import-packages.sh @@ -32,9 +32,9 @@ if [ ! -d "$basedir/import/jdks" ]; then unzip jdks/win/$JDK_DOWNLOAD_FILENAME_WIN -d jdks/win/ fi -if [ ! -d "$basedir/import/apache-ant-1.10.5" ]; then - wget https://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz - tar zxvf apache-ant-1.10.5-bin.tar.gz +if [ ! -d "$basedir/import/apache-ant-1.10.7" ]; then + wget https://www-us.apache.org/dist//ant/binaries/apache-ant-1.10.7-bin.tar.gz + tar zxvf apache-ant-1.10.7-bin.tar.gz fi if [ ! -d "$basedir/import/commons-compress-1.18" ]; then