scripts/readme.txt
changeset 297 4cedf26eaa83
parent 157 c68f6790ea55
equal deleted inserted replaced
296:48ed893a420c 297:4cedf26eaa83
     1 
     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. 
     2 
       
     3 The scripts here are intended to build our product from the command line.
       
     4 
     2 
     5 http://knol.google.com/k/automating-eclipse-pde-build
     3 http://knol.google.com/k/automating-eclipse-pde-build
     6 http://help.eclipse.org/ganymede/index.jsp?nav=/4_2_0
     4 http://help.eclipse.org/ganymede/index.jsp?nav=/4_2_0
     7 
     5 
     8 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. 
     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. 
     9 
     7 
    10