Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Maven Integration (M2E) » Installing M2E Source & Development Environment
Installing M2E Source & Development Environment [message #23475] Tue, 24 March 2009 17:38 Go to next message
Eclipse UserFriend
Originally posted by: jonathan.magma.ca

I am installing the source code for M2Eclipse following the instructions
in the Developers Guide -
http://docs.codehaus.org/display/M2ECLIPSE/Developer+Guide

I have successfully downloaded the source code and imported it into my
workspace. However when I use Project->Clean in the top level project
org.maven.ide.eclipse.parent to build a fresh copy, I get 11,980
compiler errors. I suspect this is due to Eclipse not respecting project
dependencies, and I believe that this is because I have either omitted
some configuration steps or that I do not understand how to use Eclipse
in a Maven environment.

What steps should I be taking to do things properly and arrive at a
clean build?

Thanks

Jonathan Gossage
Re: Installing M2E Source & Development Environment [message #23516 is a reply to message #23475] Tue, 24 March 2009 20:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: igor.ifedorenko.com

Have you configured PDE target platform as explained on the wiki page?

--
Regards,
Igor

Jonathan Gossage wrote:
> I am installing the source code for M2Eclipse following the instructions
> in the Developers Guide -
> http://docs.codehaus.org/display/M2ECLIPSE/Developer+Guide
>
> I have successfully downloaded the source code and imported it into my
> workspace. However when I use Project->Clean in the top level project
> org.maven.ide.eclipse.parent to build a fresh copy, I get 11,980
> compiler errors. I suspect this is due to Eclipse not respecting project
> dependencies, and I believe that this is because I have either omitted
> some configuration steps or that I do not understand how to use Eclipse
> in a Maven environment.
>
> What steps should I be taking to do things properly and arrive at a
> clean build?
>
> Thanks
>
> Jonathan Gossage
Re: Installing M2E Source & Development Environment [message #23559 is a reply to message #23516] Tue, 24 March 2009 23:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jonathan.magma.ca

Igor Fedorenko wrote:
> Have you configured PDE target platform as explained on the wiki page?
>
> --
> Regards,
> Igor
>
> Jonathan Gossage wrote:
>> I am installing the source code for M2Eclipse following the instructions
>> in the Developers Guide -
>> http://docs.codehaus.org/display/M2ECLIPSE/Developer+Guide
>>
>> I have successfully downloaded the source code and imported it into my
>> workspace. However when I use Project->Clean in the top level project
>> org.maven.ide.eclipse.parent to build a fresh copy, I get 11,980
>> compiler errors. I suspect this is due to Eclipse not respecting project
>> dependencies, and I believe that this is because I have either omitted
>> some configuration steps or that I do not understand how to use Eclipse
>> in a Maven environment.
>>
>> What steps should I be taking to do things properly and arrive at a
>> clean build?
>>
>> Thanks
>>
>> Jonathan Gossage

Yes I have, but even if I had not I should be able to build in the host
Eclipse I would think.

Jonathan Gossage
Re: Installing M2E Source & Development Environment [message #23602 is a reply to message #23559] Wed, 25 March 2009 00:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: igor.ifedorenko.com

m2e provides integration with ajdt, wtp, mylyn subclipse out of the box
and POM editor depends on GEF/zest/draw2d bundles. You have to have all
these in your target platform, otherwise you'll get compilation errors.
Am I missing something?

--
Regards,
Igor

Jonathan Gossage wrote:
> Igor Fedorenko wrote:
>> Have you configured PDE target platform as explained on the wiki page?
>>
>> --
>> Regards,
>> Igor
>>
>> Jonathan Gossage wrote:
>>> I am installing the source code for M2Eclipse following the instructions
>>> in the Developers Guide -
>>> http://docs.codehaus.org/display/M2ECLIPSE/Developer+Guide
>>>
>>> I have successfully downloaded the source code and imported it into my
>>> workspace. However when I use Project->Clean in the top level project
>>> org.maven.ide.eclipse.parent to build a fresh copy, I get 11,980
>>> compiler errors. I suspect this is due to Eclipse not respecting project
>>> dependencies, and I believe that this is because I have either omitted
>>> some configuration steps or that I do not understand how to use Eclipse
>>> in a Maven environment.
>>>
>>> What steps should I be taking to do things properly and arrive at a
>>> clean build?
>>>
>>> Thanks
>>>
>>> Jonathan Gossage
>
> Yes I have, but even if I had not I should be able to build in the host
> Eclipse I would think.
>
> Jonathan Gossage
Re: Installing M2E Source & Development Environment [message #23644 is a reply to message #23602] Wed, 25 March 2009 01:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jonathan.magma.ca

Igor Fedorenko wrote:
> m2e provides integration with ajdt, wtp, mylyn subclipse out of the box
> and POM editor depends on GEF/zest/draw2d bundles. You have to have all
> these in your target platform, otherwise you'll get compilation errors.
> Am I missing something?
>
> --
> Regards,
> Igor
>
> Jonathan Gossage wrote:
>> Igor Fedorenko wrote:
>>> Have you configured PDE target platform as explained on the wiki page?
>>>
>>> --
>>> Regards,
>>> Igor
>>>
>>> Jonathan Gossage wrote:
>>>> I am installing the source code for M2Eclipse following the
>>>> instructions
>>>> in the Developers Guide -
>>>> http://docs.codehaus.org/display/M2ECLIPSE/Developer+Guide
>>>>
>>>> I have successfully downloaded the source code and imported it into my
>>>> workspace. However when I use Project->Clean in the top level project
>>>> org.maven.ide.eclipse.parent to build a fresh copy, I get 11,980
>>>> compiler errors. I suspect this is due to Eclipse not respecting
>>>> project
>>>> dependencies, and I believe that this is because I have either omitted
>>>> some configuration steps or that I do not understand how to use Eclipse
>>>> in a Maven environment.
>>>>
>>>> What steps should I be taking to do things properly and arrive at a
>>>> clean build?
>>>>
>>>> Thanks
>>>>
>>>> Jonathan Gossage
>>
>> Yes I have, but even if I had not I should be able to build in the host
>> Eclipse I would think.
>>
>> Jonathan Gossage

I have all those packages installed on the target and my target is
properly defined. When I do a build, it seems to be building based on
the lexical order of the source packages as shown in Package Manager
even though I start the build with org.maven.ide.eclipse.parent selected.

Jonathan Gossage
Re: Installing M2E Source & Development Environment [message #23687 is a reply to message #23602] Wed, 25 March 2009 04:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jonathan.magma.ca

Igor Fedorenko wrote:
> m2e provides integration with ajdt, wtp, mylyn subclipse out of the box
> and POM editor depends on GEF/zest/draw2d bundles. You have to have all
> these in your target platform, otherwise you'll get compilation errors.
> Am I missing something?
>
> --
> Regards,
> Igor
>

I apologize for the noise. I have been having finger problems all day.
It turns out that my target installation was corrupt and incomplete.
Rebuilding it fixed the problems.

Jonathan Gossage

> Jonathan Gossage wrote:
>> Igor Fedorenko wrote:
>>> Have you configured PDE target platform as explained on the wiki page?
>>>
>>> --
>>> Regards,
>>> Igor
>>>
>>> Jonathan Gossage wrote:
>>>> I am installing the source code for M2Eclipse following the
>>>> instructions
>>>> in the Developers Guide -
>>>> http://docs.codehaus.org/display/M2ECLIPSE/Developer+Guide
>>>>
>>>> I have successfully downloaded the source code and imported it into my
>>>> workspace. However when I use Project->Clean in the top level project
>>>> org.maven.ide.eclipse.parent to build a fresh copy, I get 11,980
>>>> compiler errors. I suspect this is due to Eclipse not respecting
>>>> project
>>>> dependencies, and I believe that this is because I have either omitted
>>>> some configuration steps or that I do not understand how to use Eclipse
>>>> in a Maven environment.
>>>>
>>>> What steps should I be taking to do things properly and arrive at a
>>>> clean build?
>>>>
>>>> Thanks
>>>>
>>>> Jonathan Gossage
>>
>> Yes I have, but even if I had not I should be able to build in the host
>> Eclipse I would think.
>>
>> Jonathan Gossage
Re: Installing M2E Source & Development Environment [message #23815 is a reply to message #23687] Wed, 25 March 2009 13:49 Go to previous message
Eclipse UserFriend
Originally posted by: igor.ifedorenko.com

FYI, we are planning to provide automatic target platform management for
tycho projects. Exact details and timeframe are still been worked out,
so stay tuned ;-)

--
Regards,
Igor

Jonathan Gossage wrote:
> Igor Fedorenko wrote:
>> m2e provides integration with ajdt, wtp, mylyn subclipse out of the box
>> and POM editor depends on GEF/zest/draw2d bundles. You have to have all
>> these in your target platform, otherwise you'll get compilation errors.
>> Am I missing something?
>>
>> --
>> Regards,
>> Igor
>>
>
> I apologize for the noise. I have been having finger problems all day.
> It turns out that my target installation was corrupt and incomplete.
> Rebuilding it fixed the problems.
>
> Jonathan Gossage
>
>> Jonathan Gossage wrote:
>>> Igor Fedorenko wrote:
>>>> Have you configured PDE target platform as explained on the wiki page?
>>>>
>>>> --
>>>> Regards,
>>>> Igor
>>>>
>>>> Jonathan Gossage wrote:
>>>>> I am installing the source code for M2Eclipse following the
>>>>> instructions
>>>>> in the Developers Guide -
>>>>> http://docs.codehaus.org/display/M2ECLIPSE/Developer+Guide
>>>>>
>>>>> I have successfully downloaded the source code and imported it into my
>>>>> workspace. However when I use Project->Clean in the top level project
>>>>> org.maven.ide.eclipse.parent to build a fresh copy, I get 11,980
>>>>> compiler errors. I suspect this is due to Eclipse not respecting
>>>>> project
>>>>> dependencies, and I believe that this is because I have either omitted
>>>>> some configuration steps or that I do not understand how to use Eclipse
>>>>> in a Maven environment.
>>>>>
>>>>> What steps should I be taking to do things properly and arrive at a
>>>>> clean build?
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jonathan Gossage
>>> Yes I have, but even if I had not I should be able to build in the host
>>> Eclipse I would think.
>>>
>>> Jonathan Gossage
Previous Topic:Project struture
Next Topic:M2Eclipse & Multiple JVMs
Goto Forum:
  


Current Time: Sat Apr 20 01:51:18 GMT 2024

Powered by FUDForum. Page generated in 0.04320 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top