[JPP-Devel] Any graph api recommended

2010-08-30 Thread Elton Chan
Hi there, I am looking for an os graph api that works within OJ. More specifically, I need to convert some polygon features to a graph for computation such as forming spanning tree. I've a quick look at JTS and GraphX. Anyone could give me some light which is better or easier to implement grap

Re: [JPP-Devel] broken trunk/pom.xml at 2015

2010-08-30 Thread Stefan Steiniger
Hi Kevin, thanks a lot! stefan Kevin Neufeld schrieb: > Hi Stefan, > > Close, but not quite. Typically, the naming convention of files in a > maven repository are of the form: > > -. > > In this case, you've declared as a dependency: > > org.math.plot > jmathplot > 20070905 > compile > >

Re: [JPP-Devel] broken trunk/pom.xml at 2015

2010-08-30 Thread Kevin Neufeld
Hi Stefan, Close, but not quite. Typically, the naming convention of files in a maven repository are of the form: -. In this case, you've declared as a dependency: org.math.plot jmathplot 20070905 compile So in the repository, maven is expecting to find the "jmathplot-20070905.jar", .pom,

Re: [JPP-Devel] Charset choise

2010-08-30 Thread Michaël Michaud
Le 30/08/2010 18:50, Stefan Steiniger a écrit : > Hei, > > not sure, but wasn't the idea of the wizard that several dialogs can be > displayed after each other? > http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=How_to_Create_an_Open_Wizard You're right Stefan, this is the idea of

Re: [JPP-Devel] Charset choise

2010-08-30 Thread Stefan Steiniger
Hei, not sure, but wasn't the idea of the wizard that several dialogs can be displayed after each other? http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=How_to_Create_an_Open_Wizard wouldn't that work for you too? Though I am not sure which loader uses that option currently. Bu

Re: [JPP-Devel] System.out in code

2010-08-30 Thread Stefan Steiniger
Hei, > Here are a couple of questions: > > (1) Are the calls to System.out in plug-ins or the core? was the core > (2) Does the information sent to System.out need to be reported to the > user, and if not, what is the purpose of the logging? was needed because I wanted to see if the image drive

Re: [JPP-Devel] Charset choise

2010-08-30 Thread Sunburned Surveyor
I don't see any problems with your approach. Is the idea to allow the charset of the shapefile to be selected from the new JComboBox? Landon On Sat, Aug 28, 2010 at 3:03 AM, Matthias Scholz wrote: > Hi, > > in the last few weeks i had some problems with different charsets in > shape/dbf files. I

Re: [JPP-Devel] System.out in code

2010-08-30 Thread Sunburned Surveyor
I agree that calls to System.out are not the best thing. Did we decide that log4J is the best way to handle error messages? Here are a couple of questions: (1) Are the calls to System.out in plug-ins or the core? (2) Does the information sent to System.out need to be reported to the user, and if

Re: [JPP-Devel] Versioning

2010-08-30 Thread Sunburned Surveyor
Kevin, I'm afriad I can't help much with the OpenJUMP Pom file, as I'm not a Maven user. I believe we only provide version numbers for our official releases, otherwise we are all working on just "trunk". Perhaps another OpenJUMP programmer more familiar with Maven can help out. The Sunburned Sur