Re: [vfs] support JCIFS

2014-05-23 Thread Dan Tran
the jcif provider under sandbox is very stable, i use it in production

see https://issues.apache.org/jira/browse/VFS-438 for a minor patch

or you can build and deploy this your self
http://svn.codehaus.org/mojo/trunk/mojo/vfs/vfs-smb/pom.xml

-D


On Thu, May 22, 2014 at 9:42 PM, Gary Gregory garydgreg...@gmail.comwrote:

 It's up to you ;-) is not included in the main project because of the
 license IIRC.

 Gary

 div Original message /divdivFrom: Sandhya
 Rajagopalan sandhya_rajagopa...@symantec.com /divdivDate:05/22/2014
  18:30  (GMT-05:00) /divdivTo: user@commons.apache.org/divdivSubject: 
 [vfs] support JCIFS /divdiv
 /divHi,
 When are you going to support JCIFS? I see this is your sandbox. Can I add
 jcifs in providers.xml to start using it?

 -Sandhya



Re: [vfs] support JCIFS

2014-05-23 Thread Bernd Eckenfels
I Wonder if we should add the sandbox providers to the normal providers.xml 
with a existence condition, so you get it preconfigured as soon as the JAR is 
on the classpath.

(i noticed there is some Service discovery plugin stuff in the 
StandardfileSystemManager, but I guess this will not pick up the sandbox Lib?)

 Am 23.05.2014 um 06:42 schrieb Gary Gregory garydgreg...@gmail.com:
 
 It's up to you ;-) is not included in the main project because of the license 
 IIRC.
 
 Gary
 
 div Original message /divdivFrom: Sandhya Rajagopalan 
 sandhya_rajagopa...@symantec.com /divdivDate:05/22/2014  18:30  
 (GMT-05:00) /divdivTo: user@commons.apache.org /divdivSubject: [vfs] 
 support JCIFS /divdiv
 /divHi,
 When are you going to support JCIFS? I see this is your sandbox. Can I add 
 jcifs in providers.xml to start using it?
 
 -Sandhya

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [vfs] support JCIFS

2014-05-23 Thread Gary Gregory
Also wondering... why can't we deliver our code even if the jar we depend
in the POM on has an incompatible license? I can understand that it is
undesirable philosophically, but is it disallowed?

Should we create a separate module for these providers? What would it be
called?

Gary


On Fri, May 23, 2014 at 6:57 AM, Bernd Eckenfels e...@zusammenkunft.netwrote:

 I Wonder if we should add the sandbox providers to the normal
 providers.xml with a existence condition, so you get it preconfigured as
 soon as the JAR is on the classpath.

 (i noticed there is some Service discovery plugin stuff in the
 StandardfileSystemManager, but I guess this will not pick up the sandbox
 Lib?)

  Am 23.05.2014 um 06:42 schrieb Gary Gregory garydgreg...@gmail.com:
 
  It's up to you ;-) is not included in the main project because of the
 license IIRC.
 
  Gary
 
  div Original message /divdivFrom: Sandhya
 Rajagopalan sandhya_rajagopa...@symantec.com /divdivDate:05/22/2014
  18:30  (GMT-05:00) /divdivTo: user@commons.apache.org/divdivSubject: 
 [vfs] support JCIFS /divdiv
  /divHi,
  When are you going to support JCIFS? I see this is your sandbox. Can I
 add jcifs in providers.xml to start using it?
 
  -Sandhya

 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Editionhttp://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: [vfs] support JCIFS

2014-05-23 Thread sebb
On 23 May 2014 15:24, Gary Gregory garydgreg...@gmail.com wrote:
 Also wondering... why can't we deliver our code even if the jar we depend
 in the POM on has an incompatible license? I can understand that it is
 undesirable philosophically, but is it disallowed?

 Should we create a separate module for these providers? What would it be
 called?

This is really a conversation for the dev list ...

 Gary


 On Fri, May 23, 2014 at 6:57 AM, Bernd Eckenfels 
 e...@zusammenkunft.netwrote:

 I Wonder if we should add the sandbox providers to the normal
 providers.xml with a existence condition, so you get it preconfigured as
 soon as the JAR is on the classpath.

 (i noticed there is some Service discovery plugin stuff in the
 StandardfileSystemManager, but I guess this will not pick up the sandbox
 Lib?)

  Am 23.05.2014 um 06:42 schrieb Gary Gregory garydgreg...@gmail.com:
 
  It's up to you ;-) is not included in the main project because of the
 license IIRC.
 
  Gary
 
  div Original message /divdivFrom: Sandhya
 Rajagopalan sandhya_rajagopa...@symantec.com /divdivDate:05/22/2014
  18:30  (GMT-05:00) /divdivTo: 
 user@commons.apache.org/divdivSubject: [vfs] support JCIFS /divdiv
  /divHi,
  When are you going to support JCIFS? I see this is your sandbox. Can I
 add jcifs in providers.xml to start using it?
 
  -Sandhya

 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org




 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 Java Persistence with Hibernate, Second 
 Editionhttp://www.manning.com/bauer3/
 JUnit in Action, Second Edition http://www.manning.com/tahchiev/
 Spring Batch in Action http://www.manning.com/templier/
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [vfs] support JCIFS

2014-05-23 Thread Gary Gregory
Moved.

Gary

