--- a/scripts/buildcron Fri Apr 02 10:43:38 2010 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# mail any output to ‘johnk’, no matter whose crontab this is
-MAILTO=johnk@symbian.org
-# run at 1 am
-0 1 * * 0-5 /bin/bash -c /home/symbian/wrttools/scripts/shepard.sh > /home/symbian/scratch/build$$.out 2>&1
--- a/scripts/readme.txt Fri Apr 02 10:43:38 2010 -0700
+++ b/scripts/readme.txt Tue Apr 06 11:23:58 2010 -0700
@@ -1,10 +1,7 @@
-
-
-The scripts here are intended to build our product from the command line.
+The scripts here are intended to build our product from the command line. Here are two links which I found useful to understand how to build an eclipse based IDE.
http://knol.google.com/k/automating-eclipse-pde-build
http://help.eclipse.org/ganymede/index.jsp?nav=/4_2_0
-The assoicated build.xml and build.properties files do compile the product. Unfortunately, the resulting contains of the result are unexpected. We see neither eclipse.ini nor the platform specific bits.
+shepard.sh starts the automated build process and expects to be called from hudson. build.xml and assocatiated properties files are part of the Plug-in Development Environment (PDE - http://www.eclipse.org/pde/). Anything that ends with SED is intended to be a template where tokens are replaced with values via the sed program.
-