You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stanislas Pinte <st...@wanadoo.be> on 2000/11/24 10:50:08 UTC

update to enhydra xmlc task.

hello,

this update now handles overwriting old files...

<target name="xmlc" depends="prepare">
<xmlc sourcedir="${source}">
<fileset dir="${presentation}">
<include name="*.html"/>
<exclude name="*.java" />
<exclude name="*.class" />
</fileset>
</xmlc>
</target>




-------------------------------------------------------

Stanislas Pinte
Software engineer - Trademine-europe
Tel: 00 32 486 67 78 86

-------------------------------------------------------

Re: update to enhydra xmlc task.

Posted by Stefan Bodewig <bo...@apache.org>.
Stanislas,

forgive me if my question is stupid, I'm not familiar XMLC.

Does XMLC require JDK 1.2 or better? Your task does. If using XMLC
could make sense on JDK 1.1, I'd ask you to change your task to not
use the Collection classes.

Thanks

        Stefan