Re: [Geotools-devel] Schema support for kml 2.0 and 2.2, General geotools catalog Service support

2012-05-20 Thread Jody Garnett
> Could anybody describe how to invoke the geotools maven xmlcodegen > plugin to add support for 2.0 as well as 2.2. My read is, that its > possible to generate the sources into different packages, like v2_0, > v2_1 and v2_2 for the databindings. I tried a bit but in result I hat > a lot TODO's in

Re: [Geotools-devel] Build broken in H2 DataStore

2012-05-20 Thread Andrea Aime
On Sun, May 20, 2012 at 4:43 AM, Brett Walker wrote: > Hi All, > > I have investigated this further and found a solution to fix the Build for > the H2 DataStore. > > In replicating this issue it was not sufficient to run this test in > isolation. It had to be run in conjunction with other tests.

Re: [Geotools-devel] H2EmptyTest failure

2012-05-20 Thread Jody Garnett
Evening Andrea: Your fix did not fix the issue… and interestingly I cannot reproduce it in Eclipse (as indicated by Brett Walker in another thread). I am going to deploy to maven without running tests; just so justin can continue with his automation work next week. -- Jody Garnett On Thur

Re: [Geotools-devel] Build broken in H2 DataStore

2012-05-20 Thread Jody Garnett
> > At the moment I am getting together a minimal patch to solve this issue. > > The resolution revolves around the configuration of the Empty H2 DataStore. > > Rather simple if you are familiar with this sections of the code base. I'm > > more familiar with it now. > > > > I'll create a JIRA i

Re: [Geotools-devel] Build broken in H2 DataStore

2012-05-20 Thread Andrea Aime
On Sun, May 20, 2012 at 4:14 PM, Jody Garnett wrote: > At the moment I am getting together a minimal patch to solve this issue. The > resolution revolves around the configuration of the Empty H2 DataStore. > Rather simple if you are familiar with this sections of the code base. I'm > more familiar

Re: [Geotools-devel] Schema support for kml 2.0 and 2.2, General geotools catalog Service support

2012-05-20 Thread Andrea Aime
On Sun, May 20, 2012 at 1:47 PM, Jody Garnett wrote: > Is there somewhere Service [4] support I couldn't find? Do you have > any plans to add kml service support? Is it possible to contribute, if > there is anybody who acts as a mentor? > > > The idea of a catalog for geotools has been tried a num

[Geotools-devel] extensive / interactive tests build broken in gt-swing module

2012-05-20 Thread Jody Garnett
With H2DataStore working again (thanks Ben!) I was able to make it a bit further Next up with have gt-swing module: 1) callingCloseDialogTwiceRaisesLogMessage(org.geotools.swing.dialog.JTextReporterTest) Time elapsed: 0.807 sec <<< FAILURE! java.lang.AssertionError: at org.junit.Asse

Re: [Geotools-devel] extensive / interactive tests build broken in gt-swing module

2012-05-20 Thread Michael Bedward
What OS is that on Jody ? Michael On 21 May 2012 01:11, Jody Garnett wrote: > With H2DataStore working again (thanks Ben!) I was able to make it a bit > further > > Next up with have gt-swing module: > > 1) > callingCloseDialogTwiceRaisesLogMessage(org.geotools.swing.dialog.JTextReporterTest) >

Re: [Geotools-devel] extensive / interactive tests build broken in gt-swing module

2012-05-20 Thread Jody Garnett
Mac: It could be the test expected some interaction or something … I did see error report text pop-ups on screen (but I saw lots of things pop-up on screen). -- Jody Garnett On Monday, 21 May 2012 at 9:06 AM, Michael Bedward wrote: > What OS is that on Jody ? > > Michael > > On 21 May

[Geotools-devel] 8.0-RC1 deployed to maven

2012-05-20 Thread Jody Garnett
Morning Justin: I have skipped over the last remaining extensive/interactive test failures and deployed to maven. I will remain in a holding pattern until you have passed your cite tests and give me the thumbs up to continue. -- Jody Garnett

Re: [Geotools-devel] extensive / interactive tests build broken in gt-swing module

2012-05-20 Thread Michael Bedward
Yes - lots of things should pop up. The tests are exercising the swing components using FEST. I haven't seen those test failures on my mac (osx 10.6) but haven't run them for a while. I'll check it later today. Michael On 21 May 2012 09:18, Jody Garnett wrote: > Mac: It could be the test expect

Re: [Geotools-devel] extensive / interactive tests build broken in gt-swing module

2012-05-20 Thread Michael Bedward
Sorry Jody - also meant to say that those tests don't expect user input. They simulate keyboard and mouse input themselves. Michael On 21 May 2012 09:26, Michael Bedward wrote: > Yes - lots of things should pop up. The tests are exercising the swing > components using FEST. > > I haven't seen th