From 4c41e7d4286d3ce1f3ef7c8e920ec3cca99e67b8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 27 Jun 2013 16:39:53 +0200 Subject: Ant build.xml: Build target is 1.6; Pick up TARGET_RT_JAR (-> JRE 1.6 rt.jar); Respect javacdebug* props, def. is none. --- build.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index f5515d3..d281c61 100644 --- a/build.sh +++ b/build.sh @@ -5,4 +5,10 @@ CP=$CP:lib/xerces/xercesImpl.jar:lib/xerces/xml-apis.jar CP=$CP:lib/proguard/proguard.jar CP=$CP:$JAVA_HOME/lib/tools.jar -java -Dant.home=lib/ant -cp $CP org.apache.tools.ant.Main -buildfile build.xml $@ \ No newline at end of file +export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar + +# -Djavacdebug=true \ +# -Djavacdebuglevel="source,lines,vars" \ + +java \ + -Dant.home=lib/ant -cp $CP org.apache.tools.ant.Main -buildfile build.xml $@ -- cgit v1.2.3