build.xml in ant

Posted by Codenotguru on Stack Overflow See other posts from Stack Overflow or by Codenotguru
Published on 2010-06-15T17:06:43Z Indexed on 2010/06/15 17:12 UTC
Read the original article Hit count: 212

Filed under:
|
> Can anybody help me know what these tags do in build.xml file?

> 
> 1)<property file="" location="."/>
> 2)<property environment=""/>
> 3)<property name="" value=""/> 4)<path
> id="classpath.base"> 5)<pathelement
> location="$some.jar"/> 6)<path
> id="classpath.build"> 7)<path
> id="classpath.test">
> 8)<target></target>
> 
> Thank You

© Stack Overflow or respective owner

Related posts about scripting

Related posts about ant