scripts/readme.txt
author Eugene Ostroukhov <eugeneo@symbian.org>
Fri, 04 Jun 2010 16:25:50 -0700
changeset 347 6c48d84d3490
parent 297 4cedf26eaa83
permissions -rw-r--r--
Bug 2450 - Previewer doesn't reload html in the body section
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
297
4cedf26eaa83 updated readme.txt
John Kern <johnk@symbian.org>
parents: 157
diff changeset
     1
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. 
157
c68f6790ea55 ant build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
c68f6790ea55 ant build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
http://knol.google.com/k/automating-eclipse-pde-build
c68f6790ea55 ant build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     4
http://help.eclipse.org/ganymede/index.jsp?nav=/4_2_0
c68f6790ea55 ant build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     5
297
4cedf26eaa83 updated readme.txt
John Kern <johnk@symbian.org>
parents: 157
diff changeset
     6
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. 
157
c68f6790ea55 ant build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     7