Re: CVSRoot
Martin Entlicher <[email protected]> Fri, 12 Sep 2003 15:55:41 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
Milos Kleint wrote: > > > >I can change a diff with the changes + SSHConnection addition. > >J2SSH library requires commons-logging package so that would have to be included > >too (which is not so nice). But maybe javacvs could use that logging package too > >instead of obscure System properties. > > > > > > well, beware of licencing. Sun and the netbeans.org project are quite > touchy when it comes to integrating code (libraries) that is not SPL > licenced. Can you elaborate on the current situation, Martin? That would > be important for the logging package and for the J2SSH library as well. I'll try to find out what is the current situation. At http://www.netbeans.org/community/contribute/modules.html there's "If you need to distribute some third-party library or similar files with your module, please again ask on [email protected] for help; it can be arranged for your library to be included in "extra downloads" and marked with a click-and-accept license." I've seen some page at www.netbeans.org about "compatible" licenses with SPL like Apache, LGPL, etc., but I can not find it any more. It would be probably best to ask at [email protected]. > > I'd rather see Apache log4j instead of the system.outs but it's too much > hassle to have the log4j cobundled with the app. > I would like to see rather java.util.logging, because it's in JDK 1.4, but if j2ssh depends on log4j, we can not do much about that. -Martin