Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-13 Thread Paul Austin
Hi Eric, IN theory you can use includes and excludes to simplify the whole thing, but there seems to be a bug in the maven assembly plug-in that only processes the first include or exclude. Which is why the descriptor was so long winded. I have a bug open on it but nothing seems to be happeni

Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-13 Thread Eric Lemesre
Paul, Thanks for attachement ! It possible to build a conditionnal assembly? some think like that : > org.openjump.plugin:* org.openjump.plugin:${plugin.enable.PostGISPlugin} org.openjump.plugin:${plugin.enable.JoinTable} org

Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-12 Thread Paul Austin
Eric, The current maven build is a non standard build as OJ doesn't have the correct directory structure. I'd like to get that changed at some point. For the main maven build for OJ i don't think we should split the api and workbench as for JUMP deliveries you need both. We can however create ass

Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-12 Thread Eric Lemesre
Paul, I commit the change and I complete my first commit (language and changelog). I like maven ;-) but my local repository is verry small. When i package openjump (mvn package) i have 5 required artifacts are missing : - net.sf.buoy:buoy:jar:1.8 - com.sun.media:jai_codec:jar:1.1.2_01 -

Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-12 Thread Paul Austin
Eric, Sorry about that, it must have been something to do with the merge process. Have you been able to recover the old version? Paul Eric Lemesre wrote: > Hi paul, > > It is probebly a mistake, but your commit( rev 1141) erase my commit > (rev 1132) on > org.openjump.sigle.plugin.replace.Replav

Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-12 Thread Eric Lemesre
Hi paul, It is probebly a mistake, but your commit( rev 1141) erase my commit (rev 1132) on org.openjump.sigle.plugin.replace.ReplaveValuePlugin.java Eric 2007/10/3, Sunburned Surveyor <[EMAIL PROTECTED]>: > > Thanks for filling us in on how you use OpenJUMP Eric, and thank you > for making the

Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-02 Thread Sunburned Surveyor
Thanks for filling us in on how you use OpenJUMP Eric, and thank you for making the effort to contribute. The Sunburned Surveyor On 10/1/07, Eric Lemesre <[EMAIL PROTECTED]> wrote: > Hi SS, > > I am using OpenJUMP for visualisation state's vendor : where they work, > where they live and where is

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Sunburned Surveyor
Eric, I am getting to this e-mail a little bit late, but I see that Michael and Stefan have already given you a warm welcome. I just want to say thanks for your contribution and I hope we get to work together in the future. I'm curious, how are you using OpenJUMP? The Sunburned Surveyor On 9/2

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Stefan Steiniger
Hei again, Eric Lemesre schrieb: > Salut Stefan, > > I am totaly agree with this condition Of course. > I prefer to get write acces by pass the second condition. I think it is > the better way for all. ok.. Btw. it depends how fast you are with your second extension. But if it does not take w

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Eric Lemesre
Hi Michaël, Thanks for your review! I expliain capability by description in dialog . do you want the new code and localisations on personnal mail? Eric 2007/9/25, Michaël Michaud <[EMAIL PROTECTED]>: > > Hi Eric, > > Nice to see another french guy involved in OpenJUMP development ;-) > I reviewe

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Eric Lemesre
Salut Stefan, I am totaly agree with this condition Of course. I prefer to get write acces by pass the second condition. I think it is the better way for all. For my second contribution i want to extends JoinTable plugin. * select fields to join * select datasource type Can i add Jlist to Mul

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-27 Thread Stefan Steiniger
Salut Eric, nice to have you on board :) We have setup some informal rules for contribution. You get write access to the svn in two ways: 1) you get immediate access to the svn if you got a recommendation by developer that is already well known by the project (or a member); or 2) we review the fir

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-26 Thread erwan bocher
Hi Eric, Thanks for the collboration. Feel free to continue. R1. 2007/9/25, Michaël Michaud <[EMAIL PROTECTED]>: > Hi Eric, > > Nice to see another french guy involved in OpenJUMP development ;-) > I reviewed your code and it's ok for me. > Maybe you should explain the use case for setting an

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-25 Thread Michaël Michaud
Hi Eric, Nice to see another french guy involved in OpenJUMP development ;-) I reviewed your code and it's ok for me. Maybe you should explain the use case for setting an attribute with another attribute value. Anyway, this is just a new capability of an existing plugin. I can commit the code, or

[JPP-Devel] ReplaceValuePlugIn

2007-09-24 Thread Eric Lemesre
Hello, Thank verry much for the good job in OpenJUMP. I make somme modifications in the plugIn ReplaceValuePlugIn (in org.openjump.sigle.plugin.replace). This plugin replace a attribute with a constante. And now we can copy one attribute to an other one. I joint the code. How can i have acces t