[Dev] Build failure in Orbit

2012-05-03 Thread Sanjaya Vithanagama
Hi All, I'm getting the following error when trying to build orbit. (on r126375). [INFO] [INFO] Building datanucleus-core.wso2 3.0.1.wso2v1 [INFO] [WAR

[Dev] Build failure in orbit/atomikos

2012-03-26 Thread Isuru Suriarachchi
Atomikos orbit is trying to download org.wso2.carbon:transactions-osgi:jar:3.7.0. But it doesn't get downloaded. According to Pradeep, here we've hosted the atomikos jar in our maven repo. But we've used our group id for it. I wonder whether it is the correct way to do it. Any ideas?? [INFO] Buil

Re: [Dev] Build failure in Orbit

2012-05-03 Thread Shammi Jayasinghe
I am also getting this. Seems "org.datanucleus.wso2:datanucleus-core:jar:3.0.1" missing from nexus repo. Thanks Shammi On Thu, May 3, 2012 at 2:30 PM, Sanjaya Vithanagama wrote: > Hi All, > > I'm getting the following error when trying to build orbit. (on r126375). > > [INFO] > --

Re: [Dev] Build failure in Orbit

2012-05-03 Thread Buddhika Chamith
Hi, Can you try building dependencies/datanuclues first and try. Regards Buddhika On Thu, May 3, 2012 at 3:08 PM, Shammi Jayasinghe wrote: > I am also getting this. Seems > "org.datanucleus.wso2:datanucleus-core:jar:3.0.1" missing from nexus repo. > > Thanks > Shammi > On Thu, May 3, 2012 at 2

Re: [Dev] Build failure in Orbit

2012-05-03 Thread Sanjaya Vithanagama
Hi Buddhika, When trying to build dependencies/datanuclues, I get the following error: [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 1.985s [IN

Re: [Dev] Build failure in Orbit

2012-05-03 Thread Shammi Jayasinghe
On Thu, May 3, 2012 at 3:04 PM, Buddhika Chamith wrote: > Hi, > > Can you try building dependencies/datanuclues first and try. > Hi Buddika, AFAIK this bundle is a top level orbit bundle. Does it depends on platform dependencies. how ever when building platform dependency i am getting the fol

Re: [Dev] Build failure in Orbit

2012-05-03 Thread Buddhika Chamith
I have forked datanucleus under dependencies since it was required to be patched for hive stuff. You are right in that it should come under dependencies/orbit to where I have moved it now. Need to look in to test failures coming from datanucleus. However for the moment can you continue without buil

Re: [Dev] Build failure in orbit/atomikos

2012-03-26 Thread Dinusha Senanayaka
Hi Isuru, Please update the Orbit parent pom and build. We upgrade the Atomikos version there. Regards, Dinusha. On Tue, Mar 27, 2012 at 11:06 AM, Isuru Suriarachchi wrote: > Atomikos orbit is trying to > download org.wso2.carbon:transactions-osgi:jar:3.7.0. But it doesn't get > downloaded. >

Re: [Dev] Build failure in orbit/atomikos

2012-03-26 Thread Isuru Suriarachchi
Yeah, it worked.. Thanks, ~Isuru On Tue, Mar 27, 2012 at 11:11 AM, Dinusha Senanayaka wrote: > Hi Isuru, > > Please update the Orbit parent pom and build. We upgrade the Atomikos > version there. > > Regards, > Dinusha. > > > On Tue, Mar 27, 2012 at 11:06 AM, Isuru Suriarachchi wrote: > >> Atomi