I have made a test from eclipse and it works.

What you have to do is to create a folder and import the parent pom.xml file
of Camel project. This directory must be created at the same level as
buildingtools, camel-core, components, ...

and in the pom.xml file you must change the location of the modules like
this :

  <modules>
    <module>../buildingtools</module>
    <module>../camel-core</module>
    <module>../components</module>
    <module>../examples</module>
    <module>../platforms</module>
    <module>../tooling</module>
    <module>../tests</module>
    <module>../apache-camel</module>
  </modules>

Regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com


On Wed, May 6, 2009 at 9:01 AM, Charles Moulliard <[email protected]>wrote:

> Hi,
>
> I use Eclipse 3.4 (Ganymede) with Sonatype Maven plugin.
>
> Personaly I do the build outside of Eclipse. I will check but I'm pretty
> sure that I can do the build inside Eclipse. BTW, the file to be used for
> the build is the pom.xml parent file which is not of a module
>
> regards,
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
>
>
>
> On Wed, May 6, 2009 at 7:03 AM, huntc <[email protected]> wrote:
>
>>
>> Hi there,
>>
>> Does anyone use Eclipse Ganymede and the m2eclipse tooling?
>>
>> I've been trying to build the 1.6 with these and I can get things to build
>> outside of the IDE using Maven from the command line. However I am unable
>> to
>> build Came with Eclipse and m2eclipse.
>>
>> Recipes anyone?
>>
>> Kind regards,
>> Christopher
>> --
>> View this message in context:
>> http://www.nabble.com/Camel%2C-m2Eclipse%2C-Eclipse-Ganymede-tp23400074p23400074.html
>> Sent from the Camel Development mailing list archive at Nabble.com.
>>
>>
>

Reply via email to