div Original message /divdivFrom: sebb seb...@gmail.com 
/divdivDate:05/23/2014  10:27  (GMT-05:00) /divdivTo: Commons Users 
List user@commons.apache.org /divdivSubject: Re: [vfs] support JCIFS 
/divdiv
/divOn 23 May 2014 15:24, Gary Gregory garydgreg...@gmail.com wrote:
 Also wondering... why can't we deliver our code even if the jar we depend
 in the POM on has an incompatible license? I can understand that it is
 undesirable philosophically, but is it disallowed?

 Should we create a separate module for these providers? What would it be
 called?

This is really a conversation for the dev list ...

 Gary


 On Fri, May 23, 2014 at 6:57 AM, Bernd Eckenfels 
 e...@zusammenkunft.netwrote:

 I Wonder if we should add the sandbox providers to the normal
 providers.xml with a existence condition, so you get it preconfigured as
 soon as the JAR is on the classpath.

 (i noticed there is some Service discovery plugin stuff in the
 StandardfileSystemManager, but I guess this will not pick up the sandbox
 Lib?)

  Am 23.05.2014 um 06:42 schrieb Gary Gregory garydgreg...@gmail.com:
 
  It's up to you ;-) is not included in the main project because of the
 license IIRC.
 
  Gary
 
  div Original message /divdivFrom: Sandhya
 Rajagopalan sandhya_rajagopa...@symantec.com /divdivDate:05/22/2014
  18:30  (GMT-05:00) /divdivTo: 
 user@commons.apache.org/divdivSubject: [vfs] support JCIFS /divdiv
  /divHi,
  When are you going to support JCIFS? I see this is your sandbox. Can I
 add jcifs in providers.xml to start using it?
 
  -Sandhya

 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org




 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 Java Persistence with Hibernate, Second 
 Editionhttp://www.manning.com/bauer3/
 JUnit in Action, Second Edition http://www.manning.com/tahchiev/
 Spring Batch in Action http://www.manning.com/templier/
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [vfs] support JCIFS

2014-05-23 Thread Dan Tran
I think we just need to promote vfs-cifs and mark jcifs optional. That
complies with Apache's policy

-D


On Fri, May 23, 2014 at 7:57 AM, Gary Gregory garydgreg...@gmail.comwrote:

 Moved.

 Gary

 div Original message /divdivFrom: sebb 
 seb...@gmail.com /divdivDate:05/23/2014  10:27  (GMT-05:00)
 /divdivTo: Commons Users List user@commons.apache.org
 /divdivSubject: Re: [vfs] support JCIFS /divdiv
 /divOn 23 May 2014 15:24, Gary Gregory garydgreg...@gmail.com wrote:
  Also wondering... why can't we deliver our code even if the jar we depend
  in the POM on has an incompatible license? I can understand that it is
  undesirable philosophically, but is it disallowed?
 
  Should we create a separate module for these providers? What would it be
  called?

 This is really a conversation for the dev list ...

  Gary
 
 
  On Fri, May 23, 2014 at 6:57 AM, Bernd Eckenfels e...@zusammenkunft.net
 wrote:
 
  I Wonder if we should add the sandbox providers to the normal
  providers.xml with a existence condition, so you get it preconfigured as
  soon as the JAR is on the classpath.
 
  (i noticed there is some Service discovery plugin stuff in the
  StandardfileSystemManager, but I guess this will not pick up the sandbox
  Lib?)
 
   Am 23.05.2014 um 06:42 schrieb Gary Gregory garydgreg...@gmail.com:
  
   It's up to you ;-) is not included in the main project because of the
  license IIRC.
  
   Gary
  
   div Original message /divdivFrom: Sandhya
  Rajagopalan sandhya_rajagopa...@symantec.com
 /divdivDate:05/22/2014
   18:30  (GMT-05:00) /divdivTo: 
  user@commons.apache.org/divdivSubject:
 [vfs] support JCIFS /divdiv
   /divHi,
   When are you going to support JCIFS? I see this is your sandbox. Can I
  add jcifs in providers.xml to start using it?
  
   -Sandhya
 
  -
  To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
  For additional commands, e-mail: user-h...@commons.apache.org
 
 
 
 
  --
  E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
  Java Persistence with Hibernate, Second Edition
 http://www.manning.com/bauer3/
  JUnit in Action, Second Edition http://www.manning.com/tahchiev/
  Spring Batch in Action http://www.manning.com/templier/
  Blog: http://garygregory.wordpress.com
  Home: http://garygregory.com/
  Tweet! http://twitter.com/GaryGregory

 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org




[vfs] support JCIFS

2014-05-22 Thread Sandhya Rajagopalan
Hi,
When are you going to support JCIFS? I see this is your sandbox. Can I add 
jcifs in providers.xml to start using it?

-Sandhya


RE: [vfs] support JCIFS

2014-05-22 Thread Gary Gregory
It's up to you ;-) is not included in the main project because of the license 
IIRC.

Gary

div Original message /divdivFrom: Sandhya Rajagopalan 
sandhya_rajagopa...@symantec.com /divdivDate:05/22/2014  18:30  
(GMT-05:00) /divdivTo: user@commons.apache.org /divdivSubject: [vfs] 
support JCIFS /divdiv
/divHi,
When are you going to support JCIFS? I see this is your sandbox. Can I add 
jcifs in providers.xml to start using it?

-Sandhya