javacommons/utils/tsrc/build/java/build.xml
changeset 79 2f468c1958d0
parent 76 4ad59aaee882
child 80 d6dafc5d983f
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    42 
    42 
    43       <echo>Running DebugUtilsTests tests</echo>
    43       <echo>Running DebugUtilsTests tests</echo>
    44       <exec executable="${java.bin.root}/bin/javaunittester">
    44       <exec executable="${java.bin.root}/bin/javaunittester">
    45           <arg line="-mainclass=com.nokia.mj.impl.utils.DebugUtilsTests"/>
    45           <arg line="-mainclass=com.nokia.mj.impl.utils.DebugUtilsTests"/>
    46       </exec>
    46       </exec>
       
    47 
       
    48       <echo>Running LoggerTests tests</echo>
       
    49       <exec executable="${java.bin.root}/bin/javaunittester">
       
    50           <arg line="-mainclass=com.nokia.mj.impl.utils.LoggerTests"/>
       
    51       </exec>
    47   </target>
    52   </target>
    48 
    53 
    49   <target name="main" depends="clean,run"/>
    54   <target name="main" depends="clean,run"/>
    50 
    55 
    51 </project>
    56 </project>