Hi all I am pretty confused about our offical hudson build server which shows perfect builds for geoserver-trunk and geoserver-2.0.x Since some time, I never succeeded with with a geoserver build using SUN sdk or IBM SDK or OpenJDK.
Investigating further into FeatureChainingWfsTest>>testDescribeFeatureType if found the problem at line 160 assertXpathEvaluatesTo(AbstractAppSchemaMockData.GSML_URI, "//xsd:import[1]/@namespace",doc) which tries to query the "namespace" attribute of the second "import" Element. According to W3C, indexing starts with 1 and not with 0, it has to be assertXpathEvaluatesTo(AbstractAppSchemaMockData.GSML_URI, "//xsd:import[2]/@namespace",doc) After fixing and a retry, line 188 causes the next problem. @Ben, could you have a look at this. I do not want to open an issue because of the successfull hudson builds. ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
