I'm try to use a target more than once, but it doesn't seem to run the
second time

eg.

<!-- jar: compile src files, and package into jar file -->
     <target name="jar" depends="cleanup, compile, package, cleanup"/>

the cleanup, deletes all the files in the classes directory. I want to this
before and after, since some of my build processes don't cleanup. and
before checking in,

thanks
jane
_____________________
Jane Fraser
Release Manager
Core Platform Engineering

x 6743
cell 415-517-0168


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

Reply via email to