Quantcast
Channel: Using Ant condition tag - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by mou for Using Ant condition tag

Just a suggestion. You can do the same thing with ant 1.9.1 onwards using if/unless without ant-contrib (http://ant.apache.org/manual/targets.html)Your targets would be <target name="init"...

View Article



Answer by namero999 for Using Ant condition tag

You need to have the ant-contrib jar visible at runtime, or configure it correctly as described in the link.The thing boils down to have Ant load the task definition, so if you put ant-contrib in...

View Article

Using Ant condition tag

I want to do something like this<target name="init" description="Create build directories.><mkdir dir="bin" /><mkdir dir="dist" /><!-- Check for the presence of dependent JARs...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images