See <http://hudson.opengeo.org/hudson/job/geotools-2.6.x/234/changes>
Changes:
[jive] QA run on wms layer; went over caching code to check consistency;
checked Extent information from Dimension was also accounted for when caching
up all possible extents GEOT-2305
------------------------------------------
[...truncated 10626 lines...]
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}dateProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}decimalProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}surfaceProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}intProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}measurand. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}dateTimeProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}dateProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}decimalProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}pointProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}intProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}measurand. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://cite.opengeospatial.org/gmlsf}decimalProperty. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.AttributeEncodeExecutor visit
WARNING: Binding: {http://www.opengis.net/ows}ServiceType does not declare a
target type
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 190.11 sec
Running org.geotools.wfs.bindings.GetCapabilitiesTypeBindingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.geotools.wfs.bindings.DescribeFeatureTypeTypeBindingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.geotools.wfs.bindings.DeleteElementTypeBindingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.geotools.wfs.bindings.WFS_CapabilitiesTypeBindingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.geotools.wfs.bindings.FeatureCollectionTypeBindingTest
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs"
xmlns:geotools="http://geotools.org" xmlns:gml="http://www.opengis.net/gml"
xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows"
xmlns:xlink="http://www.w3.org/1999/xlink">
<gml:boundedBy>
<gml:Envelope>
<gml:lowerCorner>0.0 0.0</gml:lowerCorner>
<gml:upperCorner>1.0 1.0</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<gml:featureMember>
<geotools:feature gml:id="one">
<gml:boundedBy>
<gml:Envelope>
<gml:lowerCorner>1.0 1.0</gml:lowerCorner>
<gml:upperCorner>1.0 1.0</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<geotools:geometry>
<gml:Point>
<gml:pos>1.0 1.0</gml:pos>
</gml:Point>
</geotools:geometry>
<geotools:integer>1</geotools:integer>
</geotools:feature>
</gml:featureMember>
<gml:featureMember>
<geotools:feature gml:id="zero">
<gml:boundedBy>
<gml:Envelope>
<gml:lowerCorner>0.0 0.0</gml:lowerCorner>
<gml:upperCorner>0.0 0.0</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<geotools:geometry>
<gml:Point>
<gml:pos>0.0 0.0</gml:pos>
</gml:Point>
</geotools:geometry>
<geotools:integer>0</geotools:integer>
</geotools:feature>
</gml:featureMember>
</wfs:FeatureCollection>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.geotools.wfs.WFSFeatureCollectionEncodingTest
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.AttributeEncodeExecutor visit
WARNING: Binding: {http://www.opengis.net/ows}ServiceType does not declare a
target type
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for: {http://geotools.org}geometry. Creating a
mock element declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for: {http://geotools.org}integer. Creating a
mock element declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for: {http://geotools.org}geometry. Creating a
mock element declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for: {http://geotools.org}integer. Creating a
mock element declaration and parsing anyways...
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature2 in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.gml2.bindings.GML2EncodingUtils
AbstractFeatureType_getProperties
WARNING: Could find type for feature2 in the schema, generating type from
feature.
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.AttributeEncodeExecutor visit
WARNING: ALL[ class java.lang.String ] is not of type class
net.opengis.wfs.AllSomeType
Mar 21, 2010 9:51:46 AM org.geotools.xml.impl.AttributeEncodeExecutor visit
WARNING: Binding: {http://www.opengis.net/ows}ServiceType does not declare a
target type
Mar 21, 2010 9:51:47 AM org.geotools.xml.impl.AttributeEncodeExecutor visit
WARNING: Binding: {http://www.opengis.net/ows}ServiceType does not declare a
target type
Mar 21, 2010 9:51:47 AM org.geotools.xml.impl.AttributeEncodeExecutor visit
WARNING: Binding: {http://www.opengis.net/ows}ServiceType does not declare a
target type
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
Running org.geotools.wfs.bindings.LockFeatureTypeBindingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.geotools.wfs.bindings.BaseRequestTypeBindingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.geotools.wfs.bindings.GetGmlObjectTypeBindingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.geotools.wfs.bindings.FeatureTypeListTypeBindingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Results :
Tests run: 72, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wfs/target/gt-xsd-wfs-2.6-SNAPSHOT.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar:
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wfs/target/gt-xsd-wfs-2.6-SNAPSHOT-sources.jar>
[INFO] [jar-collector:collect {execution: default}]
[INFO] [install:install]
[INFO] Installing
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wfs/target/gt-xsd-wfs-2.6-SNAPSHOT.jar>
to
/home/tomcat/.m2/repository/org/geotools/xsd/gt-xsd-wfs/2.6-SNAPSHOT/gt-xsd-wfs-2.6-SNAPSHOT.jar
[INFO] Installing
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wfs/target/gt-xsd-wfs-2.6-SNAPSHOT-sources.jar>
to
/home/tomcat/.m2/repository/org/geotools/xsd/gt-xsd-wfs/2.6-SNAPSHOT/gt-xsd-wfs-2.6-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building WPS XML Support
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wps/target>
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wps/target/classes>
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile]
[INFO] Compiling 6 source files to
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wps/target/test-classes>
[INFO] [surefire:test]
[INFO] Surefire report directory:
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wps/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.geotools.wps.bindings.ComplexDataTypeBindingTest
Mar 21, 2010 9:51:52 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://www.opengis.net/wps/1.0.0}ComplexData. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:53 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for:
{http://www.opengis.net/wps/1.0.0}ComplexData. Creating a mock element
declaration and parsing anyways...
Mar 21, 2010 9:51:54 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for: {http://geotools.org}geometry. Creating a
mock element declaration and parsing anyways...
Mar 21, 2010 9:51:54 AM org.geotools.xml.impl.ParserHandler startElement
INFO: Could not find declaration for: {http://geotools.org}integer. Creating a
mock element declaration and parsing anyways...
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.662 sec
Running org.geotools.wps.ExecuteTest
<?xml version="1.0" encoding="UTF-8"?>
<wps:Execute service="WPS" version="1.0.0"
xmlns:wps="http://www.opengis.net/wps/1.0.0"
xmlns:ows="http://www.opengis.net/ows/1.1"
xmlns:xlink="http://www.w3.org/1999/xlink">
<ows:Identifier>foo</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<wps:Data>
<wps:ComplexData/>
</wps:Data>
</wps:Input>
</wps:DataInputs>
</wps:Execute>
<?xml version="1.0" encoding="UTF-8"?>
<wps:ExecuteResponse service="WPS" version="1.0.0"
xmlns:wps="http://www.opengis.net/wps/1.0.0"
xmlns:ows="http://www.opengis.net/ows/1.1"
xmlns:xlink="http://www.w3.org/1999/xlink">
<wps:ProcessOutputs>
<wps:Output>
<ows:Title>foo</ows:Title>
<wps:Data>
<wps:ComplexData/>
</wps:Data>
</wps:Output>
</wps:ProcessOutputs>
</wps:ExecuteResponse>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running org.geotools.wps.bindings.LanguagesBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.geotools.wps.GetCapabilitiesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wps/target/gt-xsd-wps-2.6-SNAPSHOT.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar:
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wps/target/gt-xsd-wps-2.6-SNAPSHOT-sources.jar>
[INFO] [jar-collector:collect {execution: default}]
[INFO] [install:install]
[INFO] Installing
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wps/target/gt-xsd-wps-2.6-SNAPSHOT.jar>
to
/home/tomcat/.m2/repository/org/geotools/xsd/gt-xsd-wps/2.6-SNAPSHOT/gt-xsd-wps-2.6-SNAPSHOT.jar
[INFO] Installing
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/xsd/xsd-wps/target/gt-xsd-wps-2.6-SNAPSHOT-sources.jar>
to
/home/tomcat/.m2/repository/org/geotools/xsd/gt-xsd-wps/2.6-SNAPSHOT/gt-xsd-wps-2.6-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Web Map Server client
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/wms/target>
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 47 source files to
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/wms/target/classes>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<http://hudson.opengeo.org/hudson/job/geotools-2.6.x/ws/gt_2.6.x/modules/extension/wms/src/main/java/org/geotools/data/wms/xml/Extent.java>:[134,38]
cannot find symbol
symbol : method isEmpty()
location: class java.lang.String
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22 minutes 55 seconds
[INFO] Finished at: Sun Mar 21 09:51:58 EDT 2010
[INFO] Final Memory: 55M/141M
[INFO] ------------------------------------------------------------------------
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel