ABCL's build calls the hostname command, and needs the internet to download JUnit. Neither of these are really required, though, so we can patch them out to make it build. We also remove the Implemetation-Build property that ends up in the manifest file, because it stores information about the time of the build, which makes it non-deterministic. --- a/build.xml +++ b/build.xml @@ -327,7 +327,7 @@ from ${abcl.home.dir} + depends="abcl.compile,abcl.stamp.version"> @@ -455,11 +455,6 @@ from ${abcl.home.dir} value="${abcl.version}-${abcl.version.src}"/> - - - abcl.hostname: ${abcl.hostname} - - @@ -500,8 +495,6 @@ from ${abcl.home.dir} value="ABCL"/> - @@ -1019,8 +1012,7 @@ ${basedir}/../cl-bench - +