Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-24 Thread Barrie Treloar
>From inside an the antrun plugin? On Thu, Jun 25, 2009 at 1:42 AM, Brian Fox wrote: > use new File(basedir,) > > On Tue, Jun 23, 2009 at 4:21 PM, Barrie Treloar wrote: >> Interesting... >> >> [INFO] Executing tasks >>     [echo] script = >> /home/hudson/workspace/plugins-CI-with-maven-2.1.x/j

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-24 Thread Brian Fox
use new File(basedir,) On Tue, Jun 23, 2009 at 4:21 PM, Barrie Treloar wrote: > Interesting... > > [INFO] Executing tasks >     [echo] script = > /home/hudson/workspace/plugins-CI-with-maven-2.1.x/jdk/1.5/label/ubuntu/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh > Jun 23, 200

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-23 Thread Barrie Treloar
Interesting... [INFO] Executing tasks [echo] script = /home/hudson/workspace/plugins-CI-with-maven-2.1.x/jdk/1.5/label/ubuntu/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh Jun 23, 2009 5:10:38 PM org.apache.bsf.BSFManager exec SEVERE: Exception : java.security.PrivilegedActio

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-23 Thread Barrie Treloar
On Wed, Jun 24, 2009 at 6:33 AM, Benjamin Bentmann wrote: > Barrie Treloar wrote: > >> This builds fine on my machine (windows xp) and on people.apache.org. >> >> I dont know why this is failing on hudson. > > Likely because Hudson does a reactor build with the current working > directory being tru

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-23 Thread Benjamin Bentmann
Barrie Treloar wrote: This builds fine on my machine (windows xp) and on people.apache.org. I dont know why this is failing on hudson. Likely because Hudson does a reactor build with the current working directory being trunk/ and not maven-eclipse-plugin/. E.g. doing cd .. mvn integrat

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-22 Thread Barrie Treloar
On Tue, Jun 23, 2009 at 1:46 PM, Barrie Treloar wrote: > On Tue, Jun 23, 2009 at 10:14 AM, John Casey wrote: >> This would seem to be the result of some path that's taken for granted to be >> a certain way, but for some reason is different out on hudson. >> >> Have you tried to the path from the a

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-22 Thread Barrie Treloar
On Tue, Jun 23, 2009 at 10:14 AM, John Casey wrote: > This would seem to be the result of some path that's taken for granted to be > a certain way, but for some reason is different out on hudson. > > Have you tried to the path from the antrun plugin, or else use an > absolute path like: > > ${proj

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-22 Thread Brett Porter
You might try adding ${basedir} into the src attribute, but strange that it would try to run anywhere but the current directory. I assume that that file is properly checked out, which you should be able to check in Hudson. FTR, it runs fine on my machine too (Mac). - Brett On 23/06/2009,

Re: maven-eclipse-plugin failing on hudson - help needed.

2009-06-22 Thread John Casey
This would seem to be the result of some path that's taken for granted to be a certain way, but for some reason is different out on hudson. Have you tried to the path from the antrun plugin, or else use an absolute path like: ${project.basedir}/verify-integration-tests-checks.bsh Just a few

maven-eclipse-plugin failing on hudson - help needed.

2009-06-22 Thread Barrie Treloar
This builds fine on my machine (windows xp) and on people.apache.org. I dont know why this is failing on hudson. I do not have ANT on my path for either of the machines that build successfully - that is why the dependencies are included in the antrun plugin configuration. Could I ask for some mor