Author: nickboldt
Date: 2010-10-01 21:38:05 -0400 (Fri, 01 Oct 2010)
New Revision: 25424
Modified:
trunk/build/target-platform/build.xml
Log:
use WORKINGDIR instead of WORKSPACE so REPO and eclipse aren't inside the sources/
dir
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-10-02 01:35:52 UTC (rev 25423)
+++ trunk/build/target-platform/build.xml 2010-10-02 01:38:05 UTC (rev 25424)
@@ -7,8 +7,10 @@
<property name="tmpdir"
value="${java.io.tmpdir}/target-platform-build" />
- <!-- assume this is run from /WORKSPACE/sources/ == /trunk/build/ -->
- <property name="WORKSPACE" value="${basedir}" />
+ <condition property="WORKINGDIR"
value="/home/hudson/static_build_env/jbds/tools/sources"
else="${basedir}">
+ <available file="/home/hudson/static_build_env/jbds" type="dir"
/>
+ </condition>
+ <mkdir dir="${WORKINGDIR}" />
<condition property="COMMON_TOOLS"
value="/home/hudson/static_build_env/jbds/tools"
else="${java.io.tmpdir}">
<available file="/home/hudson/static_build_env/jbds" type="dir"
/>
Show replies by date