In your target/test-reports/*.* ... are the test case failures consistent with a particular problem?

Stephen.


Rogelio Robles wrote:


--- Angelo Turetta <[EMAIL PROTECTED]> wrote:
...


Now, in order to complete the build, I'm only missing the following jars
(after that I'll try to solve my problems with the merlin tests):

[security/hibernate]
hibernate-avalon-api-0.4-dev.jar (no download url specified)
hibernate-avalon-impl-0.4-dev.jar (no download url specified)
[security/adapters/opensymphony]
osuser-1.0-dev.jar (no download url specified)
propertyset-1.3-1Oct03.jar (no download url specified)

Eric, could you please upload the version you are using to the turbine repo
http://jakarta.apache.org/turbine/repo




You can build the Hibernate related dependencies checking out the CVS HibernateExt module:

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/hibernate
co HibernateExt

As today, I tried to build the avalon subprojects using the global ant and
maven scripts but that didn't work only ran site:generate. So I went into the
'api' and 'impl' subprojects and ran maven jar:install.


'impl' was the only one that didn't build because a missing
HibernateService.java which I got from
api/src/java/net/sf/hibernate/avalon/HibernateService.java, after searching and
diffing files witht the same name, then I was able to build and install both
subprojects into my local maven repo.

Then, I returned to the original jakarta-turbine-fulcrum/security and tried to
build all the subprojects running the global maven script, it stopped at
Fulcrum Security Hibernate Impl subproject because all the test cases failed:

+----------------------------------------
| Installing: Fulcrum Security Hibernate Impl
| Memory: 13M/20M
+----------------------------------------

java:prepare-filesystem:
   [mkdir] Created dir:
C:\jakarta\jakarta-turbine-fulcrum\security\hibernate\target\classes

java:compile:
avalon:meta:
   [avalon] Writing descriptors using 'xml' format.
   [avalon] Processed 0 Types and 0 Services from a total of 9 classes.
   [mkdir] Created dir:
C:\jakarta\jakarta-turbine-fulcrum\security\hibernate\target\test-classes
   [avalon] Writing descriptors using 'xml' format.
   [avalon] Processed 0 Types and 0 Services from a total of 13 classes.

   [echo] Compiling to
c:\jakarta\jakarta-turbine-fulcrum\security\hibernate/target/classes
   [javac] Compiling 9 source files to
C:\jakarta\jakarta-turbine-fulcrum\security\hibernate\target\classes

java:jar-resources:

test:prepare-filesystem:
   [mkdir] Created dir:
C:\jakarta\jakarta-turbine-fulcrum\security\hibernate\target\test-reports

test:test-resources:

test:compile:
   [javac] Compiling 13 source files to
C:\jakarta\jakarta-turbine-fulcrum\security\hibernate\target\test-classes

test:test:
   [junit] Running
org.apache.fulcrum.security.hibernate.basic.HibernateBasicModelManagerTest
   [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 5.048 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.basic.HibernateBasicModelManagerTest
FAILED
   [junit] Running
org.apache.fulcrum.security.hibernate.basic.HibernateGroupManagerTest
   [junit] Tests run: 10, Failures: 0, Errors: 8, Time elapsed: 5.929 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.basic.HibernateGroupManagerTest FAILED
   [junit] Running
org.apache.fulcrum.security.hibernate.basic.HibernateUserManagerTest
   [junit] Tests run: 12, Failures: 0, Errors: 10, Time elapsed: 6.56 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.basic.HibernateUserManagerTest FAILED
   [junit] Running
org.apache.fulcrum.security.hibernate.dynamic.HibernateDynamicModelManagerTest
   [junit] Tests run: 9, Failures: 0, Errors: 9, Time elapsed: 7.701 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.dynamic.HibernateDynamicModelManagerTest
FAILED
   [junit] Running
org.apache.fulcrum.security.hibernate.dynamic.HibernateExtendedUserGroupManagerTest
   [junit] Tests run: 10, Failures: 0, Errors: 8, Time elapsed: 5.999 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.dynamic.HibernateExtendedUserGroupManagerTest
FAILED
   [junit] Running
org.apache.fulcrum.security.hibernate.HibernateGroupManagerTest
   [junit] Tests run: 10, Failures: 0, Errors: 8, Time elapsed: 5.898 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.HibernateGroupManagerTest FAILED
   [junit] Running
org.apache.fulcrum.security.hibernate.HibernatePermissionManagerTest
   [junit] Tests run: 10, Failures: 0, Errors: 8, Time elapsed: 5.898 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.HibernatePermissionManagerTest FAILED
   [junit] Running
org.apache.fulcrum.security.hibernate.HibernateRoleManagerTest
   [junit] Tests run: 9, Failures: 0, Errors: 7, Time elapsed: 5.709 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.HibernateRoleManagerTest FAILED
   [junit] Running
org.apache.fulcrum.security.hibernate.HibernateUserManagerTest
   [junit] Tests run: 12, Failures: 0, Errors: 10, Time elapsed: 6.599 sec
   [junit] [ERROR] TEST
org.apache.fulcrum.security.hibernate.HibernateUserManagerTest FAILED
   [junit] Running org.apache.fulcrum.security.hibernate.PersistenceHelperTest
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.315 sec
   [junit] Running org.apache.fulcrum.security.StartingSecurityServicesTest
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.441 sec

BUILD FAILED


That's where I'm now.


Rogelio



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





--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/                               |
|------------------------------------------------|





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



Reply via email to