Re: [JPP-Devel] OpenJump plugins and License issues

2009-06-26 Thread Michaël Michaud
Hi, > we're about to release a library allowing to use GeOxygene > (http://oxygene-project.sourceforge.net/) tools inside OpenJump plugins. > It mainly contains helper classes allowing to convert openjump > features to geoxygene features and the other way around. > The issue is that GeOxgene lice

Re: [JPP-Devel] OpenJump plugins and License issues

2009-06-26 Thread Sunburned Surveyor
Ede is correct. If you use code from the OJ core you've got to release your lib as GPL. Julien wrote: "I know: as I told you before, I ran some tests with Mickaël's code." I wasn't talking about Mickael's code, I was talking about Christopher's. He was our Google Summer of Code student last year

Re: [JPP-Devel] OpenJump plugins and License issues

2009-06-26 Thread Julien Perret
Thanks 2009/6/26 Edgar Soldin > Julien Perret wrote: > > 2009/6/26 Sunburned Surveyor > > > >> Julien wrote: "The issue is that GeOxgene licenses is LGPL and > >> OpenJump's is GPL, so I guess we have to release the library under > >> GPL, right?" > >> > >> I don't believe this is the case. GPL

Re: [JPP-Devel] OpenJump plugins and License issues

2009-06-26 Thread Edgar Soldin
Julien Perret wrote: > 2009/6/26 Sunburned Surveyor > >> Julien wrote: "The issue is that GeOxgene licenses is LGPL and >> OpenJump's is GPL, so I guess we have to release the library under >> GPL, right?" >> >> I don't believe this is the case. GPL programs can used LGPL >> libraries. The LGPL w

Re: [JPP-Devel] OpenJump plugins and License issues

2009-06-26 Thread Julien Perret
2009/6/26 Sunburned Surveyor > Julien wrote: "The issue is that GeOxgene licenses is LGPL and > OpenJump's is GPL, so I guess we have to release the library under > GPL, right?" > > I don't believe this is the case. GPL programs can used LGPL > libraries. The LGPL was designed this way on purpose

Re: [JPP-Devel] OpenJump plugins and License issues

2009-06-26 Thread Sunburned Surveyor
Julien wrote: "The issue is that GeOxgene licenses is LGPL and OpenJump's is GPL, so I guess we have to release the library under GPL, right?" I don't believe this is the case. GPL programs can used LGPL libraries. The LGPL was designed this way on purpose. In fact, I think that JTS, OJ's geometry

Re: [JPP-Devel] Category and order

2009-06-26 Thread Sunburned Surveyor
Julien wrote: "It seems that, even when adding them (programmatically) in the same order twice, there are not always displayed in the same order..." That doesn't seem like it should be possible. The only way the order could change if something else in the program's state changed, and even then, I

Re: [JPP-Devel] Question on -plugi-in-directory option

2009-06-26 Thread Sunburned Surveyor
Peppe, I don't think OJ can currently support two (2) plug-in directories, although it would be possible to tweak the core to make this happen. I think we would need to discuss the need for the change, and the potential consequences of it. The Sunburned Surveyor On Fri, Jun 26, 2009 at 3:39 AM,

[JPP-Devel] OpenJump plugins and License issues

2009-06-26 Thread Julien Perret
Hi, we're about to release a library allowing to use GeOxygene ( http://oxygene-project.sourceforge.net/) tools inside OpenJump plugins. It mainly contains helper classes allowing to convert openjump features to geoxygene features and the other way around. The issue is that GeOxgene licenses is LG

Re: [JPP-Devel] R: Question on -plugi-in-directory option

2009-06-26 Thread Paolo Rizzi
Yes, any subfolder and sub-sub-folder, etc. of the ext directory is scanned and inner files are added to the PlugIn ClassLoader. See: http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInManager.java?revision=1210&view=markup Bye Pa

Re: [JPP-Devel] Category and order

2009-06-26 Thread Julien Perret
I guess I'll just add the categories in the proper order myself instead of relying on addlayer(categoryname, layer). Thanks for asking :) Julien 2009/6/26 Sunburned Surveyor > Julien, > > Were you able to find a solution to your problem? > > The Sunburned Surveyor > > On Wed, Jun 24, 2009 at 1

[JPP-Devel] R: Question on -plugi-in-directory option

2009-06-26 Thread Giuseppe Aruta
I found the solution just create a folder into EXT one and copy all jar files connected to thast tool, ex. EXT/Sextante or EXT/Pirol. It seems to work --- Ven 26/6/09, Giuseppe Aruta ha scritto: > Da: Giuseppe Aruta > Oggetto: [JPP-Devel] Question on -plugi-in-directory option > A: "OpenJump

[JPP-Devel] Question on -plugi-in-directory option

2009-06-26 Thread Giuseppe Aruta
Hi all, I see I can modify this option so it points to another folder. for instance from "%LIB%\ext" to "%LIB%\ext\Sextante". How can I modify this option so it can points to more than two folders? Is it possible? This would probabily solve the "inflaction" of libraries into the ext folder and