scripts/runAnt.sh
author Eugene Ostroukhov <eugeneo@symbian.org>
Fri, 04 Jun 2010 16:25:50 -0700
changeset 347 6c48d84d3490
parent 78 25813fb4bf1c
permissions -rw-r--r--
Bug 2450 - Previewer doesn't reload html in the body section

#!/bin/sh

set -x 

PDE_ECLIPSE_DIR=/usr/eclipse
PDE_VER=3.5.1.R35x_20090820
EQUINOX_VER=1.0.201.R35x_v20090715
WS_DIR=$1
BUILD_CONF_DIR=${WS_DIR}/org.symbian.tools.wrttools.feature
JAVA_CMD=/usr/java/jdk1.6.0_18/bin/java
BUILD_FILE=${PDE_ECLIPSE_DIR}/plugins/org.eclipse.pde.build_${PDE_VER}/scripts/productBuild/productBuild.xml 

cd ${BUILD_CONF_DIR}
${JAVA_CMD} -jar ${PDE_ECLIPSE_DIR}/plugins/org.eclipse.equinox.launcher_${EQUINOX_VER}.jar -application org.eclipse.ant.core.antRunner  -buildfile build.xml