Re: Building continuum

2007-01-02 Thread Jesse McConnell
what are your errors? On 1/2/07, Roald Bankras [EMAIL PROTECTED] wrote: Hey all All the best wishes for 2007! Last year I tried to do some work on continuum. But my checkout of the head failed to build successfully. Then I tried to checkout 1.0.3 but that also failed. Is there something

RE: Building continuum

2007-01-02 Thread Roald Bankras
Continuum-core fails 1 testcase with 2 errors. --- Test set: org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilderTest

Re: Building continuum

2007-01-02 Thread Jesse McConnell
updated trunk builds cleanly for me right now... what o/s jdk and mvn version are you using? and are you sure you don't have local modifications jesse On 1/2/07, Roald Bankras [EMAIL PROTECTED] wrote: Continuum-core fails 1 testcase with 2 errors.

Re: Building continuum

2007-01-02 Thread Wendy Smoak
On 1/2/07, Roald Bankras [EMAIL PROTECTED] wrote: I have a clean checkout of the trunk, running on XP with JDK 1.5.0_06 and maven 2.0.4 It also builds fine here on WinXP, JDK 1.5.0_10 and Maven 2.0.4 or 2.0.5-SNAPSHOT. (However, I've seen odd intermittent problems before, especially on

RE: Building continuum

2007-01-02 Thread Roald Bankras
Svn is 1.3.1 Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Thierry Lach [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 3:37 PM To: continuum-dev@maven.apache.org Subject: Re: Building continuum What is the svn version you are using? Every attempt I

RE: Building continuum

2007-01-02 Thread Roald Bankras
-dev@maven.apache.org Subject: Re: Building continuum On 1/2/07, Roald Bankras [EMAIL PROTECTED] wrote: I have a clean checkout of the trunk, running on XP with JDK 1.5.0_06 and maven 2.0.4 It also builds fine here on WinXP, JDK 1.5.0_10 and Maven 2.0.4 or 2.0.5-SNAPSHOT. (However, I've seen

Re: Building continuum

2007-01-02 Thread Thierry Lach
To: continuum-dev@maven.apache.org Subject: Re: Building continuum On 1/2/07, Roald Bankras [EMAIL PROTECTED] wrote: I have a clean checkout of the trunk, running on XP with JDK 1.5.0_06 and maven 2.0.4 It also builds fine here on WinXP, JDK 1.5.0_10 and Maven 2.0.4 or 2.0.5-SNAPSHOT. (However

Re: Building continuum

2007-01-02 Thread Thierry Lach
- From: Wendy Smoak [mailto:[EMAIL PROTECTED] ] Sent: Tuesday, January 02, 2007 3:31 PM To: continuum-dev@maven.apache.org Subject: Re: Building continuum On 1/2/07, Roald Bankras [EMAIL PROTECTED] wrote: I have a clean checkout of the trunk, running on XP with JDK 1.5.0_06 and maven

Re: Building continuum

2007-01-02 Thread Thierry Lach
Done. Also - opened the file (by accident) with notepad and it looks like the differences are in the line terminators. Added that to the issue also. Hope it helps. On 1/2/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/2/07, Thierry Lach [EMAIL PROTECTED] wrote: Nope - same failure with

Re: building continuum

2006-10-18 Thread ben short
Hi Philippe, I wanted to do the same to see if there where any cool new features andran into the same problem. if you do mvn -Dmaven.test.failure.ignore=true package you can grab the war and deploy it tomcat ( or an app server of your choice ) you'll then need to setup 2 jndi jdbc resources

Re: building continuum

2006-10-18 Thread Joakim Erdfelt
The automated unit testing of continuum-release is very hit and miss. Hard to track down. For some people it works every time. For others it works randomly. Even a few people report that the tests work only after executing them multiple times. What I'd like to know is what the differences in

Re: building continuum

2006-10-18 Thread Jesse McConnell
always works for me on macosx, jdk 1.5, maven 2.0.4 On 10/18/06, Joakim Erdfelt [EMAIL PROTECTED] wrote: The automated unit testing of continuum-release is very hit and miss. Hard to track down. For some people it works every time. For others it works randomly. Even a few people report that

Re: building continuum

2006-10-18 Thread Christian Edward Gruber
If somone could document the jndi resources and how to configure them in tomcat 5.5 that would be very nice. I couldn't figure it out, and am currently running it with: mvn jetty:run continuum.log Christian. ben short wrote: Hi Philippe, I wanted to do the same to see if there where any