At 05:54 6/3/01 +1000, James Sinnamon wrote:
> <target name="clean" depends="init">
> <delete>
> <fileset dir="${build.dir}">
> <fileset dir="${src.dir}" includes="/**.class">
You end your tags with > rather than /> which is confusing the XML parser
;) Fix that and it should work.
Cheers,
Pete
*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof." |
| - John Kenneth Galbraith |
*-----------------------------------------------------*