Is there a way to access ant properties within a custom task? For example:
<property name="test.property" value="testing..."/> <target name="test-mytask"> <taskdef resource="mytask.properties" classpathref="mytask.cp"/> <mytask/> </target> How can I access the value of test.property within the java code that creates mytask? Thanks, Mike. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
