The webdav support is still in the "sandbox" (http://commons.apache.org/vfs/filesystems.html) since it's based upon a snapshot release of another component. You have to check out the source from SVN and install it into your local maven repo (at least that's what I had to do). By the way, it works wonderfully for us! :)
On 10/22/07, Ernesto De Santis <[EMAIL PROTECTED]> wrote: > Hi > > I've been having problems to connect to a webdav filesystem. I hope that > it's so simple, just a jars set necessary to work. I'd read the > documentation: > http://commons.apache.org/vfs/download.html > > My string connecting look like this: > webdav://my.user:[EMAIL PROTECTED]/my/home/ > > I'm using this jars: > commons-httpclient-3.1.jar > commons-vfs-20070730.jar > commons-net-1.4.1.jar > jakarta-oro-2.0.8.jar > jakarta-slide-*-2.1.jar > And the JDom jars. > > I get this exception: > org.apache.commons.vfs.FileSystemException: Badly formed URI > "webdav://...............". > caused by: > java.net.MalformedURLException: unknown protocol: webdav > > Some one can help? thanks! > > Another comment, It's confusing that a real message exception "unknown > protocolo: webdav" was hided by the standard FileSystemException message > "badly formed URI...". > Now I'm checking for the supported schemes before process. > > Thanks in advance, > Ernesto. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
