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
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
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
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