You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Angelo Turetta <at...@commit.it> on 2003/12/06 18:48:11 UTC

Cleaning up maven build for fulcrum

It's amazing how many errors you can find if you erase all the files in your
.maven/repository/fulcrum/jars and then try to rebuild fulcrum while
disconnected from the net.

A lot of fulcrum components have changed version, but the project.xml of the
depending components are not up to date. That makes a difference in a couple
of test source files where deriving from BaseUnitTest implies updating the
signature of the setUp method.

In the attached archive you can find a patch generated with 'cvs diff -u',
as long as some '.cvsignore' I found missing. Hope this is OK.

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

Thanks for help and patience

Angelo Turetta


Re: Cleaning up maven build for fulcrum

Posted by Stephen McConnell <mc...@apache.org>.
In your target/test-reports/*.* ... are the test case failures consistent
with a particular problem?

Stephen.


Rogelio Robles wrote:

>--- Angelo Turetta <at...@commit.it> 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:anonymous@cvs.hibernate.sourceforge.net:/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: turbine-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
>
>
>  
>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org

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





---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


RE: Cleaning up maven build for fulcrum

Posted by Eric Pugh <ep...@upstate.com>.
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:rogelio_robles@yahoo.com]
> Sent: Sunday, December 07, 2003 7:16 AM
> To: Turbine Developers List
> Subject: Re: Cleaning up maven build for fulcrum
>
>
>
> --- Angelo Turetta <at...@commit.it> 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:anonymous@cvs.hibernate.sourceforge.net:/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: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: Cleaning up maven build for fulcrum

Posted by Rogelio Robles <ro...@yahoo.com>.
--- Angelo Turetta <at...@commit.it> 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:anonymous@cvs.hibernate.sourceforge.net:/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: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


RE: Cleaning up maven build for fulcrum (ALL FIXED?)

Posted by Rogelio Robles <ro...@yahoo.com>.
It seems that the unit tests failures that I was getting are because missing
hibernate .hbm.xml files in the target/test-classes dir. The hibernate test
files are in src/test but they don't get copied to the test-classes dir.

Adding this to project.xml should fix it:

  <build>
    <unitTest>
      <resources>
        <resource>
          <directory>${basedir}/src/test</directory>
          <includes>
            <include>**/*.hbm.xml</include>
          </includes>
        </resource>
      </resources>
    </unitTest>
  </build>

Rogelio
--- Eric Pugh <ep...@upstate.com> wrote:
> Hi all,
> 
> Just wanted to update you all..
> 
> Angelo, you were right about the Hibernate Avalon Impl build  being broken..
> The api jar file had no java classes in it!  Oops...
> 
> I have also gone through the Fulcrum dependencies and updated them.
> Everything now seems to be building properly.  I will upload the various
> jars now.  However, if someone could do a fresh build, that would be great,
> just to make sure nothing slipped through the cracks.
> 
> Eric
> 
> > -----Original Message-----
> > From: Eric Pugh [mailto:epugh@upstate.com]
> > Sent: Sunday, December 07, 2003 4:59 PM
> > To: 'Turbine Developers List'
> > Subject: RE: Cleaning up maven build for fulcrum
> >
> >
> > Angelo,
> >
> > I wanted to use your patch, but it didn't seem to come
> > through.  Could you
> > send it directly to me?
> >
> > I am going to try and reverse engineer your patch from what was in the
> > email, so do a fresh build before sending the patch.
> >
> > Thanks...
> >
> > Eric
> >
> > > -----Original Message-----
> > > From: Angelo Turetta [mailto:at-turbine@commit.it]
> > > Sent: Saturday, December 06, 2003 5:48 PM
> > > To: turbine-dev@jakarta.apache.org
> > > Subject: Cleaning up maven build for fulcrum
> > >
> > >
> > > It's amazing how many errors you can find if you erase all
> > > the files in your
> > > .maven/repository/fulcrum/jars and then try to rebuild fulcrum while
> > > disconnected from the net.
> > >
> > > A lot of fulcrum components have changed version, but the
> > > project.xml of the
> > > depending components are not up to date. That makes a
> > > difference in a couple
> > > of test source files where deriving from BaseUnitTest implies
> > > updating the
> > > signature of the setUp method.
> > >
> > > In the attached archive you can find a patch generated with
> > > 'cvs diff -u',
> > > as long as some '.cvsignore' I found missing. Hope this is OK.
> > >
> > > 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
> > >
> > > Thanks for help and patience
> > >
> > > Angelo Turetta
> > >
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


