|
Using the 2.10.0 source at
https://repository.apache.org/content/repositories/orgapachecamel-251/ I'm unable to build components/camel-jibx. The issue is a number of dependencies on eclipse jars: org.eclipse.core:expressions:jar:3.4.0-depot org.eclipse.core:runtime:jar:3.4.0-depot org.eclipse.equinox:registry:jar:3.4.0-depot by maven-jibx-plugin. I'm able to resolve all except the org.eclipse.core:expressions:jar:3.4.0-depot artifact by adding the repo at http://version.kentop.net:8032/archiva/repository/internal. Unfortunately, this repo only has the pom for expressions, and I'm unable to locate the jar anywhere. Does anyone know where this jar can be found and whether there is a better repo to use for the eclipse artifacts? Related to this, camel-gae also has unresolved dependencies com.google.gdata:gdata-contacts-3.0:jar:1.41.5 com.google.gdata:gdata-calendar-2.0:jar:1.41.5 com.google.gdata:gdata-client-1.0:jar:1.41.5 com.google.gdata:gdata-core-1.0:jar:1.41.5 that required me to use repo at http://code.google.com/p/mandubian-mvn/source/browse/trunk/mandubian-mvn/repository/ -Tony |
|
The jibx pom's from central should have the right repo defined in it. That said, we should update to JIBX 1.2.4.5 as they made sure all the deps that they needed are available in central which GREATLY simplifies things. I updated CXF a while ago, just didn't get a chance to look at Camel. Dan On Friday, June 22, 2012 10:47:00 AM Tony Su wrote: > Using the 2.10.0 source at > https://repository.apache.org/content/repositories/orgapachecamel-251/ > > I'm unable to build components/camel-jibx. The issue is a number of > dependencies on eclipse jars: > > org.eclipse.core:expressions:jar:3.4.0-depot > org.eclipse.core:runtime:jar:3.4.0-depot > org.eclipse.equinox:registry:jar:3.4.0-depot > > by maven-jibx-plugin. > > I'm able to resolve all except the > org.eclipse.core:expressions:jar:3.4.0-depot artifact by adding the repo > at http://version.kentop.net:8032/archiva/repository/internal. > Unfortunately, this repo only has the pom for expressions, and I'm unable > to locate the jar anywhere. > > Does anyone know where this jar can be found and whether there is a better > repo to use for the eclipse artifacts? > > > > > Related to this, camel-gae also has unresolved dependencies > > com.google.gdata:gdata-contacts-3.0:jar:1.41.5 > com.google.gdata:gdata-calendar-2.0:jar:1.41.5 > com.google.gdata:gdata-client-1.0:jar:1.41.5 > com.google.gdata:gdata-core-1.0:jar:1.41.5 > > that required me to use repo at > http://code.google.com/p/mandubian-mvn/source/browse/trunk/mandubian-mvn/r > epository/ > > > -Tony > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Unable-to-build-2-10-0-orgapachecamel-2 > 51-camel-jibx-tp5714935.html Sent from the Camel Development mailing list > archive at Nabble.com. Daniel Kulp [hidden email] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com |
|
I think that is the issue. JIBX 1.2.3 does not define additional repos and the required dependencies are not available on central.
I took a look at 1.2.4.5, and there are no repos defined there either, but all dependencies appear to be available on central. -Tony
|
|
In reply to this post by dkulp@apache.org
> That said, we should update to JIBX 1.2.4.5 as they made sure all the deps
> that they needed are available in central which GREATLY simplifies things. > I updated CXF a while ago, just didn't get a chance to look at Camel. Hi Daniel, Doesn't it fix this issue [1]? [1] https://issues.apache.org/jira/browse/CAMEL-5237 -- Henryk Konsek http://henryk-konsek.blogspot.com |
|
On Monday, June 25, 2012 08:20:12 PM Henryk Konsek wrote:
> > That said, we should update to JIBX 1.2.4.5 as they made sure all the > > deps that they needed are available in central which GREATLY simplifies > > things. I updated CXF a while ago, just didn't get a chance to look at > > Camel. > Hi Daniel, > > Doesn't it fix this issue [1]? > > [1] https://issues.apache.org/jira/browse/CAMEL-5237 Yep. It does. I did commit a fix about an hour ago. Not sure if that will get into 2.10 or not. -- Daniel Kulp [hidden email] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com |
|
On Mon, Jun 25, 2012 at 8:22 PM, Daniel Kulp <[hidden email]> wrote:
> On Monday, June 25, 2012 08:20:12 PM Henryk Konsek wrote: >> > That said, we should update to JIBX 1.2.4.5 as they made sure all the >> > deps that they needed are available in central which GREATLY simplifies >> > things. I updated CXF a while ago, just didn't get a chance to look at >> > Camel. >> Hi Daniel, >> >> Doesn't it fix this issue [1]? >> >> [1] https://issues.apache.org/jira/browse/CAMEL-5237 > > Yep. It does. I did commit a fix about an hour ago. Not sure if that > will get into 2.10 or not. > Thanks, camel-jibx has been a pain from time to time causing servers to not be able to re-build from source. And yes it will get into 2.10. We should consider backporting this to the 2.9 and 2.8 branches so ppl can safely rebuild from the source IMHO. > > -- > Daniel Kulp > [hidden email] - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com -- Claus Ibsen ----------------- FuseSource Email: [hidden email] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen |
|
I back ported the fix to 2.8.x and 2.9.y:
http://svn.apache.org/viewvc?rev=1354732&view=rev http://svn.apache.org/viewvc?rev=1354724&view=rev Thanks, Christian On Tue, Jun 26, 2012 at 8:34 AM, Claus Ibsen <[hidden email]> wrote: > On Mon, Jun 25, 2012 at 8:22 PM, Daniel Kulp <[hidden email]> wrote: > > On Monday, June 25, 2012 08:20:12 PM Henryk Konsek wrote: > >> > That said, we should update to JIBX 1.2.4.5 as they made sure all the > >> > deps that they needed are available in central which GREATLY > simplifies > >> > things. I updated CXF a while ago, just didn't get a chance to look at > >> > Camel. > >> Hi Daniel, > >> > >> Doesn't it fix this issue [1]? > >> > >> [1] https://issues.apache.org/jira/browse/CAMEL-5237 > > > > Yep. It does. I did commit a fix about an hour ago. Not sure if that > > will get into 2.10 or not. > > > > Thanks, camel-jibx has been a pain from time to time causing servers > to not be able to re-build from source. > > And yes it will get into 2.10. > We should consider backporting this to the 2.9 and 2.8 branches so ppl > can safely rebuild from the source IMHO. > > > > > > -- > > Daniel Kulp > > [hidden email] - http://dankulp.com/blog > > Talend Community Coder - http://coders.talend.com > > > > -- > Claus Ibsen > ----------------- > FuseSource > Email: [hidden email] > Web: http://fusesource.com > Twitter: davsclaus, fusenews > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen > |
| Powered by Nabble | Edit this page |
