I thought that jCVS would not be useful because of that (I think I saw a
post about that).  I looked at Eclipse
(http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.team.cv
s.core/about.html) and apparently it used the CPL (Common Public License)
which looks compatible at first glance.

The core of the code is here:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.cvs.core/src/org/e
clipse/team/internal/ccvs/core/

However it doesn't look very broken out/designed for reuse.  I am actually
rather surprised there aren't more options.  Also, I am not sure about the
NetBeans( http://javacvs.netbeans.org/ ) license, but it seems like that is
the most popular library to use.

Eric

> -----Original Message-----
> From: Shatzer, Larry [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 24, 2003 10:21 PM
> To: 'Maven Developers List'
> Subject: RE: Use Java based CVS library instead of command line
> executable
>
>
> > -----Original Message-----
> > From: Erdfelt, Joakim [mailto:[EMAIL PROTECTED]
> > Sent: Friday, October 24, 2003 1:05 PM
> > To: 'Maven Developers List'
> > Subject: RE: Use Java based CVS library instead of command line
> > executable
> >
> >
> > I think this is what ant strives for.  a 100% java solution
> > with no external
> > system tool requirements (they wanted to get away from the
> > mess that is
> > make).
> >
> > http://ant.apache.org/manual/intro.html
> >
> > Can we also research a ssh / scp replacement?
> >
>
> Even ant shells out to cvs.
>
> http://ant.apache.org/manual/CoreTasks/cvs.html
>
> It's reason for not using jCVS is due to GPL and apache
> license problems.
>
> -- Larry
>
> ---------------------------------------------------------------------
> 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]

Reply via email to