Author: nickboldt
Date: 2010-04-22 13:36:04 -0400 (Thu, 22 Apr 2010)
New Revision: 21619
Modified:
branches/modular_build/build.xml
Log:
https://jira.jboss.org/jira/browse/JBQA-3313 Use static, shared space outside workspace,
instead of working directly in the workspace :: add debug output
Modified: branches/modular_build/build.xml
===================================================================
--- branches/modular_build/build.xml 2010-04-22 16:20:22 UTC (rev 21618)
+++ branches/modular_build/build.xml 2010-04-22 17:36:04 UTC (rev 21619)
@@ -65,6 +65,7 @@
<available file="/home/hudson/static_build_env/jbds" type="dir"
/>
</condition>
<mkdir dir="${COMMON_TOOLS}" />
+ <echo>COMMON_TOOLS = ${COMMON_TOOLS}</echo>
<available file="${COMMON_TOOLS}/ant-contrib.jar" type="file"
property="ant-contrib.jar.exists" />
<antcall target="get.ant-contrib" />