/[projects]/dao/DaoAdresseService/build.xml
ViewVC logotype

Diff of /dao/DaoAdresseService/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2269 by torben, Thu Feb 12 14:16:01 2015 UTC revision 2270 by torben, Thu Feb 12 14:29:10 2015 UTC
# Line 42  Line 42 
42          </target>          </target>
43    
44          <target name="test" depends="compile">          <target name="test" depends="compile">
45                  <mkdir dir="${reports.tests}"/>                  <mkdir dir="reports_tests"/>
46    
47                  <junit printsummary="yes" haltonfailure="yes">                  <junit printsummary="yes" haltonfailure="yes">
48                          <classpath refid="path.base" />                          <classpath refid="path.base" />
49                            <classpath> <pathelement location="antbuild/"/> </classpath>
50    
51                           <formatter type="plain"/>                           <formatter type="plain"/>
52    
53                          <batchtest fork="yes" todir="${reports.tests}">                          <batchtest fork="yes" todir="reports_tests">
54                                  <fileset dir="src/test">                                  <fileset dir="src/">
55                                          <include name="**/*.java"/>                                          <include name="**/*Test*.java"/>
56                                  </fileset>                                  </fileset>
57                          </batchtest>                          </batchtest>
58                  </junit>                  </junit>

Legend:
Removed from v.2269  
changed lines
  Added in v.2270

  ViewVC Help
Powered by ViewVC 1.1.20