Hmm, seems commons-collections can not be found. Perhaps a class loading issue?
Cory Horner wrote: > So I was butting heads with "mvn site", and decided to try an upgrade in > the hopes that *maybe* it would fix something. Instead, maven now hangs > when I hit the first test in xml-gml2. > > Note, I also purged my local repository prior to using the new maven. > > Can anyone confirm? > > Thanks, > Cory. > > ---- > > [INFO] Surefire report directory: > c:\java\geotools\trunk\modules\unsupported\xml-gml2\target\surefire-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.geotools.gml2.GMLGeometryStreamingTest > java.lang.NoClassDefFoundError: org/apache/commons/collections/OrderedMap > at > org.geotools.xml.impl.ParserHandler.startElement(ParserHandler.java:300) > at > org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) > at > org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown > Source) > at > org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown > Source) > at > org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:143) > at org.geotools.xml.StreamingParser$1.run(StreamingParser.java:223) > at java.lang.Thread.run(Thread.java:534) > > > > > My only changes are: > > Index: pom.xml > =================================================================== > --- pom.xml (revision 25001) > +++ pom.xml (working copy) > @@ -829,12 +829,12 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-plugin-plugin</artifactId> > - <version>2.1</version> > + <version>2.3</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > - <version>2.1</version> > + <version>2.2</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -854,12 +854,12 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > - <version>2.2</version> > + <version>2.3</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > - <version>2.0</version> > + <version>2.3</version> > </plugin> > > <!-- http://www.ibiblio.org/maven2/org/codehaus/mojo/ --> -- Justin Deoliveira The Open Planning Project [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel