Greg Ederer ha scritto: > Hi, > > I would like to do some GeoServer development. I just checked out the > sources like so: > > svn co https://svn.codehaus.org/geoserver/tags/1.7.0-RC3/geoserver > > Then issued a: > > mvn install > > Which yielded the following output: > . . . > > Failed tests: > > testFilter(org.vfny.geoserver.wms.responses.map.georss.RSSGeoRSSTransformerTest) > > testLatLongInternal(org.vfny.geoserver.wms.responses.map.georss.RSSGeoRSSTransformerTest) > > testSimpleInternal(org.vfny.geoserver.wms.responses.map.georss.RSSGeoRSSTransformerTest) > > testRasterPlacemark(org.vfny.geoserver.wms.responses.map.kml.KMLTransformerTest) > > testLatLongInternal(org.vfny.geoserver.wms.responses.map.georss.AtomGeoRSSTransformerTest) > > testSimpleInternal(org.vfny.geoserver.wms.responses.map.georss.AtomGeoRSSTransformerTest) > > testStrategyChangesStuff(org.vfny.geoserver.wms.responses.map.kml.GeoSearchKMLTest) >
Hi Greg, the best thing would be to load the projects in Eclipse and run the tests manually, it's easier to point out what's wrong and debug it. Anyways, you can also have a look into target/surefire/<fullyQualifiedtestName>.txt and report back what the error is. Also, if you're in a hurry, hit the #geoserver channel on irc.freenode.net, there we can try a some more interactive help Cheers -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
