Re: Deploying mvn-site from build server

2011-06-29 Thread Reto Bachmann-Gmuer
://twitter.com/olamy | http://www.linkedin.com/in/olamy > > [1] http://maven.apache.org/plugins/maven-site-plugin/jar-mojo.html > > 2011/6/20 Reto Bachmann-Gmuer : > > thanks for your help. > > > > would setting up a cron-job on people.a.o to wget -r > > htt

Re: Deploying mvn-site from build server

2011-06-20 Thread Reto Bachmann-Gmuer
thanks for your help. would setting up a cron-job on people.a.o to wget -r https://builds.apache.org/job/clerezza-site/site/ be an acceptable solutions? Reto On Thu, Jun 16, 2011 at 9:46 PM, Olivier Lamy wrote: > 2011/6/16 Niklas Gustavsson : > > On Thu, Jun 16, 2011 at 5:34 PM, Olivier Lamy

Re: Deploying mvn-site from build server

2011-06-16 Thread Reto Bachmann-Gmuer
On Thu, Jun 16, 2011 at 11:54 AM, Niklas Gustavsson wrote: > On Thu, Jun 16, 2011 at 11:49 AM, Reto Bachmann-Gmuer > wrote: > > This works fine when rnning site-deploy locally but not when having it > > executed on hudson. Would it be possible to give hudson the r

Deploying mvn-site from build server

2011-06-16 Thread Reto Bachmann-Gmuer
Hello, In clerezza we have the following directive in the root pom for deploying the site: people.apache.org scp:// people.apache.org/www/incubator.apache.org/clerezza/mvn-site/ This works fine when rnning site-deploy locally but not when havin

Re: hudson fails with a failed authentication deploying artifacts

2011-05-11 Thread Reto Bachmann-Gmuer
On Wed, May 11, 2011 at 10:24 AM, Niklas Gustavsson wrote: > On Tue, May 10, 2011 at 10:31 PM, Reto Bachmann-Gmuer > wrote: > > I first didn't have a login/password for repository.apache.orgconfigured in > > my local settings.xml, so this failed with a good reason. But

Re: hudson fails with a failed authentication deploying artifacts

2011-05-10 Thread Reto Bachmann-Gmuer
On Tue, May 10, 2011 at 8:04 AM, Niklas Gustavsson wrote: > On Mon, May 9, 2011 at 7:00 PM, Reto Bachmann-Gmuer > wrote: > > Since the begginning of May all Clerezza builds failed with the > > follwoing error message: > > > > [INFO] *[deploy:deploy {execut

hudson fails with a failed authentication deploying artifacts

2011-05-09 Thread Reto Bachmann-Gmuer
Hi Since the begginning of May all Clerezza builds failed with the follwoing error message: [INFO] *[deploy:deploy {execution: default-deploy}]*[JENKINS] Archiving /home/hudson/hudson-slave/workspace/clerezza-trunk-1.6/trunk-1.6/slf4j-scala-api/target/slf4j-scala-api-1.6.1-sources.jar to /home

Clerezza: no successfull build for 27 days (NullPointerException)

2010-07-02 Thread Reto Bachmann-Gmuer
Typically we get an error message like: [locks-and-latches] All the locks released ERROR: Processing failed due to a bug in the code. Please report this to us...@hudson.dev.java.net java.lang.NullPointerException project=hudson.maven.mavenmodule...@a0ee03[clerezza-trunk-1.6] hudson.maven.mave

Re: Build failed in Hudson: clerezza-trunk-1.6 #203

2010-04-09 Thread Reto Bachmann-Gmuer
It says: ERROR: Processing failed due to a bug in the code. Please report this to us...@hudson.dev.java.net java.lang.NullPointerException So I don't think the problem is related to our code. I hoped this problem would have disappeared with the update of hudson :-( reto On Fri, Apr 9, 2010 at 4:

building and deploy maven project website

2010-04-08 Thread Reto Bachmann-Gmuer
Hello I was wondering what's the recommended way to deploy the maven site generated via hudson with "mvn site". Reading http://www.apache.org/dev/project-site.html I understand even generated pages should go into version control, how should this be done when the build is performed by hudson? CHee

Re: run commands as the Hudson user on minerva

2010-03-23 Thread Reto Bachmann-Gmuer
not allowed to execute '/home/hudson/tools/maven/latest/bin/mvn deploy' as hudson on minerva.apache.org. how could I get those rights? Cheers, reto On Tue, Mar 23, 2010 at 11:58 AM, Justin Mason wrote: > try > > sudo -u hudson -H bash > > --j. > > On Tue, Mar 2

run commands as the Hudson user on minerva

2010-03-23 Thread Reto Bachmann-Gmuer
following http://wiki.apache.org/general/Hudson#How_do_I_run_commands_as_the_Hudson_user.3FI try to try to do a build as hudson user to see what might go wrong with the clerezza builds. However it doesn't seem to work: r...@minerva:~$ sudo su - hudson [sudo] password for reto: r...@minerva:~$ whoa

Re: Out of memory (was Build failed in Hudson: PDFBox-trunk #41)

2010-03-23 Thread Reto Bachmann-Gmuer
we had the same in clerezza. now we're back the well known failures ... [locks-and-latches] All the locks released ERROR: Processing failed due to a bug in the code. Please report this to us...@hudson.dev.java.net java.lang.NullPointerException project=hudson.maven.mavenmodule...@179b3e6[clerezza-t

Many failing builds (mainly: Processing failed due to a bug in the code)

2010-02-18 Thread Reto Bachmann-Gmuer
Most clerezza builds fail for reason which have nothing to do with out code, frequently the output contaains the string:"ERROR: Processing failed due to a bug in the code. Please report this to us...@hudson.dev.java.net java.lang.NullPointerException". I've that this error may occur when maven is

file:/home/hudson/.m2/repository/repository.xml on minerva (Fwd: Build failed in Hudson: clerezza-trunk-1.6 #85)

2010-02-09 Thread Reto Bachmann-Gmuer
The file /home/hudson/.m2/repository/repository.xml on minerva contains nothing but the xml preamble, () I assume thats causing the Premature end of file error. so I deleted the file. Cheers, reto -- Forwarded message -- From: Apache Hudson Server Date: Tue, Feb 9, 2010 at 4:30

Re: [Hudson] Clerezza builds seem to be failing to finish

2010-01-29 Thread Reto Bachmann-Gmuer
We were having problem with some NullPointerExceptions in Hudson (sent a mail earlier on this list). Now I tried changing maven version, manually starting abuild might have killed an ongoing one, but I never purposely killed a build. Cheers, reto On Fri, Jan 29, 2010 at 10:08 AM, Tim Ellison wro

build failure due to bug in code

2010-01-13 Thread Reto Bachmann-Gmuer
Hello Recently we've had build failures with the message "failed due to a bug in the code", before reporting to the hudson user list I thought I ask here if others are having this problem as well or an idea what might cause it. on http://hudson.zones.apache.org/hudson/job/clerezza-trunk-1.6/48/co