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

Building continuum

2006-10-25 Thread Martin van den Bemt
Hi everyone, Building continuum is kind of a pain and is not working out for me. The problem may be due to the apache snapshot repo being down, but even without a snapshot repo I should be able to build (even if it is trunk). First of all : the maven-release-plugin has been changed, where

building continuum

2006-10-18 Thread Philippe Faes
Dear all, I'd like to get my hands diry on continuum, but I cannot build the continuum trunk http://svn.apache.org/repos/asf/maven/continuum/trunk by running mvn clean install Is this a temprary issue or am I doing something wrong? Also, can I compile (and run the tests) while I have a

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

Re: FYI: building continuum today

2006-03-16 Thread Emmanuel Venisse
The build works fine on windows and linux. Emmanuel Bob Herrmann a écrit : I checked out contiuum this morning and did a build... I get this... sh build.xml # I'm using cygwin on win2k. ... There was no such logger 'org.apache.maven.artifact.transform.ArtifactTransforma

FYI: building continuum today

2006-03-15 Thread Bob Herrmann
I checked out contiuum this morning and did a build... I get this... sh build.xml # I'm using cygwin on win2k. ... There was no such logger 'org.apache.maven.artifact.transform.ArtifactTransforma tion:latest' 15282461. [2006.03.15 10:13:50] Used 28859ms [surefire]

Re: problem building continuum

2006-02-03 Thread dan tran
: org.codehaus.mojo:maven-jpox-plugin:maven-plugin:1.0.1 from the specified remote repositories: central (http://repo1.maven.org/maven2), snapshots (http://snapshots.maven.codehaus.org/maven2) Why am I getting these missing resources? I'm following the building continuum instructions

Re: problem building continuum

2006-02-03 Thread Bob Herrmann
Emmanuel Venisse wrote: hmm, weird. You aren't the only one with this problem. I can build continuum with 256Mo assigned to jvm. If you want to increase memory, you need to set MAVEN_OPTS env var, it's used by mvn. ok, I still get an error when the tests run. $ export MAVEN_OPTS=-Xmx500m

Re: problem building continuum

2006-02-02 Thread dan tran
://snapshots.maven.codehaus.org/maven2) Why am I getting these missing resources? I'm following the building continuum instructions, http://maven.apache.org/continuum/guides/development/guide-build-continuum.html and dont see any reference to needed external stuff. (I did already put maven

Re: problem building continuum

2006-02-02 Thread Bob Herrmann
: org.codehaus.mojo:maven-jpox-plugin:maven-plugin:1.0.1 from the specified remote repositories: central (http://repo1.maven.org/maven2), snapshots (http://snapshots.maven.codehaus.org/maven2) Why am I getting these missing resources? I'm following the building continuum instructions, http

Re: problem building continuum

2006-02-02 Thread dan tran
: central (http://repo1.maven.org/maven2), snapshots (http://snapshots.maven.codehaus.org/maven2) Why am I getting these missing resources? I'm following the building continuum instructions, http://maven.apache.org/continuum/guides/development/guide-build-continuum.html

Re: problem building continuum

2006-01-30 Thread Emmanuel Venisse
:1.0.1 from the specified remote repositories: central (http://repo1.maven.org/maven2), snapshots (http://snapshots.maven.codehaus.org/maven2) Why am I getting these missing resources? I'm following the building continuum instructions, http://maven.apache.org/continuum/guides

Re: problem building continuum

2006-01-28 Thread Bob Herrmann
Why do you want to build sources? Emmanuel Thats a good question. I wanted to change the build report to be briefer. In particular we like to keep the Subject line as ProjcectName BUILD-NUM PASS. We also like the summary to just include the tests that fail (our project has 3000 tests.)

Re: problem building continuum

2006-01-28 Thread Brett Porter
... and we certainly encourage folks wanting to do that. Even more so if they want to contribute changes back :) Email customisation would be a useful feature to have. I think the main thing we try to discourage is people just wanting to check out the latest features building from sources -

Re: problem building continuum

2006-01-27 Thread Emmanuel Venisse
/plexus/plexus-maven-plugin/1.1.3/plexus-maven-plugin-1.1.3.jar 14K downloaded [INFO] [INFO] Building Continuum Parent Project [INFO]task-segment: [clean:clean, install] [INFO