Hei Eric, Uwe agrees to put the postgis plugin on the svn. for the rest - because I never used maven - can you simple outline the directory structure on the SVN. So I have a better image what you want to do.
stefan Eric Lemesre wrote: > Hi Stefan, > > I am a newbee ;-) , > > I like maven concept. We can resolve jar dependencies and provide > an easy way to donwload any library, build reporting, run test Etc ... > > My second contribution is not ready and I commit nothink. > > But make maven repository like gt2 is probably a good idea. > > With Maven we can have by exemple : > > 1. PlugIn > pom.xml for build all subfolder > 1. ChartPlugIn > pom.xml and all necessary file and folder for it. > 2. PostgisPlug (if Uwe agrees to add the plugin) > pom.xml ... > 2. a target directory with in all jar and workbench-properties.xml > with plugin reference > > Comment? > > @+ > Eric > > 2007/10/4, Stefan Steiniger <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > Hei Eric, > > i don't realy understnd what you want to do. > a) you want submit improvements? > > b) you want to make new plugin folders in the repository (for the 4 > plugins below)? > => this should be possible, but i need to look how and where to store > (i.e. adapt the structure) > notes: > * i am not sure if we shall include the Category tools.. > Actually, I need to ask Arnd how Pirol will move on and if there is > somebody maintaining the code) > * the srid support plugin is not needed for newer OJ 1.2 X versions, > since it is now included in OJ. So you ma change the code in the SVN > codebase? > * i guess Uwe agrees to add the plugin code to the SVN - but we > may talk > to him first > > c) you want to have it "all"(?) in a "maven" folder to compile an > extension? - Or do you want to create a separate maven folder? > => I would prefer a separate folder > > but maybe others help for interpretation ;) > comments are welcome > > stefan > > Eric Lemesre wrote: > > > Hi, > > > > No source in repository. > > I have a working copy and modify directory structure for Maven 2. > > > > I have : > > plugin > > * chartPlugIn (org.OpenJUMP.Graph from Erwan Bocher) > > i add a bar chart in JInertnalFrame. and I hope in some time a > > refresh button. > > * JumpPostGIS ( net.refractions.postgis from Uwe Dalluege) > > i add a where clause > > * sridsupport (de.hawhamburg.sridsupport) > > the same > > * CategoryTools (de.fhOsnabrueck.jump.pirol.plugIns.CategoryTools > > from LBST-PF-3\orahn) > > juste some translate > > Etc > > ... > > and all plugin is package by command > > mvn package > > > > It is probably possible to make Maven2 repository for OpenJump? > > > > Eric > > > > PS: I forward this mail to the liste. > > > > > > 2007/10/3, Michaël Michaud <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>: > > > > Hi, > > > > Good point Eric, I didn't know you worked with Uwe > Dalluege's Postgis > > Plugin. > > You're right, there is something wrong with putting a > BigDecimal value > > into an AttributeType.DOUBLE jump attribute. > > > > I don't know if you can commit this change into the svn, as > I did not > > see the source file in the repository. > > > > Michaël > > > > Eric Lemesre a écrit : > > > > > Hi Michaël, > > > > > > the probleme is into PostgisConnection.java arroud line 261 > > > > > > f.setAttribute( attr_idx, new > BigDecimal ( > > > dObj.doubleValue( ) ) ); > > > > > > and I make somme little modification : > > > > > > // if dObj value is outside of > > Double.MAX_VALUE > > > and Double.MIN_VALUE > > > // the value is +/- infinity [lemesre] > > > f.setAttribute( attr_idx, new Double ( > > > dObj.doubleValue( ) ) ); > > > // BigDecimal is not Handeling by > OpenJUMP > > > //f.setAttribute( attr_idx, new > BigDecimal ( > > > dObj.doubleValue( ) ) ); > > > > > > I think better beavior. > > > > > > PS: je suis Boulvard des Italiens (AGF) > > > et je suis sur que nous arriverons à trouver un moment > dans nos > > > emplois du temps respectifs. > > > > > > Eric > > > > > > 2007/10/3, Michaël Michaud < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > <mailto:[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > > > <mailto: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> <mailto: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>>>: > > > > > > Hi Eric, > > > > > > One of the first work I did on JUMP was to add > attribute types > > > (boolean, > > > decimal, char with fixed length and enumeration). > > > The code is available on SIGLE site (its name is > mmpatch), but I > > > abandonned the idea to backport this code to OpenJUMP > > because I never > > > fully tested it, and JUMP/OpenJUMP is full of code > like (if > > (type == > > > AttributeType.INTEGER)...) so it is a hard work to > check every > > > consequence of adding attribute types. > > > > > > To simply convert database fields to OpenJUMP attributes, > > you can > > > have a > > > look to > > com.vividsolutions.jump.datastore.jdbc.ValueConverterFactory > > > > > > PS. Si tu travaille à Paris, nous trouverons > l'occasion de nous > > > rencontrer, j'habite Vincennes et travaille à l'IGN > > (Saint-Mandé) > > > > > > Michaël > > > > > > > > > > > > Eric Lemesre a écrit : > > > > > > > Stefan, > > > > > > > > I have not svn acces in my compagnie. > > > > I commit the code this nigth. > > > > > > > > I have somme probleme with attribute from database : > > > > into database Numeric (16,4) => in OpenJump > > java.lang.BigDecimal > > > > and AttributeType.DOUBLE > > > > > > > > the cast (Double) java.lang.BigDecimal cath error !!! > > > > > > > > wath is the better way solve this? > > > > Handle java.lang.BigDecimal in the plugin? > > > > add new AttributeType.BIGDECIMAL ? > > > > > > > > I do'nt know where is the code to match java type with > > AttributeType > > > > > > > > Eric > > > > > > > > 2007/10/3, Stefan Steiniger < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> > > > > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>>: > > > > > > > > Hei Eric, > > > > > > > > interesting to hear that you are livin in Le Mans. > > > > We don't impose a coding style - and i could not > found > > what is > > > > "japoly" > > > > for a style. > > > > You may look in the code base to see how we do (see > > for example > > > > ISA code > > > > by Larry, or Michael, or Martin, just search for > "michaud" > > > "Integrated > > > > Systems", "sstein" or "mbdavis" in the sources). > The code > > > written > > > > by Jon > > > > Aquino is very good - he is a wizard -, but for me > > difficult to > > > > read. So > > > > i can not truely recommend his style (but this > is just my > > > oppinion). > > > > > > > > BTW: it may be useful to register to the svn-notify > > list, so > > > you > > > > are on > > > > track with the changes done on the svn. > > > > > > > > > > > http://sourceforge.net/mailarchive/forum.php?forum_name=jump-pilot-svn-notify > > <http://sourceforge.net/mailarchive/forum.php?forum_name=jump-pilot-svn-notify> > > > < > > > > http://sourceforge.net/mailarchive/forum.php?forum_name=jump-pilot-svn-notify > > <http://sourceforge.net/mailarchive/forum.php?forum_name=jump-pilot-svn-notify>> > > > > > > > > I "cc" the message to Larry and Michael which have > > been the > > > main other > > > > contributors to OJs code base so far. > > > > > > > > cheers, > > > > stefan > > > > > > > > PS: are you commiting your first plugin extension by > > yourself? > > > > > > > > Eric Lemesre wrote: > > > > > > > > > Hi Stefan, > > > > > > > > > > Thanks. > > > > > I live in Le Mans and i work in Paris. And i come > > back home > > > > every day. > > > > > > > > > > Do you have coding style like JAPOLY ? > > > > > > > > > > Greetings form Paris > > > > > Eric > > > > > > > > > > 2007/10/1, Stefan Steiniger < > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> > > > > <mailto: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> <mailto: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>> > > > > > <mailto: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> > > > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>>>: > > > > > > > > > > Hei Eric, > > > > > > > > > > i have added you. > > > > > you can add you first plugin to the SVN > repository. > > > > > > > > > > Before you commit any further changes i would > > like to ask > > > > you to send > > > > > your second work first to the developer list. > > > > > > > > > > please note that we usually write changes > such > > as bug > > > fixes, > > > > extended > > > > > and added features to the changelog file. I > > would ask > > > you to do > > > > > the same > > > > > when committing. (But as you may recognize > we don't > > > add there > > > > > everything > > > > > ;) - e.g. language updates > > > > > > > > > > greetings from Zurich, > > > > > stefan > > > > > > > > > > PS: What is your current location ( i.e. > city)? > > > Michael is in > > > > Paris and > > > > > Erwan (now having it's own OSGIS) is in > Nantes. > > > > > > > > > > Eric Lemesre schrieb: > > > > > > Hi Stefan, > > > > > > > > > > > > my account on sourceforge is : > > > > > > > > > > > > > > > > > > User ID: *1379917* > > > > > > Login Name: eric.lemesre > > > > > < https://sourceforge.net/users/eric.lemesre/ > > <https://sourceforge.net/users/eric.lemesre/ > <https://sourceforge.net/users/eric.lemesre/>>> > > > > > > Publicly Displayed Name: Eric > > > > > > Email Address: * eric.lemesre at > > > > users.sourceforge.net > <http://users.sourceforge.net> <http://users.sourceforge.net> > > < http://users.sourceforge.net> > > > < http://users.sourceforge.net> > > > > > < http://users.sourceforge.net> > > > > > > > > <https://sourceforge.net/sendmessage.php?touser=1379917 > > > > < > https://sourceforge.net/sendmessage.php?touser=1379917> > > > > > < > > https://sourceforge.net/sendmessage.php?touser=1379917 > <https://sourceforge.net/sendmessage.php?touser=1379917>>>* > > > > > > Site Member Since: *2005-11-16 13:41* > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >------------------------------------------------------------------------ > > > > >------------------------------------------------------------------------- > >This SF.net email is sponsored by: Splunk Inc. > >Still grepping through log files to find problems? Stop. > >Now Search log events and configuration files using AJAX and a > browser. > >Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > >------------------------------------------------------------------------ > > > > >_______________________________________________ > >Jump-pilot-devel mailing list > >Jump-pilot-devel@lists.sourceforge.net > <mailto:Jump-pilot-devel@lists.sourceforge.net> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > <mailto:Jump-pilot-devel@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > <https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel> > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. >Still grepping through log files to find problems? Stop. >Now Search log events and configuration files using AJAX and a browser. >Download your FREE copy of Splunk now >> http://get.splunk.com/ > >------------------------------------------------------------------------ > >_______________________________________________ >Jump-pilot-devel mailing list >Jump-pilot-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel