Scott,
Do you think we could move the chainsaw related build targets in build.xml, to their own build file, say chainsaw.xml? The current build file is a little too big imho.
We could continue to build chainsaw from build.xml by invoking targets found in chainsaw.xml.
At 11:50 AM 12/23/2004, you wrote:
A heads-up - I added a receiver that supports VFS.
I think there is value in providing access to data that could not otherwise be accessed programmatically (webdav/ssh/ftp/etc).
Here's a complete list of the protocols VFS supports: http://jakarta.apache.org/commons/sandbox/vfs/filesystems.html
The actual VFS dependencies are minor - interfaces, an exception and the VFS class that uses reflection to load file system managers.
Folks have to add the jars to their classpath to make it work, and it works great.
Here are the dependencies:
org.apache.commons.vfs.FileObject; org.apache.commons.vfs.FileSystemException; org.apache.commons.vfs.FileSystemManager; org.apache.commons.vfs.VFS;
Scott
-- Ceki G�lc�
The complete log4j manual: http://qos.ch/log4j/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
