Info for including JUnit in our Continuous Integration Build system at Apache

2011-08-24 Thread Sandro Martini
Hi all, my name is Sandro Martini, and I'm in the PMC of Apache Pivot. Today I started to configure a Continuous Integration for Pivot on Apache Jenkins build system, the job name is Pivot-trunk . To make it work, I have to let it use a JUnit jar, but currently we don't have it in

Re: Info for including JUnit in our Continuous Integration Build system at Apache

2011-08-24 Thread Sandro Martini
; On Wed, Aug 24, 2011 at 1:01 PM, Sandro Martini > wrote: >> So excuse me, probably the question has already be solved, but I >> didn't find a clear answer to this: >> should I copy JUnit jar inside the workspace downloaded from SVN ? >> Or could I add a referen

Problems building a Pivot-Trunk Release on Solaris Server

2012-01-09 Thread Sandro Martini
Hi all, I have just seen that our latest build fail from Jenkins when running on a Solaris Server (our builds doesn't require a specific server environment, but I'm sure that before today some builds were successfully made on that server): we got a connection error. I'm sure it's not a codebase pro

Re: Problems building a Pivot-Trunk Release on Solaris Server

2012-01-09 Thread Sandro Martini
Hi, > HttpComponents has been getting the same errors on Solaris Ok, I hope you can solve the issue :-) , and don't worry for me at the moment it's not a problem, we can do our builds on other servers. Bye, Sandro

Fwd: Build failed in Jenkins: Pivot-trunk #152

2012-01-15 Thread Sandro Martini
Hi all, in last weeks, any time our build runs on the solaris server we get this problem, I think that server has something to fix ... But note that for us it isn't a problem, on other servers Pivot builds are good. Bye, Sandro -- Forwarded message -- From: Apache Jenkins Serve

Re: Build failed in Jenkins: Pivot-trunk #152

2012-01-15 Thread Sandro Martini
Hi Niklas, thank you very much for now. Sandro 2012/1/15 Niklas Gustavsson : > On Sun, Jan 15, 2012 at 4:05 PM, Sandro Martini > wrote: >> in last weeks, any time our build runs on the solaris server we get >> this problem, I think that server has something to fix ... >

Re: Deploy snapshots to Maven repo?

2012-02-24 Thread Sandro Martini
Hi all, in Pivot we have a similar setup (even in Jenkins): build made with ant, and use ant maven tasks for some things, if you want, take a look at it ... or ask to me if you need some info (I assume that our setup in Jenkins is right :-) ). Note that I tried to enable the "Publish artifacts to

Re: Deploy snapshots to Maven repo?

2012-02-24 Thread Sandro Martini
Hi, > I've had a look at the Pivot build - as far as I can tell the deploy target > merely installs the output locally; it does not deploy to the snapshot > staging repo. Yes, because we already had the maven target to deploy in a local maven repository, so I simply put even it in Jenkins builds

Re: Error: JAVA_HOME is not defined correctly + Maven Home error at ubuntu_ARM_15

2012-09-12 Thread Sandro Martini
Hi all, on Ubuntu_ARM* nodes I have build errors: >FATAL: Cannot find executable from the choosen Ant installation "Ant (latest)" > Build step 'Invoke Ant' marked build as failure Is it something Infra can fix, so we have the same configuration on all build servers ? Thank you very much, Sandro