Hi,
I am trying to compile jakarta tomcat 5.0.28 from source and have a
weird problem ...
It breaks at the following:
testexist:
[echo] Testing for
/usr/share/java/commons-beanutils-1.7.0/commons-beanutils.jar
downloadgz:
[echo]
src=http://archive.apache.org/dist/jakarta/commons/beanutils/binaries/commons-beanutils-1.7.0.tar.gz,
dest=/usr/share/java/file.tar.gz;
BUILD FAILED
file:/usr/local/src/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build.xml:1694:
Could not create task or type of type: get.
The problem line is the following:
<get src="${sourcefile}" dest="${base.path}/file.tar.gz" />
The source file it tries to get is
"http://archive.apache.org/dist/jakarta/commons/beanutils/binaries/commons-beanutils-1.7.0.tar.gz"
a simple wget will access this URL and works fine ...
The destination is "/usr/share/java/file.tar.gz" the directories are
there and write permission is granted.
So where do I have to look? I'm a bit lost :-( ... As the file is there
and permissions are granted, I assume it's something with ant (my
config? I dunno) ...
Thanks
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|