hi,
> Not quite sure how to make one build.xml invoke another 
> build, but if I figure it out I'll either add testing as a 
> target to the main build or building as a target to the testing build.
<target name="compile">
      <ant dir='../' target='main'/>
</target>
somthing like that should do.

cheers, 
  marcus

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

Reply via email to