Re: [JPP-Devel] FOSS4G2006 informal meeting

2006-08-30 Thread erwan bocher
Hi,A beer and a dinner sound good for me. The OJ workshop is planned from 9H30 until 13H00.Is there any volunteers to test OpenJUMP merge for FOSS ? I need help.The last OJ is here : http://www.projet-sigle.org/wiki/wakka.php?wiki=OpenJUMPPageR1. Hi Steve,we surely will meet. Just talked to Stefan

[JPP-Devel] feature freeze

2006-08-30 Thread Ugo Taddei
Hello, can we please have a feature freeze? No new code in cvs from now till the 15th. Only bug fixes. We need to test things for foss4g2006 and as long as OJ is moving target, any tests are non-sensical. Thanx, Ugo -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany pho

Re: [JPP-Devel] feature freeze

2006-08-30 Thread Stefan Steiniger
yep... it should work for me stefan Ugo Taddei wrote: >Hello, > >can we please have a feature freeze? No new code in cvs from now till >the 15th. Only bug fixes. > >We need to test things for foss4g2006 and as long as OJ is moving >target, any tests are non-sensical. > >Thanx, > >Ugo > > >

Re: [JPP-Devel] Unselectable Layer -- pls. Ugo/Larry/Udo have a look

2006-08-30 Thread Juliana Barros
Good Ideas! I will try to apply this to the core.On 8/29/06, Sunburned Surveyor <[EMAIL PROTECTED] > wrote:I like Larry's idea for the UI. Simple but functional, and in theright place too! The Sunburned SurveyorOn 8/29/06, Larry Becker <[EMAIL PROTECTED]> wrote:> Sounds like a great feature.  For a

Re: [JPP-Devel] FOSS4G2006 informal meeting

2006-08-30 Thread Sunburned Surveyor
You guys make me wish I lived in Europe... :] On 8/30/06, erwan bocher <[EMAIL PROTECTED]> wrote: > Hi, > > A beer and a dinner sound good for me. The OJ workshop is planned from 9H30 > until 13H00. > > Is there any volunteers to test OpenJUMP merge for FOSS ? I need help. > > The last OJ is here

Re: [JPP-Devel] Some comments about New Directory Structure For installer

2006-08-30 Thread Sunburned Surveyor
Thanks for your suggestion Steve. I understand completely that the modifications would need to take place in the installers, and not in the CVS. The Sunburned Surveyor On 8/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello Sunburned, > I just add my two cents to the discussion: > If yo

Re: [JPP-Devel] feature freeze

2006-08-30 Thread Sunburned Surveyor
No problem with me either... SS On 8/30/06, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > yep... > it should work for me > > stefan > > Ugo Taddei wrote: > > >Hello, > > > >can we please have a feature freeze? No new code in cvs from now till > >the 15th. Only bug fixes. > > > >We need to test th

[JPP-Devel] Question about AbstractCursorTool class definition...

2006-08-30 Thread Sunburned Surveyor
In the beginning of the AbstractCursorTool java file a private LayerViewPanelListener is declared. It then appears that a calss definition for the LayerViewPanel is given, inside of the AbstractCursorTool java file. I've never seen this done before. Can someone help me understand what is going on h

Re: [JPP-Devel] FOSS4G2006 informal meeting

2006-08-30 Thread Michaël Michaud
Ugo Taddei a écrit : >I should think R1, Michael Michaud and a colleague, apart from Stefan >should attend. > > Unfortunately, I won't be at Lausanne for this great meeting. Have a nice time there. Michaël >Cheers, > >Ugo > >[EMAIL PROTECTED] wrote: > > >>To the participants of the FOSS4G

Re: [JPP-Devel] Question about AbstractCursorTool class definition...

2006-08-30 Thread Sunburned Surveyor
I have confirmed that this is an inner class. (Just when I think I'm getting a handle on this Java stuff, I run into something like this.) I've printed some docs on inner classes, and will make an effort to educate myself. (Now that I have revealed my ignorance with that rookie question.) :] The

Re: [JPP-Devel] Question about AbstractCursorTool class definition...

2006-08-30 Thread Larry Becker
JUMP makes constant use of inner classes, particularly anonymous ones.  They reflect a style of programming that emphasizes economy of class files at the expense of somewhat dense complex code. At times the Vivid Solutions crowd, particularly Jon, seems to conjure almost magical solutions out of an

Re: [JPP-Devel] Question about AbstractCursorTool class definition...

2006-08-30 Thread Sunburned Surveyor
Thanks for the additional insight into JUMP's code base Larry. That will be very helpful. I must say I'm not a big fan of inner classes up to this point. They seem very confusing. However, my opinion of them may change after I do some more reading about them. I'd think I'd rather have the extra c

[JPP-Devel] Any final thoughts on the "documentation" and "extensions" directories?

2006-08-30 Thread Sunburned Surveyor
Are there any final objections to adding a "documentation" and "extensions" directories to OpenJUMP's installed program directory structure. (I'm not talking about the CVS, but the file system actually installed on the user's hard drive.) If there are no objections then I will plan on having a sub

Re: [JPP-Devel] Any final thoughts on the "documentation" and "extensions" directories?

2006-08-30 Thread Michaël Michaud
Hi, I'm OK with documentation (pdf user guide, pdf developer guide ...), but I don't know what is extensions directory for, and I'm afraid it is a little confusing to have an extensions directory in the main installation for extensions (?) and a ext directory in the lib directory for plugins