RE: Cleaning up maven build for fulcrum (ALL FIXED?)

Posted by Eric Pugh <ep...@upstate.com>.
Hi all,

Just wanted to update you all..

Angelo, you were right about the Hibernate Avalon Impl build  being broken..
The api jar file had no java classes in it!  Oops...

I have also gone through the Fulcrum dependencies and updated them.
Everything now seems to be building properly.  I will upload the various
jars now.  However, if someone could do a fresh build, that would be great,
just to make sure nothing slipped through the cracks.

Eric

> -----Original Message-----
> From: Eric Pugh [mailto:epugh@upstate.com]
> Sent: Sunday, December 07, 2003 4:59 PM
> To: 'Turbine Developers List'
> Subject: RE: Cleaning up maven build for fulcrum
>
>
> Angelo,
>
> I wanted to use your patch, but it didn't seem to come
> through.  Could you
> send it directly to me?
>
> I am going to try and reverse engineer your patch from what was in the
> email, so do a fresh build before sending the patch.
>
> Thanks...
>
> Eric
>
> > -----Original Message-----
> > From: Angelo Turetta [mailto:at-turbine@commit.it]
> > Sent: Saturday, December 06, 2003 5:48 PM
> > To: turbine-dev@jakarta.apache.org
> > Subject: Cleaning up maven build for fulcrum
> >
> >
> > It's amazing how many errors you can find if you erase all
> > the files in your
> > .maven/repository/fulcrum/jars and then try to rebuild fulcrum while
> > disconnected from the net.
> >
> > A lot of fulcrum components have changed version, but the
> > project.xml of the
> > depending components are not up to date. That makes a
> > difference in a couple
> > of test source files where deriving from BaseUnitTest implies
> > updating the
> > signature of the setUp method.
> >
> > In the attached archive you can find a patch generated with
> > 'cvs diff -u',
> > as long as some '.cvsignore' I found missing. Hope this is OK.
> >
> > 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
> >
> > Thanks for help and patience
> >
> > Angelo Turetta
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


RE: Cleaning up maven build for fulcrum

Posted by Eric Pugh <ep...@upstate.com>.
Angelo,

I wanted to use your patch, but it didn't seem to come through.  Could you
send it directly to me?

I am going to try and reverse engineer your patch from what was in the
email, so do a fresh build before sending the patch.

Thanks...

Eric

> -----Original Message-----
> From: Angelo Turetta [mailto:at-turbine@commit.it]
> Sent: Saturday, December 06, 2003 5:48 PM
> To: turbine-dev@jakarta.apache.org
> Subject: Cleaning up maven build for fulcrum
>
>
> It's amazing how many errors you can find if you erase all
> the files in your
> .maven/repository/fulcrum/jars and then try to rebuild fulcrum while
> disconnected from the net.
>
> A lot of fulcrum components have changed version, but the
> project.xml of the
> depending components are not up to date. That makes a
> difference in a couple
> of test source files where deriving from BaseUnitTest implies
> updating the
> signature of the setUp method.
>
> In the attached archive you can find a patch generated with
> 'cvs diff -u',
> as long as some '.cvsignore' I found missing. Hope this is OK.
>
> 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
>
> Thanks for help and patience
>
> Angelo Turetta
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org