Will Jordan

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created "ant" task with omitted "antfile" property fails to resolve default build.xml
I have the following in an Ant build.xml script: <ant target="target1" dir="${basedir}/foo"/> <ant target="target2"/> From the "ant" task documentation:When the antfile attribute is omitted,...