RE: Errors building continuum-site on toc macro

2007-10-26 Thread Banck, Arent-Jan
, 2007 2:25 PM To: [EMAIL PROTECTED] Subject: Re: Errors building continuum-site on toc macro Hi, Have you try with last maven-site-plugin snapshot ? I think you have to. -- Olivier 2007/10/25, Banck, Arent-Jan <[EMAIL PROTECTED]>: > Hi, > I am trying to build continuum-dev, but get er

Re: Errors building continuum-site on toc macro

2007-10-25 Thread Emmanuel Venisse
You have this error because you need the latest snapshot of site plugin/doxia. I deployed a pre-version of the site: http://people.apache.org/~evenisse/continuum_1.1_site/ It will be available on the continuum site in few days. Emmanuel Banck, Arent-Jan a écrit : Hi, I am trying to build cont

Re: Errors building continuum-site on toc macro

2007-10-25 Thread olivier lamy
Hi, Have you try with last maven-site-plugin snapshot ? I think you have to. -- Olivier 2007/10/25, Banck, Arent-Jan <[EMAIL PROTECTED]>: > Hi, > I am trying to build continuum-dev, but get errors on some apt files on > the toc macro. When this happens the generated html has is 0 length. > Do I ne

Errors building continuum-site on toc macro

2007-10-25 Thread Banck, Arent-Jan
Hi, I am trying to build continuum-dev, but get errors on some apt files on the toc macro. When this happens the generated html has is 0 length. Do I need to configure anything to avoid this error? [WARNING] Error loading report org.apache.maven.changelog.FileActivityReport - AbstractMethodError:

Re: Building continuum

2007-01-05 Thread Thierry Lach
Well good news. I got the latest sources and ran a build this morning, and it built successfully. On 1/3/07, Jesse McConnell <[EMAIL PROTECTED]> wrote: well, for whats it worth I am pretty sure that if a developer ever gets a reproducible way to get these failures it will be fixed...but withou

RE: Building continuum

2007-01-03 Thread Roald Bankras
y 03, 2007 12:37 PM To: continuum-dev@maven.apache.org Subject: Re: Building continuum well, for whats it worth I am pretty sure that if a developer ever gets a reproducible way to get these failures it will be fixed...but without any way to reproduce it then its tough to diagnose. on that vein

Re: Building continuum

2007-01-03 Thread Jesse McConnell
well, for whats it worth I am pretty sure that if a developer ever gets a reproducible way to get these failures it will be fixed...but without any way to reproduce it then its tough to diagnose. on that vein though, if someone with that kinda problem where to say, hop on irc and make them selves

Re: Building continuum

2007-01-02 Thread Wendy Smoak
On 1/2/07, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: It builds fine for me. On a lighter note, I find it most amusing that -Dmaven.test.skip=true is mentioned as a way to move forward on a list about a continuous integration project. Cheers, Christian. P.S. Don't take that last as a

Re: Building continuum

2007-01-02 Thread Christian Edward Gruber
It builds fine for me. On a lighter note, I find it most amusing that -Dmaven.test.skip=true is mentioned as a way to move forward on a list about a continuous integration project. Cheers, Christian. P.S. Don't take that last as a serious criticism or anything, it just made me chuckle, that

Re: Maven 2.0.5-SNAPSHOT problem building continuum-release

2006-12-12 Thread Wendy Smoak
On 12/12/06, Brett Porter <[EMAIL PROTECTED]> wrote: Sorry, can't reproduce this with maven-2.0.5-SNAPSHOT on either Mac or Windows. Got any more information? John and Jesse worked this out on IRC. Maven 2.0.5-snap orders dependencies differently than 2.0.4. In 2.0.4, with multiple versions

Re: Maven 2.0.5-SNAPSHOT problem building continuum-release

2006-12-12 Thread Brett Porter
e you see the project getting updated from 2.0 -> 2.0.4 but on the next line you see maven-settings going from 2.0.4 -> 2.0 she was on windows/cygwin btw jesse On 12/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: I'm having trouble building Continuum with Maven 2.0.5-SNAPSHOT.

Re: Maven 2.0.5-SNAPSHOT problem building continuum-release

2006-12-06 Thread Jesse McConnell
2/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: I'm having trouble building Continuum with Maven 2.0.5-SNAPSHOT. I get a test error in continuum-release, and it seems to be due to Maven selecting the 2.0 version of maven-artifact instead of the 2.0.4 version. If I build with Maven 2.0.4, i

Maven 2.0.5-SNAPSHOT problem building continuum-release

2006-12-06 Thread Wendy Smoak
I'm having trouble building Continuum with Maven 2.0.5-SNAPSHOT. I get a test error in continuum-release, and it seems to be due to Maven selecting the 2.0 version of maven-artifact instead of the 2.0.4 version. If I build with Maven 2.0.4, it works fine. If I add a dependency on

Re: Building continuum

2006-10-25 Thread Edwin Punzalan
CONTINUUM-970 has been created for this... you can apply the patch there in your local copy if you want. Hope that helps. ^_^ Martin van den Bemt wrote: 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

Re: building continuum

2006-10-18 Thread Philippe Faes
I know about the 'skip' option, but I would prefer the test to work. How can I expect continuum to work if the tests fail? I'm running Fedora Core 5 linux on amd64 with java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) 64-Bit Server VM (

Re: building continuum

2006-10-18 Thread Christian Edward Gruber
Thanks! This should probably be dropped into the site built docs. Christian. P.S. How often are we re-generating the docs at http://maven.apache.org/continuum ? ben short wrote: > Christian, > > I used the admin webapp for tomcat 5.5 to create the following two > jndi resources. > > jdbc/conti

Re: building continuum

2006-10-18 Thread ben short
Christian, I used the admin webapp for tomcat 5.5 to create the following two jndi resources. jdbc/continuum jdbc/users This resulted in the following context veing created in the server.xml /opt/tomcat/conf/context.xml /opt/tomcat/conf/context.xml

Re: problem building continuum

2006-02-03 Thread Emmanuel Venisse
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 and dont see any reference to need

Re: problem building continuum

2006-02-03 Thread Emmanuel Venisse
cified 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/development/guide-build

Re: problem building continuum

2006-02-02 Thread Bob Herrmann
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, htt

Re: problem building continuum

2006-01-29 Thread Bob Herrmann
-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://maven.apache.org/continuum/g

Re: problem building continuum

2006-01-27 Thread Emmanuel Venisse
us/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] --

Re: problem building continuum

2006-01-27 Thread Bob Herrrmann
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-maven-plugin/1.1.3/plexus-maven-plugin-1.1.3.pom > > 1K downloaded > > Downloading: > > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom &

problem building continuum

2006-01-26 Thread Bob Herrrmann
aded [INFO] ---- [INFO] Building Continuum Parent Project [INFO]task-segment: [clean:clean, install] [INFO] Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.