Quoting Jacob Kjome <[EMAIL PROTECTED]>:
>
> Recent .tar.gz distributions of commons-vfs at
> http://cvs.apache.org/builds/jakarta-commons/nightly/ are completely
> empty. The site is down right now, so I can't quite verify when the last
> good one was, but from memory, I think it was 20040301. All since then are
> empty archives. Might want to get that fixed.
>
That is because running "ant clean dist" to produce the nightly bundles is
getting a compile error:
compile:
[mkdir] Created dir:
/home/craigmcc/Jakarta/jakarta-commons-sandbox/vfs/target/classes
[javac] Compiling 102 source files to
/home/craigmcc/Jakarta/jakarta-commons-sandbox/vfs/target/classes
[javac]
/home/craigmcc/Jakarta/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebDavFileSystem.java:80:
cannot resolve symbol
[javac] symbol : constructor WebdavResource
(org.apache.commons.httpclient.HttpURL,int,int)
[javac] location: class org.apache.webdav.lib.WebdavResource
[javac] final WebdavResource resource = new WebdavResource(
url, WebdavResource.NOACTION, 1 );
[javac] ^
[javac]
/home/craigmcc/Jakarta/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:67:
cannot resolve symbol
[javac] symbol : method setHttpURL
(org.apache.commons.httpclient.HttpURL,int,int)
[javac] location: class org.apache.webdav.lib.WebdavResource
[javac] resource.setHttpURL( url, WebdavResource.NOACTION, 1 );
[javac] ^
[javac] 2 errors
BUILD FAILED
I'm cc'ing COMMONS-DEV in case the [vfs] developers are only watching there.
>
> Jake
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]