You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Patrick Beard <be...@netscape.com> on 2000/08/01 17:11:08 UTC

Re: JavaCVS with compatable license ????

At 5:42 PM +0200 8/1/2000, Jesse Glick wrote:
>Peter Donald wrote:
>  > has any one looked at cvs client at http://javacvs.netbeans.org and do you
>>  know if licensing is compatable with apache stuff ???
>
>I believe it is...at least, NetBeans is using some Apache stuff (regexp)
>and a diligent team of Sun lawyers has seen no problem with that,
>hopefully the reverse is also true.

Trying to use the client, but it has Java2 dependencies. I'm slowly 
working through them.

- Patrick
-- 

// Patrick C. Beard
// Java Runtime Enthusiast -- "Will invoke interfaces for food."
// mailto:beard@netscape.com

Re: JavaCVS with compatable license ????

Posted by Peter Donald <do...@mad.scientist.com>.
At 11:16  1/8/00 -0400, you wrote:
>Greetings:
>
>Has anyone looked at jCVS?  Not sure of the license.  It's 1.1 compatible.

It's GPL and thus not compatable with Apaches licensing scheme.


Cheers,

Pete

*------------------------------------------------------*
| "Nearly all men can stand adversity, but if you want |
| to test a man's character, give him power."          |
|       -Abraham Lincoln                               |
*------------------------------------------------------*

Re: JavaCVS with compatable license ????

Posted by Patrick Beard <be...@netscape.com>.
At 8:39 AM -0700 8/1/00, Patrick Beard wrote:
>At 11:16 AM -0400 8/1/2000, Matthew Kuperus Heun wrote:
>>Greetings:
>>
>>Has anyone looked at jCVS?  Not sure of the license.  It's 1.1 compatible.
>>
>>http://www.trustice.com/java/jcvs/index.shtml
>
>I've looked at it. It's not really set up to be a programmer 
>callable library, and doesn't provide any sort of command line 
>interface. The one at
>
>http://javacvs.netbeans.org/library/index.html
>
>does provide a command line, but has some minor dependencies on 
>Java2 collection classes (List, LinkedList, Iterator which are in 
>collections.jar), and new methods in java.io.File (createNewFile, 
>getParentFile,isHidden and listFiles). I haven't been able to run it 
>all the way through, but it looks fairly complete. I'm going to hack 
>it to use my own subclass of File that implements these methods.

I've made these changes, but it seems that this client is pretty 
immature/incomplete. I've already got a client of my own that 
implements cvs log, status, diff, so I am going to continue working 
on it. I've been working purely from the protocol specification 
document.

- Patrick
-- 

// Patrick C. Beard
// Java Runtime Enthusiast -- "Will invoke interfaces for food."
// mailto:beard@netscape.com

Re: JavaCVS with compatable license ????

Posted by Patrick Beard <be...@netscape.com>.
At 11:16 AM -0400 8/1/2000, Matthew Kuperus Heun wrote:
>Greetings:
>
>Has anyone looked at jCVS?  Not sure of the license.  It's 1.1 compatible.
>
>http://www.trustice.com/java/jcvs/index.shtml

I've looked at it. It's not really set up to be a programmer callable 
library, and doesn't provide any sort of command line interface. The 
one at

http://javacvs.netbeans.org/library/index.html

does provide a command line, but has some minor dependencies on Java2 
collection classes (List, LinkedList, Iterator which are in 
collections.jar), and new methods in java.io.File (createNewFile, 
getParentFile,isHidden and listFiles). I haven't been able to run it 
all the way through, but it looks fairly complete. I'm going to hack 
it to use my own subclass of File that implements these methods.

- Patrick
-- 

// Patrick C. Beard
// Java Runtime Enthusiast -- "Will invoke interfaces for food."
// mailto:beard@netscape.com

Re: JavaCVS with compatable license ????

Posted by Matthew Kuperus Heun <ma...@gaerospace.com>.
Greetings:

Has anyone looked at jCVS?  Not sure of the license.  It's 1.1 compatible.

http://www.trustice.com/java/jcvs/index.shtml

Cheers,

Matt



>At 5:42 PM +0200 8/1/2000, Jesse Glick wrote:
>>Peter Donald wrote:
>>  > has any one looked at cvs client at http://javacvs.netbeans.org and do you
>>>  know if licensing is compatable with apache stuff ???
>>
>>I believe it is...at least, NetBeans is using some Apache stuff (regexp)
>>and a diligent team of Sun lawyers has seen no problem with that,
>>hopefully the reverse is also true.
>
>Trying to use the client, but it has Java2 dependencies. I'm slowly 
>working through them.
>
>- Patrick
>--
>
>// Patrick C. Beard
>// Java Runtime Enthusiast -- "Will invoke interfaces for food."
>// mailto:beard@netscape.com


Re: JavaCVS with compatable license ????

Posted by James Duncan Davidson <du...@x180.com>.
on 8/1/00 8:11 AM, Patrick Beard at beard@netscape.com wrote:

> At 5:42 PM +0200 8/1/2000, Jesse Glick wrote:
>> Peter Donald wrote:
>>> has any one looked at cvs client at http://javacvs.netbeans.org and do you
>>> know if licensing is compatable with apache stuff ???
>> 
>> I believe it is...at least, NetBeans is using some Apache stuff (regexp)
>> and a diligent team of Sun lawyers has seen no problem with that,
>> hopefully the reverse is also true.

The ASF board would have to make a ruling on that I think since we don't
have a known way that the SPL (basically MPL) and ASF license interact. It's
totally clear that they can use our code. But going the other way is
something I'm not sure of. I'll be asking and replying.

.duncan