Re: [JPP-Devel] PIROL plugins

2007-03-26 Thread Michaël Michaud
Hi Pedro, Last compiled snapshot is from 26-Mar-2007 07:31 may be better to wait for a version dated from 27-Mars-2007 if this doesn't solve the problem, please, let me know Michael Pedro Doria Meunier a écrit : >Hey Michael, > >Txs for the prompt reaction. >Is this already available at the n

Re: [JPP-Devel] PIROL plugins

2007-03-26 Thread Pedro Doria Meunier
Hey Michael, Txs for the prompt reaction. Is this already available at the nightly snapshot (compiled)? BR. Pedro On Mon, 2007-03-26 at 22:34 +0200, Michaël Michaud wrote: > Hi, > > I think I got it : > Last week end, I modified I18N class in OJ CVS and deactivated > plugInsResourceBundle whic

Re: [JPP-Devel] speed up of rendering

2007-03-26 Thread Larry Becker
Hi Stefan, I intended to say that we should replace the memory label with the new memory graph. That will prevent the "misleading" Committed Memory display from confusing everyone. regards, Larry On 3/26/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: yes.. a good opinion :) but where to p

Re: [JPP-Devel] PIROL plugins

2007-03-26 Thread Michaël Michaud
Hi, I think I got it : Last week end, I modified I18N class in OJ CVS and deactivated plugInsResourceBundle which, I believed, was no more used. By chance, Stefan found that the static field was used by Pirol's plugins and fixed the bug 3 hours later. Now, I realize that fixing the bug, he impor

Re: [JPP-Devel] speed up of rendering

2007-03-26 Thread Stefan Steiniger
just raise the limit. if things are sended in html or something, there may be a lots of overhead stefan Sunburned Surveyor schrieb: > Larry and other developers, > > Please don't give up on our list! I did get a prompt from SourceForge > asking me to approve the message because it exceeded th

Re: [JPP-Devel] speed up of rendering

2007-03-26 Thread Stefan Steiniger
yes.. a good opinion :) but where to put the graph? stefan Larry Becker schrieb: > Hi Erwan, > > Here is my answer again. I cut out all of the prior post history so it > should make it though. > > I have found that many things in OJ use a lot of temporary memory, but > don't trigger the g

Re: [JPP-Devel] need for translation of current OpenJUMP language files

2007-03-26 Thread Stefan Steiniger
Hei Sunburned, just download it, or follow my spanish translation advises, send just before stefan Sunburned Surveyor schrieb: > Stefan, > > Can you send me the English language file? Should I just download it > from the CVS? > > Thanks, > > The Sunburned Surveyor > > > On 3/26/07, *Na

Re: [JPP-Devel] how to translate OJ to spannish lanugage

2007-03-26 Thread Stefan Steiniger
Hei Nacho, thank you for your offer :o) To ensure you have always the last language version - I refrain from send the file since it is better if you "extract" it by yourself.. see on that below. But if the extraction is a problem i can, of course, send it to you by email === THE STEPS ON HO

Re: [JPP-Devel] speed up of rendering

2007-03-26 Thread Larry Becker
Hi Erwan, Here is my answer again. I cut out all of the prior post history so it should make it though. I have found that many things in OJ use a lot of temporary memory, but don't trigger the garbage collection so the Committed Memory label often gives a pessimistic view. There is a one seco

Re: [JPP-Devel] speed up of rendering

2007-03-26 Thread Sunburned Surveyor
Larry and other developers, Please don't give up on our list! I did get a prompt from SourceForge asking me to approve the message because it exceeded the size limit. I don't understand why this is, as the message had no attachment. I also saw no attachments in earlier messages on this thread. D

Re: [JPP-Devel] speed up of rendering

2007-03-26 Thread erwan bocher
Hi Larry, I haven't received your answer :-(. Pedro, Thanks to the proposition. It works on my laptop but as saids Larry "Can you tell me what aspects of OJ were affected by your performance tuning and do you have any specific figures on improvements? " Kenavo R1. On 3/26/07, Larry Becker <

[JPP-Devel] PIROL plugins

2007-03-26 Thread Pedro Doria Meunier
Hello PIROL people I've downloaded the latest base classes as well as the raster image plugin. Using FC6, JDK6. Put then as usual under ext/ and I've got an error at startup like this: pluginsResourceBundle (No Such Field Error) java.lang.NoSuchFieldError: plugInsResourceBundle at de.fh

Re: [JPP-Devel] need for translation of current OpenJUMP language files

2007-03-26 Thread Sunburned Surveyor
Stefan, Can you send me the English language file? Should I just download it from the CVS? Thanks, The Sunburned Surveyor On 3/26/07, Nacho Uve <[EMAIL PROTECTED]> wrote: Hi, My name is Nacho Varela(from Spain). I'm user and modest programmer since 2 years ago in Jump and variants. It'll b

[JPP-Devel] Problems with Mailing List

2007-03-26 Thread Sunburned Surveyor
Larry and others, I believe the problem with the SourceForge mailing list is caused because of the text "copied" from earlier messages in a thread when making a reply. I don't know if there is a way to get around this. I can submit a support request to the SourceForge team, but I don't think they

Re: [JPP-Devel] speed up of rendering

2007-03-26 Thread Larry Becker
Hi Pedro, The list got the first copy of the message you sent. Are you getting bounce messages for replies to this thread like I am? Apparently the size went over 40K or something. I sent an answer to R1, but I got bounce messages so I'm not sure if it was sent. I'm about ready to give up on

Re: [JPP-Devel] speed up of rendering

2007-03-26 Thread Pedro Doria Meunier
Hi guys This is what I use in my command line with really improved performance: start javaw -XX:ParallelGCThreads=2 -XX:MaxNewSize=24m -XX:NewSize=24m -XX:SurvivorRatio=128 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxTenuringThreshold=0 -XX:CMSInitiatingOccupancyFraction=60 -Dswin