Re: [vfs] VFS 1.0 CIFS

2008-03-16 Thread Dion Gillard
Nothing's been updated here: http://people.apache.org/repo/m2-snapshot-repository/org/apache/commons/ for vfs since oct 2007 On Fri, Mar 14, 2008 at 11:57 PM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Is there a problem with placing the jar in

Re: [vfs] VFS 1.0 CIFS

2008-03-14 Thread Mario Ivankovits
Hi! What's the recommended way of using commons-vfs 1.0 with CIFS support? You mean where to get the SMB provider from? Supposed to be in the vfs sandbox ...Mario? Sorry for being late, wasn't able to connect to our mailserver through the JSFDays conference network. Yepp, still in the

Re: [vfs] VFS 1.0 CIFS

2008-03-14 Thread Mario Ivankovits
Hi! Is there a problem with placing the jar in http://people.apache.org/repo/m2-snapshot-repository/ Hmmm shouldn't this be something the nightly build should do already? Ciao, Mario - To unsubscribe, e-mail:

Re: [vfs] VFS 1.0 CIFS

2008-03-13 Thread Torsten Curdt
On 13.03.2008, at 07:32, Dion Gillard wrote: What's the recommended way of using commons-vfs 1.0 with CIFS support? You mean where to get the SMB provider from? Supposed to be in the vfs sandbox ...Mario? cheers -- Torsten

Re: [vfs] VFS 1.0 CIFS

2008-03-13 Thread Dion Gillard
If I check out the sandbox, from the v1.0 tag ( http://svn.apache.org/repos/asf/commons/proper/vfs/tags/vfs-1.0/sandbox/ ) and run mvn package, it's still parented by the 1.0-SNAPSHOT pom, which isn't available in the repo. I figured i must be doing something wrong. Do i need to rebuild vfs

Re: [vfs] VFS 1.0 CIFS

2008-03-13 Thread Dion Gillard
For anyone else doing this, I check the code out from the vfs-1.0 tag http://svn.apache.org/repos/asf/commons/proper/vfs/tags/vfs-1.0 Running 'mvn install' on the tagged source has test failures. Contrary to http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html