Re: [Geotools-devel] [Geotools-gt2-users] WPS UOM Parsing

2010-06-27 Thread Jody Garnett
Sorry about that - took it to the wrong list. I think I found the crux of the problem in a commented out test case ... public void testUOMsList() { UOMsType uoMsType = Wps10FactoryImpl.eINSTANCE.createUOMsType(); Unit newValue = Unit.valueOf("m"); EMFUtils.add(uoMsType

[Geotools-devel] [jira] Created: (GEOT-3159) WPS UOM Parsing

2010-06-27 Thread Jody Garnett (JIRA)
WPS UOM Parsing --- Key: GEOT-3159 URL: http://jira.codehaus.org/browse/GEOT-3159 Project: GeoTools Issue Type: Bug Components: core xml Reporter: Jody Garnett Assignee: Ben Caradoc-Davies

[Geotools-devel] Error building cql module

2010-06-27 Thread v...@csiro
I am having issue with building the cql module in module\library\cql from the latest trunk org.apache.maven.BuildFailureException: JavaCC failed with error code 1. Anyone else having this failure? The error seem to stem from the generated-source file ECQLGrammer.jj Error: Line 253, Column 45: S

[Geotools-devel] EMF 2.6.0 with Java 5 syntax

2010-06-27 Thread Jody Garnett
Morning Justin: In upgrading to Eclipse 3.6 uDig has started using org.eclipse.emf.ecore 2.6.0 - which actually supports Java 5 generics in a few spots (finally). The only code we had to update was a few classes that implement InternalEObject (anything directly extending EObject were fine): eI