<target name="pre"> <echo message="pre-junit" </target><target name="post"> </target>
Hmmm, this is baffling indeed. Are the pre and post target above really empty? If not, do they depend on any properties or references from the main build you pass in thru <ant>? --DD PS: Note that your approach to this problem seems a bit wrong to me. I would have used <import> rather than your combination of <ant> and <antcall> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
