[JPP-Devel] Versioning

2010-08-27 Thread Kevin Neufeld
Can someone please clarify OpenJump's use of version tagging? It makes sense that the trunk version of OpenJump [1] is tagged with 1.3.2-SNAPSHOT, but I don't understand the versioning of the tagged releases. The static tag of 1.3.1 [2] has a pom version of 1.3-SNAPSHOT. The static tag of

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

2010-08-27 Thread Kevin Neufeld
FYI, The current revision of /core/trunk/pom.xml (2015) lists org.math.jmathplot as a dependency: http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/pom.xml?view=diffr1=2015r2=1886diff_format=h However, I'm pretty sure this dependency does not exist in any of the listed

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

2010-08-27 Thread Kevin Neufeld
If it helps, I just uploaded an org.math.jmathplot-20100827 to lists.refractions.net/m2 http://lists.refractions.net/m2/org/math/jmathplot/20100827/jmathplot-20100827.pom -- Kevin On 8/27/2010 10:47 AM, Kevin Neufeld wrote: FYI, The current revision of /core/trunk/pom.xml (2015) lists

[JPP-Devel] System.out in code

2010-08-27 Thread Kevin Neufeld
My I suggest that System.out lines be replaced with appropriate log4j statements in OpenJUMP? One of the purposes/advantages of using log4j is that I can filter output generated by other people's plugins that don't pertain to my own development. Attached is a couple of example patches that

Re: [JPP-Devel] Versioning pom etc.

2010-08-27 Thread Stefan Steiniger
Hei Kevin, sorry for the broken pom! - tagging: ok.. I may need to change something here w.r.t. the versioning/tagging. I personally don't use the pom just the ANT files for building. So I don't know. Any help would be appreciated. - on the jmathplot: mhm.. probably I messed up the path?