build.xml
changeset 899 d80a65072ed8
parent 737 12fc0aa86db9
child 926 86dabb8aa2dd
--- a/build.xml	Thu Feb 04 12:16:49 2010 +0000
+++ b/build.xml	Tue Feb 16 17:50:17 2010 +0000
@@ -27,6 +27,16 @@
   <property name="sf.spec.job.name" value="${jobname}"/>
   <property name="sf.spec.job.codeline" value="${codeline}"/>
   
+  <!-- override helium 7 defaults to operate like helium 5.
+     *.log.dir props dont exist yet so need to be set now, otherwise they 
+     become immutable after helium.ant.xml import -->
+    
+  <property name="prep.log.dir"    value="${build.drive}/output/logs"/>
+  <property name="compile.log.dir" value="${build.drive}/output/logs"/>
+  <property name="post.log.dir"    value="${build.drive}/output/logs"/>
+  <property name="archive.log.dir"    value="${build.drive}/output/logs"/>
+  <property name="signals.log.dir"    value="${build.drive}/output/logs"/>
+
   <!-- import project properties/targets/references -->
   <import file="sf-${sf.project.type}/build.xml" />