[JPP-Devel] Maven Build

2007-11-19 Thread Eric Lemesre
Hi, What do you think build src.jar and javadoc.jar in lifecycle? and install this artifact with goal "install" ? when you add to pom.xml this fragment : org.apache.maven.plugins maven-source-plugin

Re: [JPP-Devel] PostGIS with OpenWizard

2007-11-19 Thread Eric Lemesre
Paul, I add one function in I18N.java : == public static String getMessage(final String category, final String label, final Object[] objects) { I18N i18n = getInstance(category); return i18n.getMessage(label,objects); } ==

Re: [JPP-Devel] PostGIS with OpenWizard

2007-11-19 Thread Paul Austin
Eric, I can't compile it, there is the following error. The method getMessage(String, Object[]) in the type I18N is not applicable for the arguments (String, String, String[]) PostGISPlugin/src/main/java/net/refractions/postgis/PostGISConnection.java line 391 Paul Eric Lemesre wrote: > Hi, >

[JPP-Devel] PostGIS with OpenWizard

2007-11-19 Thread Eric Lemesre
Hi, The New version of PostGIS plugIn with OpenWizard is in repository. Somme file will be added for translation in https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/plug-ins/PostGISPlugin/trunk/src/main/resources/net/refractions/postgis/language jump.properties jump_fr.properties I need

Re: [JPP-Devel] Adding new jars

2007-11-19 Thread Stefan Steiniger
ok. Thanx for the hints/advise Paul stefan Paul Austin schrieb: > All, > > I noticed that a new jar was added to openjump to replace jmat. > > When new jars are updated can you also add a dependency to the jar to > the pom.xml file. > > If the package is not available in the core maven reposit

[JPP-Devel] Oops.. Ecw support with linux

2007-11-19 Thread Giuseppe Aruta
I am sorry I didn't change the object of my previous mail Peppe > Hi all, > what's the actual ECW support in OpenJUMP for Linux? > I saw that Fwtools has a sort of ECW support. Kosmo > seems to use the same. Is it true? > > Thanks > > Peppe > > > ___ > L

Re: [JPP-Devel] Who is spanning on wiki pages?

2007-11-19 Thread Giuseppe Aruta
Hi all, what's the actual ECW support in OpenJUMP for Linux? I saw that Fwtools has a sort of ECW support. Kosmo seems to use the same. Is it true? Thanks Peppe ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.y

[JPP-Devel] Adding new jars

2007-11-19 Thread Paul Austin
All, I noticed that a new jar was added to openjump to replace jmat. When new jars are updated can you also add a dependency to the jar to the pom.xml file. If the package is not available in the core maven repository you will have to add it to the open jump repository. You can use a command suc