--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/buildcron Mon Feb 01 13:31:56 2010 -0800
@@ -0,0 +1,5 @@
+# mail any output to ‘paul’, no matter whose crontab this is
+MAILTO=johnk@symbian.org
+# run at 10 pm
+0 22 * * 0-5 sh /home/symbian/wrttools/scripts/shepard.sh > /home/symbian/scratch/build-`date +%j`.out 2>&1
+
--- a/scripts/genBuildScripts.xml Mon Feb 01 13:26:14 2010 -0800
+++ b/scripts/genBuildScripts.xml Mon Feb 01 13:31:56 2010 -0800
@@ -2,6 +2,8 @@
<!-- WS_DIR is set in the associated shell scripts -->
<property environment="env"/>
<echo message="workspace: ${env.WS_DIR}"/>
+ <property name="source" value="1.5" />
+ <property name="target" value="1.5" />
<eclipse.buildScript
elements="feature@org.symbian.tools.wrttools"
buildDirectory="${env.WS_DIR}"