javacommons/utils/tsrc/build/java/build.xml
changeset 80 d6dafc5d983f
parent 72 1f0034e370aa
--- a/javacommons/utils/tsrc/build/java/build.xml	Mon Oct 04 11:29:25 2010 +0300
+++ b/javacommons/utils/tsrc/build/java/build.xml	Fri Oct 15 12:29:39 2010 +0300
@@ -18,39 +18,45 @@
 
 <project name="javacommonutilstest" basedir="." default="deploy">
 
-  <import file="../../../../../build/utilities.xml"/>
-  <property file="../../../../../build/unittest.properties"/>
+                  <import file="../../../../../build/utilities.xml"/>
 
-  <property name="java.src.paths" value="../../javasrc"/>
-  <property name="java.bin.root" value="${env.JAVA_BIN_ROOT}"/>
+                               <property name="java.src.paths" value="../../javasrc"/>
+                                       <property name="java.bin.root" value="${env.JAVA_BIN_ROOT}"/>
+
+                                               <property name="javah.classnames"
+                                                       value="com.nokia.mj.impl.rt.support.JvmPortTest"/>
 
-  <target name="run" depends="deploy">
-      <echo>Running BufferedReaderTests</echo>
-      <exec executable="${java.bin.root}/bin/javaunittester">
-          <arg line="-mainclass=com.nokia.mj.impl.utils.BufferedReaderTests"/>
-      </exec>
+                                                               <target name="compile">
+                                                                       <omj.javac classpath="${compile.result.root}/javautils/classes/first"/>
+                                                                               </target>
 
-      <echo>Running ConcurrencyTests</echo>
-      <exec executable="${java.bin.root}/bin/javaunittester">
-          <arg line="-mainclass=com.nokia.mj.impl.utils.concurrent.ConcurrentTests"/>
-      </exec>
+                                                                               <target name="run" depends="deploy">
+                                                                                       <echo>Running BufferedReaderTests</echo>
+                                                                                       <exec executable="${java.bin.root}/bin/javaunittester">
+                                                                                               <arg line="-mainclass=com.nokia.mj.impl.utils.BufferedReaderTests"/>
+                                                                                                       </exec>
 
-      <echo>Running SystemPropertyTests</echo>
-      <exec executable="${java.bin.root}/bin/javaunittester">
-          <arg line="-mainclass=com.nokia.mj.impl.rt.SystemPropertyTests"/>
-      </exec>
+                                                                                                       <echo>Running ConcurrencyTests</echo>
+                                                                                                       <exec executable="${java.bin.root}/bin/javaunittester">
+                                                                                                               <arg line="-mainclass=com.nokia.mj.impl.utils.concurrent.ConcurrentTests"/>
+                                                                                                                       </exec>
 
-      <echo>Running DebugUtilsTests tests</echo>
-      <exec executable="${java.bin.root}/bin/javaunittester">
-          <arg line="-mainclass=com.nokia.mj.impl.utils.DebugUtilsTests"/>
-      </exec>
+                                                                                                                       <echo>Running SystemPropertyTests</echo>
+                                                                                                                       <exec executable="${java.bin.root}/bin/javaunittester">
+                                                                                                                               <arg line="-mainclass=com.nokia.mj.impl.rt.SystemPropertyTests"/>
+                                                                                                                                       </exec>
 
-      <echo>Running LoggerTests tests</echo>
-      <exec executable="${java.bin.root}/bin/javaunittester">
-          <arg line="-mainclass=com.nokia.mj.impl.utils.LoggerTests"/>
-      </exec>
-  </target>
+                                                                                                                                       <echo>Running DebugUtilsTests tests</echo>
+                                                                                                                                       <exec executable="${java.bin.root}/bin/javaunittester">
+                                                                                                                                               <arg line="-mainclass=com.nokia.mj.impl.utils.DebugUtilsTests"/>
+                                                                                                                                                       </exec>
 
-  <target name="main" depends="clean,run"/>
+                                                                                                                                                       <echo>Running LoggerTests tests</echo>
+                                                                                                                                                       <exec executable="${java.bin.root}/bin/javaunittester">
+                                                                                                                                                               <arg line="-mainclass=com.nokia.mj.impl.utils.LoggerTests"/>
+                                                                                                                                                                       </exec>
+                                                                                                                                                                       </target>
 
-</project>
+                                                                                                                                                                       <target name="main" depends="clean,run"/>
+
+                                                                                                                                                                               </project>