Better to depend at least on -init target.
authorJesse Glick <jglick@netbeans.org>
Wed, 23 Mar 2011 19:24:40 -0400
changeset 3218a878176fd52d
parent 3217 2540603be3e6
child 3219 16c09a3df8f1
Better to depend at least on -init target.
build.xml
     1.1 --- a/build.xml	Wed Mar 23 19:21:24 2011 -0400
     1.2 +++ b/build.xml	Wed Mar 23 19:24:40 2011 -0400
     1.3 @@ -17,7 +17,7 @@
     1.4          </downloadbinaries>
     1.5      </target>
     1.6      <target name="-init" depends="suite.-init,downloadbinaries"/>
     1.7 -    <target name="test-unit" description="Runs unit tests for all modules in the suite.">
     1.8 +    <target name="test-unit" depends="-init" description="Runs unit tests for all modules in the suite.">
     1.9          <sortsuitemodules unsortedmodules="${modules}" sortedmodulesproperty="modules.test.sorted" sorttests="true"/>
    1.10          <property name="continue.after.failing.tests" value="true"/> <!-- fallback -->
    1.11          <subant target="test-unit" buildpath="${modules.test.sorted}" inheritrefs="false" inheritall="false">