|
From: Jeffrey P. <POR...@WM...> - 2007-10-23 08:36:14
|
Hello all, =20 Sorry for my first post to be one requesting help, but it is. =20 I'm following the instructions on integrating Jetty in to Jboss on this page: http://docs.codehaus.org/display/JETTY/JBoss =20 Step 2: ensure you have built the Jetty JBoss module in $jetty.home/extras/jboss =20 I'm doing this via the command ... C:\tools\jetty-6.1.5\extras\jboss>mvn =20 This though gives the error message... =20 Reason: Failed to validate POM for project org.mortbay.jetty:jboss-jetty at C:\tools\jetty-6.1.5\extras\jboss\pom.xml =20 Can anyone help me with this please? =20 =20 Previous to this, I also got an error message when building Jetty. Its only a test failure, so I was going to ignore it for the moment. =20 ********************************* Results : =20 Failed tests: testReadWriteBlocking(org.mortbay.jetty.SocketServerTest) =20 Tests run: 145, Failures: 1, Errors: 0, Skipped: 0 =20 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. ********************************* =20 =20 Notes: maven-2.0.7-bin jetty-6.1.5 jboss-4.0.5.GA =20 =20 Thanks! Jeff |