Thanks for the tip. I've switched to the 1.7.x branch. Greg
David Winslow wrote: > I'd also add that if you are planning on making changes you should > check out a branch (http://svn.codehaus.org/geoserver/branches/1.7.x/) > instead of a tag so that you know you're working against the same code > as everyone else. > > David > > Andrea Aime wrote: >> 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 >> >> > -- | E R G O N O S I S | Greg Ederer | Lead Developer | [EMAIL PROTECTED] | 360.774.6848 | ------------------------------------------------------------------------- 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
