scripts/runAnt.sh
author user
Fri, 19 Feb 2010 11:46:18 -0800
changeset 180 b79f2fbd4541
parent 78 25813fb4bf1c
permissions -rw-r--r--
Fixed Bug 1956 - WRT Debugger - Browser displays <Name of WRT project> - Nokia WRT Preview

#!/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