Re: [Geotools-devel] AnyOrReferenceType

2010-06-28 Thread Jody Garnett
It has been a while since this conversation started; we should really have a Jira issue to take notes against? I was thinking that Schemas (if that is the correct location) would provide a static final constant ANY that could be used when build a feature type. I dont really know what ELEMENT_EL

Re: [Geotools-devel] AnyOrReferenceType

2010-06-28 Thread xiangtan.lin
Hi Jody I propose a dedicated method in Schemas.java to check and return xs:any element particles, since the Schema.getChildElementParticles(element.getTypeDefinition(),true) doesn't handle and return ANY_ELEMENT (XSDWildCard). Such an approach doesn’t change the way ELEMENT_ELEMENT is being ha

[Geotools-devel] [jira] Reopened: (GEOT-2574) fid filter may be ambiguous if there's an actual attribute named ID

2010-06-28 Thread Jody Garnett (JIRA)
[ http://jira.codehaus.org/browse/GEOT-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jody Garnett reopened GEOT-2574: The resulting build fails on osx and win32. We spent an hour on IRC and were unable to sort out what the prob

Re: [Geotools-devel] Error building cql module

2010-06-28 Thread Jody Garnett
So rather then having a second day of downtiime I would like to back out this change. I am going to check on IRC to see if anyone has a good idea. Jody On 28/06/2010, at 8:38 PM, Jody Garnett wrote: > > On 28/06/2010, at 8:00 PM, Andrea Aime wrote: > >> Ok, just tried on a XP virtual machine

Re: [Geotools-devel] Error building cql module

2010-06-28 Thread Jody Garnett
On 28/06/2010, at 8:00 PM, Andrea Aime wrote: > Ok, just tried on a XP virtual machine and yes, the build fails > on Windows (and windows only). Build fails on osx as well; tried on linux and it works. So build works on linux only (and linux only). > Mauricio, any idea? I tried to look into the

Re: [Geotools-devel] Error building cql module

2010-06-28 Thread Andrea Aime
Andrea Aime ha scritto: > Jody Garnett ha scritto: >> I have this failure now (after updating); I was tempted to roll back >> the change - but aaime reports the build working for him (and on the >> build server). >> So chances are there is a deeper mystery to explore ... >> >> - tried on java 1.5

Re: [Geotools-devel] Error building cql module

2010-06-28 Thread Andrea Aime
Jody Garnett ha scritto: I have this failure now (after updating); I was tempted to roll back the change - but aaime reports the build working for him (and on the build server). So chances are there is a deeper mystery to explore ... - tried on java 1.5 :-) So it is not that ... - The only othe

Re: [Geotools-devel] Error building cql module

2010-06-28 Thread Jody Garnett
I have this failure now (after updating); I was tempted to roll back the change - but aaime reports the build working for him (and on the build server). So chances are there is a deeper mystery to explore ... - tried on java 1.5 :-) So it is not that ... - The only other interesting thing is the

[Geotools-devel] Line labeling and perpendicular offset

2010-06-28 Thread Andrea Aime
Hi, following a report from a user I was checking the SLD/SE specifications about the meaning of PerpendicularOffset -- The PerpendicularOffset element of a LinePlacement gives the perpendicular distance away from a line to draw a la

[Geotools-devel] [jira] Created: (GEOT-3160) WPS Fails to Parse deegree 3 capabilities

2010-06-28 Thread Jody Garnett (JIRA)
WPS Fails to Parse deegree 3 capabilities - Key: GEOT-3160 URL: http://jira.codehaus.org/browse/GEOT-3160 Project: GeoTools Issue Type: Bug Components: core xml Reporter: Jody Gar

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

2010-06-28 Thread Jody Garnett
Okay sorted out the problem ... when we converted the WPS code to use javax.units.Unit we did not update the version of EList used internally. Jody On 28/06/2010, at 3:41 PM, Jody Garnett wrote: > Sorry about that - took it to the wrong list. > > I think I found the crux of the problem in a co