Rogelio, (and others)

I am going to go and try and clean up some of these build problems, I'll
send a note to the list.  I appreciate your looking into the problems.  I
think I need to delete my code and recheckout from CVS to see some of these
issues.

I will also go and do some updates to the turbine repo.   I know how
frustrating build issues are, so  I appreciate your patience.

Eric

> -----Original Message-----
> From: Rogelio Robles [mailto:[EMAIL PROTECTED]
> Sent: Sunday, December 07, 2003 7:16 AM
> To: Turbine Developers List
> Subject: Re: Cleaning up maven build for fulcrum
>
>
>
> --- 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\t
> est-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\t
> est-reports
>
> test:test-resources:
>
> test:compile:
>     [javac] Compiling 13 source files to
> C:\jakarta\jakarta-turbine-fulcrum\security\hibernate\target\t
> est-classes
>
> test:test:
>     [junit] Running
> org.apache.fulcrum.security.hibernate.basic.HibernateBasicMode
> lManagerTest
>     [junit] Tests run: 3, Failures: 0, Errors: 3, Time
> elapsed: 5.048 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.security.hibernate.basic.HibernateBasicMode
> lManagerTest
> 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.HibernateGroupMana
> gerTest 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.HibernateUserManag
> erTest FAILED
>     [junit] Running
> org.apache.fulcrum.security.hibernate.dynamic.HibernateDynamic
> ModelManagerTest
>     [junit] Tests run: 9, Failures: 0, Errors: 9, Time
> elapsed: 7.701 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.security.hibernate.dynamic.HibernateDynamic
> ModelManagerTest
> FAILED
>     [junit] Running
> org.apache.fulcrum.security.hibernate.dynamic.HibernateExtende
> dUserGroupManagerTest
>     [junit] Tests run: 10, Failures: 0, Errors: 8, Time
> elapsed: 5.999 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.security.hibernate.dynamic.HibernateExtende
> dUserGroupManagerTest
> 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.HibernatePermissionManag
> erTest 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]


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

Reply via email to