Ant error: <buildfile> is not an absolute path -
i'm trying use ant 1.7 running problem. in current directory, have build file called warupdate.xml. within directory, execute:
/opt/apache-ant-1.7.0/bin/ant -f warupdate.xml
i following error:
buildfile: warupdate.xml
build failed ./warupdate.xml not absolute path
any ideas? thanks!
matt
why name other build.xml
? it's standard, ant expect , can run ant directory without specifying build file.
Comments
Post a Comment