Hi,
  I'm using antcalls to call a target heres the code I'm using:

    <target name="HTML" depends="init">
        <echo message="Converting xml documents into html"/>
        
        <antcall target="HTMLbuild"><param name="docpath"
value="${devguide}"/></antcall>
        <antcall target="HTMLbuild"><param name="docpath"
value="${xmleditor}"/></antcall>
    </target>

currently when I want to add another document I need to add another antcall
is there a way I can loop through a list in a property so that I only need
one generic antcall? That way when another person adds a document that they
want converted during the next build, they only have to modify a property
file and not the build file.

ideas welcome

Thanks in advance
Jerome

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to