revert build file changed excidentally
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Thu, 28 Apr 2011 15:18:39 +0000 (15:18 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Thu, 28 Apr 2011 15:18:39 +0000 (15:18 +0000)
git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4048 e3abac25-378b-4346-85de-24260fe3988d

build.xml

index 3d4535e..fc99421 100644 (file)
--- a/build.xml
+++ b/build.xml
                        <compilerarg value="-Xlint:-unchecked" />\r
                        <classpath refid="project.classpath" />\r
                </javac>\r
-       \r
+               <!-- Complile the engines -->\r
+               <javac srcdir="${basedir}/engine" destdir="${classes}" target="1.6" source="1.6" debug="off" optimize="on" encoding="UTF-8" verbose="false" nowarn="true">\r
+                       <compilerarg value="-Xlint:-all" />\r
+                       <compilerarg value="-Xlint:-unchecked" />\r
+                       <classpath refid="project.classpath" />\r
+               </javac>\r
+               <!-- Complile the runners -->\r
+               <javac srcdir="${basedir}/runner" destdir="${classes}" target="1.6" source="1.6" debug="off" optimize="on" encoding="UTF-8" verbose="false" nowarn="true">\r
+                       <compilerarg value="-Xlint:-unchecked" />\r
+                       <classpath refid="project.classpath" />\r
+               </javac>\r
+               <!-- Complile the webservices -->\r
+               <javac srcdir="${basedir}/webservices" destdir="${classes}" target="1.6" source="1.6" debug="off" optimize="on" encoding="UTF-8" verbose="false" nowarn="true">\r
+                       <compilerarg value="-Xlint:-unchecked" />\r
+                       <classpath refid="project.classpath" />\r
+               </javac>\r
+\r
        </target>\r
 \r
 \r