I am getting a few problems compiling on trunk... based on the following from main/pom.xml > <dependency> > <groupId>org.geoserver</groupId> > <artifactId>ows</artifactId> > <version>1.8.0-SNAPSHOT</version> > </dependency> > <dependency> > <groupId>org.geoserver</groupId> > <artifactId>ows</artifactId> > <version>1.7.0-SNAPSHOT</version> > <classifier>tests</classifier> > <scope>test</scope> > </dependency> It looks like you need to build 1.7 locally; and only then you can build trunk? Jody
------------------------------------------------------------------------- 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
