Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Luna M3 build failure

Hi Jeff,

the bundle org.eclipse.core.net together with its OS-specific fragments is included in the org.eclipse.platform feature - see feature.xml in org.eclipse.platform_4.4.0.v20131030-2000.jar:

   <plugin
         id="org.eclipse.core.net"
         download-size="68"
         install-size="131"
         version="1.2.200.v20131024-0900"
         unpack="false"/>

If that still doesn't solve your problem, the Eclipse Platform team would be the one to ask.

Thanks,
Markus



On Mon, Dec 2, 2013 at 5:02 PM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote:
Hello,

I have a Tycho based build for my product that worked against Galileo, Helios, Indigo, Juno, Kepler and Luna M2.
The switch is done through target platforms.
When Luna M3 came out, I updated my Luna target platform and since then, the build is failing as it now complains that the bundle org.eclipse.core.net cannot be resolved.
I have included org.eclipse.rcp.feature.group, org.eclipse.equinox.executable.feature.group and org.eclipse.jdt.feature.group in my target definition.
Do you see any reason why this bundle cannot be resolved since Luna M3 ?

Thanks
Jeff

--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epp-dev




--

###
EclipseSource Group
Telefon: +49 721 664733-0 (GMT +2)
Telefax: +49 721 66473329

http://eclipsesource.com


Innoopract Informationssysteme GmbH
Lammstrasse 21, 76133 Karlsruhe Germany
General Manager: Jochen Krause
Registered Office: Karlsruhe, Commercial Register Mannheim HRB 107883

Back to the top