I'm actually trying to install the current cvs version of geronimo. The install instructions say to first get scout with ...
svn co http://svn.apache.org/repos/asf/webservices/scout
then run maven in ./scout/trunk/


The build seem to go fine but the unit tests fail ...
[junit] Running org.apache.ws.scout.registry.publish.PublishConceptTest
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 7.38 sec
[junit] [ERROR] TEST org.apache.ws.scout.registry.publish.PublishConceptTest FAILED
[junit] Running org.apache.ws.scout.registry.query.JAXRQueryTest
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.914 sec
[junit] [ERROR] TEST org.apache.ws.scout.registry.query.JAXRQueryTest FAILED
[junit] Running org.apache.ws.scout.registry.RegistryServiceTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.691 sec


The full maven output is attached. I'm on Mac OS X 10.3.8 with Java 1.4.2_05.

Any ideas?

Thanks,
boz

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

multiproject:install:
multiproject:projects-init:
    [echo] Gathering project list
Starting the reactor...
Our processing order:
JAXR API Classes
Apache Scout Implementation
+----------------------------------------
| Gathering project list JAXR API Classes
| Memory: 3M/4M
+----------------------------------------
+----------------------------------------
| Gathering project list Apache Scout Implementation
| Memory: 3M/4M
+----------------------------------------
Starting the reactor...
Our processing order:
JAXR API Classes
Apache Scout Implementation
+----------------------------------------
| Executing multiproject:install-callback JAXR API Classes
| Memory: 3M/4M
+----------------------------------------
Attempting to download geronimo-spec-activation-1.0.2-SNAPSHOT.jar.

multiproject:goal:
build:start:

multiproject:install-callback:
    [echo] Running jar:install for JAXR API Classes
java:prepare-filesystem:

java:compile:
    [echo] Compiling to 
/Users/christoferjennings/java/apache/geranimo/scout/trunk/modules/jaxr-api/target/classes
    [echo] 
==========================================================

  NOTE: Targetting JVM 1.4, classes
  will not run on earlier JVMs

==========================================================
          

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:
    [echo] No test source files to compile.

test:test:
    [echo] No tests to run.

jar:jar:
    [echo] Warning: shortDescription is greater than 49 characters - trimming 
for specification title.
Copying: from 
'/Users/christoferjennings/java/apache/geranimo/scout/trunk/modules/jaxr-api/target/jaxr-api-1.0-SNAPSHOT.jar'
 to: 
'/Users/christoferjennings/.maven/repository/scout/jars/jaxr-api-1.0-SNAPSHOT.jar'
Copying: from 
'/Users/christoferjennings/java/apache/geranimo/scout/trunk/modules/jaxr-api/project.xml'
 to: 
'/Users/christoferjennings/.maven/repository/scout/poms/jaxr-api-1.0-SNAPSHOT.pom'
+----------------------------------------
| Executing multiproject:install-callback Apache Scout Implementation
| Memory: 4M/6M
+----------------------------------------
Attempting to download jaxr-api-1.0-SNAPSHOT.jar.
Attempting to download geronimo-spec-activation-1.0.2-SNAPSHOT.jar.
Attempting to download juddi-SNAPSHOT.jar.
Attempting to download commons-discovery-SNAPSHOT.jar.

jar:install:


build:end:

build:start:

multiproject:install-callback:
    [echo] Running jar:install for Apache Scout Implementation
java:prepare-filesystem:

java:compile:
    [echo] Compiling to 
/Users/christoferjennings/java/apache/geranimo/scout/trunk/modules/scout/target/classes
    [echo] 
==========================================================

  NOTE: Targetting JVM 1.4, classes
  will not run on earlier JVMs

==========================================================
          

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

test:test:
    [junit] Running org.apache.ws.scout.JaxrPublishOrgTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.204 sec
    [junit] Running org.apache.ws.scout.JAXRQueryTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.188 sec
    [junit] Running org.apache.ws.scout.registry.BusinessQueryManagerImplTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.746 sec
    [junit] Running org.apache.ws.scout.registry.CapabilityProfileTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.533 sec
    [junit] Running org.apache.ws.scout.registry.ConnectionFactoryTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 3.195 sec
    [junit] Running org.apache.ws.scout.registry.infomodel.EmailAddressTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.758 sec
    [junit] Running org.apache.ws.scout.registry.infomodel.ExtensibleObjectTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.54 sec
    [junit] Running 
org.apache.ws.scout.registry.infomodel.InternationalStringTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.562 sec
    [junit] Running org.apache.ws.scout.registry.infomodel.LocalizedStringTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.536 sec
    [junit] Running org.apache.ws.scout.registry.infomodel.PersonNameTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.523 sec
    [junit] Running org.apache.ws.scout.registry.infomodel.SlotTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.606 sec
    [junit] Running org.apache.ws.scout.registry.LifeCycleManagerTest
    [junit] Tests run: 26, Failures: 0, Errors: 0, Time elapsed: 1.916 sec
    [junit] Running org.apache.ws.scout.registry.publish.PublishConceptTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 7.38 sec
    [junit] [ERROR] TEST 
org.apache.ws.scout.registry.publish.PublishConceptTest FAILED
    [junit] Running org.apache.ws.scout.registry.query.JAXRQueryTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.914 sec
    [junit] [ERROR] TEST org.apache.ws.scout.registry.query.JAXRQueryTest FAILED
    [junit] Running org.apache.ws.scout.registry.RegistryServiceTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.691 sec
Total time: 1 minutes 51 seconds
Finished at: Mon Mar 07 21:02:58 PST 2005


BUILD FAILED
File...... 
/Users/christoferjennings/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- 
/Users/christoferjennings/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
 <fail> There were test failures.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to