If you
want to use Ant tags like <if>,<equals> then you should do the
following:
- Add ancontrib.jar in ANT_HOME/Lib/
- <taskdef resource="net/sf/antcontrib/antlib.xml" classpathref="project.classpath" /> to init Target.
- For high features-use -
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
No comments:
Post a Comment
Please comment here