[JPP-Devel] last nightly snapshot (120510)

2010-05-15 Thread luca marletta
Hi, I download the last snapshot (zip) I started from console to look at the loding process (linux debian lenny) and I got a problem immediatly java.lang.NullPointerException at com.vividsolutions.jump.workbench.imagery.ecw.ECWImageFactory.isAvailable(ECWImageFactory.java:78) at

Re: [JPP-Devel] last nightly snapshot (120510)

2010-05-15 Thread Michaël Michaud
Hi Luca, This exception comes from a recent change in the svn. I just tried to fix it. In the meantime, you can try to add "ermapper.jar" in your lib directory (you don't need it but currently, openjump is looking for a class in this jar) Or update your local installation from the svn and try to

Re: [JPP-Devel] last nightly snapshot (120510)

2010-05-15 Thread luca marletta
Thanks Michaël, ermapper.jar fixed it Thanks a lot luca marletta www.beopen.it 2010/5/15 Michaël Michaud : > Hi Luca, > > This exception comes from a recent change in the svn. I just tried to > fix it. > In the meantime, you can try to add "ermapper.jar" in your lib directory > (you don't need

[JPP-Devel] strange problem developing a plugin

2010-05-15 Thread luca marletta
Hi, I start to develop a plugin that is a sort of enrichment of LineNoderPlugin so I copied code and arrange environment, and test it without change when I execute the code I got this error java.lang.NoSuchMethodError: com.vividsolutions.jts.geom.util.LinearComponentExtracter.(Ljava/util/List;)V

Re: [JPP-Devel] strange problem developing a plugin

2010-05-15 Thread Michaël Michaud
Hi, This one is very strange. Line 115 seems OK to me. And constructor LinearComponentExtracter(Collection list) does exist in JTS 1.11 About NoSuchMethodException, javadoc says : Normally, this error is caught by the compiler; this error can only occur at run time if the definition of a class

[JPP-Devel] join openjump

2010-05-15 Thread Mohammed Rashad
Hi all, I would like to join openjump project and contribute to openjump. I had done a geo-visualization project using GRASS GIS & UMN MapServer http://keralainfo.web4all.in/resources/htdocs/index.php. Also made some contributions to GRASS GIS Project http://trac.osgeo.org/grass/browser/grass-a

Re: [JPP-Devel] strange problem developing a plugin

2010-05-15 Thread Stefan Steiniger
could it be that you are trying to access the method from outside because it is a private method? Michaël Michaud schrieb: > Hi, > > This one is very strange. Line 115 seems OK to me. > And constructor LinearComponentExtracter(Collection list) does exist in > JTS 1.11 > > About NoSuchMethodExc

Re: [JPP-Devel] join openjump

2010-05-15 Thread Stefan Steiniger
Hei Mohammed, usually people don't join the project right away - in terms of receiving write access to the svn or other types of logins/rights on sourceforge. However, new folks is always welcome! It depends also a bit on what type of contribution do you think of, e.g. if you want to develop pl

Re: [JPP-Devel] join openjump

2010-05-15 Thread Sunburned Surveyor
As far as I know there is no way for a student to still be involved in Google Summer of Code this summer. I don't know if Openjump will get any future slots, as the decision was made this year to give preference to OSGeo projects. The Sunburned Surveyor On Sat, May 15, 2010 at 11:27 AM, Stefan St

Re: [JPP-Devel] Openjump 1.31 not displaying ecw

2010-05-15 Thread Stefan Steiniger
Hei all, ok... loading ecw and mrsid image files works when I did the following with (a new built of) OpenJUMP 1.3.1 On my Windows XP I unziped the distributed openjump files to c:\yyy\openjump The ecw file option was there right away but files loaded have not been displayed. Subsequently I cop