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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -