| "java.lang.ClassCastException: org.apache.tools.ant.types.Path " error after | "java.lang.ClassCastException: org.apache.tools.ant.types.Path " error after 2006-09-22 - By Dominique Devienne
> <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: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |