Re: Build broken?

2007-12-05 Thread Jeff Genender
FYI for all those not in the know... This is caused by Maven 2.0.8...so be sure you are using 2.0.7 and this problem goes away. I am not sure what causes it...but I thought I would share this with all just in case it's encountered. Jeff Jeff Genender wrote: Here is the error...don't know

Re: Build broken?

2007-12-04 Thread Anita Kulshreshtha
Build seems to be happy here: http://people.apache.org/~prasad/binaries/trunk/20071204/build-0300.log Thanks Anita --- Jeff Genender [EMAIL PROTECTED] wrote: I am not able to build the latest trunk...any ideas? [INFO]

Re: Build broken?

2007-12-04 Thread Jeff Genender
Here is the error...don't know whats up: issing dependency: org.apache.geronimo.configs/transaction//car [INFO] [DEBUG] Trace org.apache.maven.lifecycle.LifecycleExecutionException: load of

Re: Build broken...again?!

2007-02-12 Thread Davanum Srinivas
rm -rf ~/.m2/repository/org/apache/axis2/ - Maven2 is at fault :( -- dims On 2/12/07, Jacek Laskowski [EMAIL PROTECTED] wrote: Hi, Got this while building the latest Geronimo sources. Anyone know what's up? Shall I remove my local m2 repo or part of it to get rid of the build error (which I

Re: Build broken...again?!

2007-02-12 Thread Jacek Laskowski
On 2/12/07, Davanum Srinivas [EMAIL PROTECTED] wrote: rm -rf ~/.m2/repository/org/apache/axis2/ - Maven2 is at fault :( It's helped. Thanks! Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl

Re: Build broken

2007-01-12 Thread Guillaume Nodet
Maybe retry with a clean before ? mvn -o clean rm -Rf ~/.m2/repo/org/apache/servicemix mvn -Dmaven.test.skip=true On Fri, 12 Jan 2007 11:02 + (GMT Standard Time), Terry Cox [EMAIL PROTECTED] wrote: Just synchronised with HEAD and ran the build, but it is failing at ServiceMix ::

Re: build broken

2006-08-13 Thread ldangelo
I'm having the same problem... I am using java version 1.5 on Mac OS X Tiger... if I execute mvn with -X I see something interesting... The path for the Bean file appears to be invalid... Here is the output: 2006-08-13 01:02:19,948 [main ] INFO XBeanXmlBeanDefinitionReader -

Re: build broken

2006-08-13 Thread Guillaume Nodet
So it may be a platform issue. Philip, could you take a look at it ? On 8/13/06, ldangelo [EMAIL PROTECTED] wrote: I'm having the same problem... I am using java version 1.5 on Mac OS X Tiger... if I execute mvn with -X I see something interesting... The path for the Bean file appears to

Re: build broken

2006-08-13 Thread ldangelo
Works on OS X now as well... nice work! -LeoD Antoni Reus wrote: It seems there is a problem in samples: It seems there is a problem with relative/absolute path of file samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml mvn -Dmaven.test.skip=true -Dprofile=step2

Re: build broken

2006-08-12 Thread Guillaume Nodet
We have changed the tooling version to 3.0, so for the first time you have to build following the instructions on http://servicemix.goopen.org/site/building.html On 8/11/06, Tomas Olsson [EMAIL PROTECTED] wrote: Hi, I have recently updated my old servicemix trunk version but when I run maven

Re: build broken

2006-08-11 Thread Guillaume Nodet
AFAIK, i have fixed that yesterday. Could you try with the svn head ? On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote: It seems there is a problem in samples: It seems there is a problem with relative/absolute path of file samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

Re: build broken

2006-08-11 Thread Antoni Reus
I build on a debian linux, perhaps is a platform issue? Antoni Reus wrote: I Just tried: svn update mvn -Dmaven.test.skip=true -Dprofile=step1 install mvn -Dmaven.test.skip=true -Dprofile=step2 install same error :-( Guillaume Nodet wrote: AFAIK, i have fixed that yesterday. Could you

Re: build broken

2006-08-11 Thread Guillaume Nodet
:( It works fine for me. Could you try to run with -e at the end ? maven should print any exception stack trace. On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote: I Just tried: svn update mvn -Dmaven.test.skip=true -Dprofile=step1 install mvn -Dmaven.test.skip=true -Dprofile=step2 install

Re: build broken

2006-08-11 Thread Guillaume Nodet
This is the exact issue i fixed a few hours ago. See http://svn.apache.org/viewvc?view=revrevision=430410 Are you sure you compile the latest svn head ? On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote: with -e: [INFO] [jbi:generate-jbi-service-unit-descriptor] [INFO] Generating jbi.xml

Re: build broken

2006-08-11 Thread Tomas Olsson
Hi, I have recently updated my old servicemix trunk version but when I run maven I get: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Plugin could

Re: Build Broken after change r396767

2006-04-25 Thread Aaron Mulder
We need an updated ActiveMQ snapshot to be published. In the mean time you can build ActiveMQ 3.2.4-SNAPSHOT locally and that should work. Thanks, Aaron On 4/25/06, Matt Hogstrom [EMAIL PROTECTED] wrote: I did an SVN update and started getting the error below when building the configs.

Re: Build Broken after change r396767

2006-04-25 Thread Aaron Mulder
Oops, Dain said he published the JARs, so try an online build. Thanks, Aaron On 4/25/06, Aaron Mulder [EMAIL PROTECTED] wrote: We need an updated ActiveMQ snapshot to be published. In the mean time you can build ActiveMQ 3.2.4-SNAPSHOT locally and that should work. Thanks, Aaron

Re: build broken (assembly module)?

2004-07-16 Thread Gianny Damour
On 16/07/2004 7:54 AM, David Jencks wrote: Can you check that your openejb copy is up to date? I've been trying to fix these case problems in both projects while doing actual development work and I think but am not entirely sure that at least this problem is fixed. These attribute names should

Re: build broken (assembly module)?

2004-07-16 Thread David Jencks
On Thursday, July 15, 2004, at 04:50 PM, Gianny Damour wrote: On 16/07/2004 7:54 AM, David Jencks wrote: Can you check that your openejb copy is up to date? I've been trying to fix these case problems in both projects while doing actual development work and I think but am not entirely sure that

Re: build broken (assembly module)?

2004-07-16 Thread toby cabot
On Thu, Jul 15, 2004 at 02:54:27PM -0700, David Jencks wrote: Can you check that your openejb copy is up to date? I did a CVS pull and a maven clean maven, is there anything more I need to do? I've been trying to fix these case problems in both projects while doing actual development

Re: build broken (assembly module)?

2004-07-15 Thread David Jencks
Can you check that your openejb copy is up to date? I've been trying to fix these case problems in both projects while doing actual development work and I think but am not entirely sure that at least this problem is fixed. These attribute names should start with lower case as in cvs. thanks