| author | Eugene Ostroukhov <eugeneo@symbian.org> |
| Mon, 21 Jun 2010 11:52:43 -0700 | |
| changeset 391 | 62472296236e |
| parent 78 | 25813fb4bf1c |
| permissions | -rw-r--r-- |
| 59 | 1 |
#!/bin/sh |
|
65
6bec0231e8d2
added script to drive the builds. updated others to accept parameters
John Kern <johnk@symbian.org>
parents:
62
diff
changeset
|
2 |
|
|
6bec0231e8d2
added script to drive the builds. updated others to accept parameters
John Kern <johnk@symbian.org>
parents:
62
diff
changeset
|
3 |
set -x |
|
6bec0231e8d2
added script to drive the builds. updated others to accept parameters
John Kern <johnk@symbian.org>
parents:
62
diff
changeset
|
4 |
|
| 59 | 5 |
PDE_ECLIPSE_DIR=/usr/eclipse |
6 |
PDE_VER=3.5.1.R35x_20090820 |
|
7 |
EQUINOX_VER=1.0.201.R35x_v20090715 |
|
|
65
6bec0231e8d2
added script to drive the builds. updated others to accept parameters
John Kern <johnk@symbian.org>
parents:
62
diff
changeset
|
8 |
WS_DIR=$1 |
|
62
040d2c998a7b
source level most be provided on command line; work is variable
John Kern <johnk@symbian.org>
parents:
59
diff
changeset
|
9 |
BUILD_CONF_DIR=${WS_DIR}/org.symbian.tools.wrttools.feature
|
| 59 | 10 |
JAVA_CMD=/usr/java/jdk1.6.0_18/bin/java |
11 |
BUILD_FILE=${PDE_ECLIPSE_DIR}/plugins/org.eclipse.pde.build_${PDE_VER}/scripts/productBuild/productBuild.xml
|
|
12 |
||
13 |
cd ${BUILD_CONF_DIR}
|
|
| 78 | 14 |
${JAVA_CMD} -jar ${PDE_ECLIPSE_DIR}/plugins/org.eclipse.equinox.launcher_${EQUINOX_VER}.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
| 59 | 15 |