RE: Turbine 2.x based apps and WAR/EAR issues.

2003-12-07 Thread Eric Pugh
Hi Filippos, Welcome aboard! There have been other people wishing to have this issue fixed as well. However not much effort has happened on this front. However, it would be a very valuable patch to have. Take a look at T2.4, from CVS, make sure you can compile and run the unit tests and that wo

Turbine 2.x based apps and WAR/EAR issues.

2003-12-07 Thread Filippos Slavik
Dear All, I'm working in FORTHnet S.A. (http://www.forthnet.gr) , a Greek Telecommunication company, where we have created several mission critical application based on Turbine 2.x. The most annoying problem we have with this excellent tool is that we can't deploy our turbine based applicatio

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

2003-12-07 Thread Rogelio Robles
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:

cvs commit: jakarta-turbine-fulcrum/xmlrpc project.xml

2003-12-07 Thread epugh
epugh 2003/12/07 10:59:18 Modified:xmlrpc project.xml Log: Update dependencies Revision ChangesPath 1.5 +1 -1 jakarta-turbine-fulcrum/xmlrpc/project.xml Index: project.xml === RCS file

cvs commit: jakarta-turbine-fulcrum/security/adapters/opensymphony project.xml

2003-12-07 Thread epugh
epugh 2003/12/07 10:58:55 Modified:security/memory project.xml security/api project.xml security/nt project.xml security/hibernate project.xml security/adapters/turbine project.xml security/spi project.xml

cvs commit: jakarta-turbine-fulcrum/scheduler/src/test/org/apache/fulcrum/schedule/turbine/nonpersistent NonPersistentSchedulerServiceTest.java

2003-12-07 Thread epugh
epugh 2003/12/07 10:58:13 Modified:scheduler project.xml scheduler/src/test/org/apache/fulcrum/schedule/turbine/nonpersistent NonPersistentSchedulerServiceTest.java Log: Update to latest test container Revision ChangesPath 1.3

cvs commit: jakarta-turbine-fulcrum/osworkflow/example project.xml

2003-12-07 Thread epugh
epugh 2003/12/07 10:54:29 Modified:osworkflow project.xml localization/impl project.xml cacheproject.xml osworkflow/example project.xml Log: Update dependencies Revision ChangesPath 1.5 +1 -1 jakarta-turbine-fu

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

2003-12-07 Thread Eric Pugh
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 uplo

RE: Cleaning up maven build for fulcrum

2003-12-07 Thread Eric Pugh
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 Ture

RE: Cleaning up maven build for fulcrum

2003-12-07 Thread Eric Pugh
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 tu

Re: Cleaning up maven build for fulcrum

2003-12-07 Thread Stephen McConnell
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 proble

Re: Cleaning up maven build for fulcrum

2003-12-07 Thread Rogelio Robles
--- 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-aval