Hi --

I am trying the book example on xfire1.2.5, but I don't get a war file.  I seem 
to get a test error, as shown below.

Am I supposed to get a war file as the README seems to say?

Thanks

Betty

=============================================================================
C:\xfire125\xfire-1.2.5\examples\book>mvn install war:war
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'war'.
[INFO] -------------------------------------------------------------------------
---
[INFO] Building Book Example
[INFO]    task-segment: [install, war:war]
[INFO] -------------------------------------------------------------------------
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'jaxen:jaxen:pom:1.1-beta-9:compile' is invalid. It will be ig
nored for artifact resolution. Reason: Not a v4.0.0 POM.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'jaxen:jaxen:pom:1.1-beta-9:compile' is invalid. It will be ig
nored for artifact resolution. Reason: Not a v4.0.0 POM.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[WARNING] POM for 'jaxen:jaxen:pom:1.1-beta-9:compile' is invalid. It will be ig
nored for artifact resolution. Reason: Not a v4.0.0 POM.
[INFO] [surefire:test]
[INFO] Surefire report directory: C:\xfire125\xfire-1.2.5\examples\book\target\s
urefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.codehaus.xfire.demo.BookServiceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.078 sec <<< FA
ILURE!

Results :

Tests in error:
  testClient(org.codehaus.xfire.demo.BookServiceTest)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Mon Mar 19 16:49:43 PDT 2007
[INFO] Final Memory: 6M/10M
[INFO] ------------------------------------------------------------------------

C:\xfire125\xfire-1.2.5\examples\book>

Reply via email to