I am trying to enable target overriding in "inheriting" scripts.  Since, I cannot use 
dynamic dependencies, I'm currently using variablized AntCalls, but I'd prefer a more 
direct method, similar to the way depends works.  I do not need a new project 
instantiated, and I don't need the property initialization complications that antcall 
introduces.

 <target name="class" depends="init" description="Compile the java classes.">
    <antcall target="${class}" inheritRefs="true"/>
 </target>

Thanks, Mike

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to