Hi Stefan, thanx for the reply, On 8/27/2010 3:47 PM, Stefan Steiniger wrote: > - 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. >
Ah, ok. Yeah, I use the pom quite heavily. I can develop a plugin and simply reference OJ's pom. All the jar dependencies (and their dependencies) needed to run OJ are automatically downloaded and added to my classpath. Maven is simply the best. > - on the jmathplot: > mhm.. probably I messed up the path? Should be org.math.plot > However, I committed yesterday some code that needs the jmathplot > library for the profile function on a sextante raster which initself > uses classes from org.openjump.core.ui.plot.* > And in future I want to add two more plot plugins that use the lib > (histogram& scatter plot) (currently only in my code base). I also > committed the lib to the lib folder. I actually use an old version as we > still compile with Java 1.5 and I think the newer JMath versions are for 1.6 > So not sure, what you think is wrong. I studied your pom-example but > can't match things to change the pom in the repository. > If you want you could change it locally and send me your version and I > commit it (but see below) > Ah, I didn't realize you had uploaded your version of jmathplot to the lib folder. Great. Yeah, don't try to upload pom stuff manually to a maven repo ... that's way too much work :) If you have maven installed, it's one statement from the command line to add a new pom/jar with all the pom versions and checksums, etc. I just uploaded your older jmathplot to lists.refractions.net/m2 and everything is working again. Thanx. > - versioning: > I was thinking that there will be no 1.3.2 release, and next should be > 1.4 as we added all the raster stuff. > I assign "version" more on subjective feeling not on objective criteria > as we don't have a road map. > Great. That's no problem at all. I just wouldn't mind seeing the pom versions updated to reflect the tagged releases. I realize that will change the release checksums, but I think it's worth it. > - system.out patches: > I hope I can commit the patches tomorrow (otherwise send me a reminder > the next days) > > anyway.. hints/tips/improvements are appreciated. If you want I can give > you write access to the repository for fixing it. > Wonderful. Thanx again Stephen. -- Kevin ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
