Hi,

is there a way to go like this:
    <target name="war">
        <antcall target="create-war" inheritAll="false">
            <param name="webmodule.name" value="${webmodule.1.name}"/>
            <param name="webmodule.dir" value="${webmodule.1.dir}"/>
        </antcall>
        
        <antcall target="create-war" inheritAll="false">
            <param name="webmodule.name" value="${webmodule.2.name}"/>
            <param name="webmodule.dir" value="${webmodule.2.dir}"/>
        </antcall>
        
    </target>

without specifing the antcall part for every webmodule?
I try to have a generic war target that builds all webmodules contained in
the build.properties without the need to change the number of antcalls in
the build.xml. Should be like a while loop.
Is there a better easier way to do this?

Is there a timeline for the ant1.5 release?

Mit freundlichen Grüßen
 Michael Kögel
 ...act!
 Gesamt- und Laufzeitarchitektur



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

Reply via email to