Author |
Message
|
jonesn |
Posted: Tue Mar 13, 2012 9:57 am Post subject: WMB 7 Maven Plugin |
|
|
Apprentice
Joined: 09 Jan 2002 Posts: 47
|
Chaps,
I am trying to install the m2e (Maven) plugin into my WMB7002 toolkit on Windows. I get the following error when trying to add the repository to the list of sites to get updates from...
No repository found at http://download.eclipse.org/technology/m2e/releases
Error reading update site http://download.eclipse.org/technology/m2e/releases.
download.eclipse.org
Doing the same thing on standard eclipse works fine. Does anyone know of a working repository I can use to get the plugin from.
I know that I can have a separte eclipse install for my Java development but I have few java deliverables so would like (if possible) to do it all in WMB. I also know that WMB8 includes Maven already but don't want to do this upgrade just to get more support for java builds.
Regards _________________ ---
Nick Jones
IBM Certified Solutions Expert (WebSphere MQ Integrator) |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Mar 13, 2012 10:12 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Quote: |
m2e is tested against Eclipse 3.6 (Helios) and 3.7 (Indigo). |
and from Toolkit v7.0.0.3,
Quote: |
Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20091008-1320
(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.
Visit http://www.eclipse.org/platform |
 |
|
Back to top |
|
 |
iamfat |
Posted: Tue Mar 13, 2012 4:46 pm Post subject: |
|
|
Apprentice
Joined: 08 Mar 2012 Posts: 32 Location: China
|
Can you visit these 2 url from your IE Browser?
Maybe need to set the proxy.  |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 14, 2012 2:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
iamfat wrote: |
Can you visit these 2 url from your IE Browser?
Maybe need to set the proxy.  |
That won't help in any way to install software written for a higher level of Eclipse, using a form of installation technology that may not be included in the lower level of Eclipse.
Or are you saying that you were able to get this to install into Toolkit 7? |
|
Back to top |
|
 |
mapa |
Posted: Thu Mar 22, 2012 2:46 pm Post subject: |
|
|
 Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
|
You can use maven to create an eclipse project for you instead and then import it as a Java project.
Any maven commands you will have to run from your console.
Code: |
mvn eclipse:eclipse |
Note that it has the downside that you will need to regenerate the eclipse settings if you make changes that will affect your project, such as adding or changing dependencies. |
|
Back to top |
|
 |
tsuru |
Posted: Thu Mar 29, 2012 7:01 am Post subject: |
|
|
Novice
Joined: 25 Nov 2005 Posts: 24 Location: São Paulo
|
|
Back to top |
|
 |
tsuru |
Posted: Thu Mar 29, 2012 7:03 am Post subject: |
|
|
Novice
Joined: 25 Nov 2005 Posts: 24 Location: São Paulo
|
|
Back to top |
|
 |
mqjeff |
Posted: Thu Mar 29, 2012 7:16 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
That won't in any way help with running an Eclipse plugin in an Eclipse runtime environment that is two major releases behind the supported level. |
|
Back to top |
|
 |
|