Added the includeantruntime attribute to build.xml.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 6 Sep 2010 02:13:21 +0000 (04:13 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 6 Sep 2010 02:13:21 +0000 (04:13 +0200)
build.xml

index eda27f3..ff36849 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -17,7 +17,7 @@
     </target>
 
     <target name="jsvc" depends="build-env">
-      <javac srcdir="src" destdir="build/bin" debug="on">
+      <javac srcdir="src" destdir="build/bin" debug="on" includeantruntime="true">
        <!-- <classpath refid="classpath" /> -->
         <compilerarg value="-Xlint:unchecked" />
       </javac>