diff options
author | acolyer <acolyer> | 2003-10-10 11:05:55 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-10-10 11:05:55 +0000 |
commit | c17805fd948b0efe904e526822313c1a9e1ba8f8 (patch) | |
tree | 999d243378f5aba908b9f62bfc0d35c0ec7f3b81 /build/release | |
parent | e61ed8aa64db1705c7b20104447ba8cb3857f9d0 (diff) | |
download | aspectj-c17805fd948b0efe904e526822313c1a9e1ba8f8.tar.gz aspectj-c17805fd948b0efe904e526822313c1a9e1ba8f8.zip |
Re-tweaked test-doc-links target for running behind a proxy server.
Build breakage hopefully fixed !
Diffstat (limited to 'build/release')
-rw-r--r-- | build/release/build.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/build/release/build.xml b/build/release/build.xml index 0e18d4f28..83105d192 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -61,11 +61,11 @@ aspectj.workspace location for new cvs tree aspectj.modules.dir ... for existing cvs tree aj.build.install.dir ... for installed dist - - -- if running behind a proxy server (currently only - necessary for successful completion of test-doc-links target) - proxy.host name of proxy host - proxy.port proxy port number + + -- when running behind a proxy server (currently + only necessary for test-doc-links target) + proxy.host name of proxy server + proxy.port proxy port number Example command lines for using this script: @@ -427,8 +427,7 @@ <fileset dir="${tjm.copy.todir}" includes="**/*"/> </delete> <property name="xmlSrcDir" - location="${aspectj.tests.dir}/bin/junitXmlOutput"/> - pe="file"/> + location="${aspectj.tests.dir}/bin/junitXmlOutput"r" type="file"/> </target> @@ -436,7 +435,7 @@ unless="sources.available"> <available property="sources.available" file="${aspectj.modules.dir}/build/build.xml"/> - <fail unlesagainst distribution"> + <failcheck against distribution"> <antcall target="do-java13-setup"/> <property file="${java.home.file}"/> <fail unless="build.java.home" @@ -465,8 +464,8 @@ <arg value="-printInfo"/> <arg value="-log"/> <arg value="${doclink.output.file}-messages.txt"/> - <sysproperty key="http.proxyHost" value="${proxy.host}"/> - <sysproperty key="http.proxyPort" value="${proxy.port}"/> + <sysproperty key="http.proxyHost" value="${proxy.host}" /> + <sysproperty key="http.proxyPort" value="${proxy.port}" /> </java> </target> |