We're using Ant1.5 alpha and seeing a strange problem.

If I do "ant clean all test" I get an error message saying:
build.xml:143: You must specify the jar file to create!

The strange part is that if I do:
ant clean
ant all
ant test

It seems like those two ways of building should be equivalent,
what am I missing?

Line 143 is the jar task in our dist target and looks like this:
   <target name="dist" depends="compile">

     <!-- portal jar file -->

     <jar destfile="${nile.dist}/ncp.war">
       <fileset dir="${build.ncp}" excludes="src/**"/>
     </jar>

   </target>

TIA for any help you can lend.


--
                                        Chuck Brunson
                                        x56912
                                        719-277-6912
                                        [EMAIL PROTECTED]
                                        AIM: chuck9206


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to