You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stanislas Pinte <st...@wanadoo.be> on 2000/11/23 17:21:35 UTC

enhydra xmlc task update

hello,

a first patched version of my xmlc task, with a sample calling code.

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

The sourcedir is the directory in which you can find your sources.
The fileset specifies wich files below the sourcedir will be taken into 
account for xmlcompilation.

comments are welcomed.

Stan.



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

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

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