Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Can't build m2e core

I am still investigating, but m2e 0.13/Indigo target platform depends on
transient/snapshot artifact versions and is expected to go bad from time
to time. This is not much different from Maven builds, which fail when
snapshots disappear after release.

--
Regards,
Igor

On 11-05-31 9:51 AM, Anders Hammar wrote:
Oh no, Maven golden rule. Never ever remove a release!

Explains why I'm having a similar problem with m2e-core-tests...

/Anders

On Tue, May 31, 2011 at 15:34, Fred Bricon <fbricon@xxxxxxxxx
<mailto:fbricon@xxxxxxxxx>> wrote:

    The target platform is outdated. Eclipse folks have the bad habit to
    remove old plugins from their repos, making builds unreproducible on
    the long term.
    I have the same problem to build m2e-wtp. I need to fix it too. I
    was hoping to rip the content off the m2e-core target platform but
    it hasn't been updated yet :-)

    regards,

    Fred Bricon

    2011/5/31 Anders Hammar <anders@xxxxxxxxxx <mailto:anders@xxxxxxxxxx>>

        I'm trying to build m2e core (org.eclipse.m2e.parent), but it
        fails with:

        [INFO] Resolving target platform for project MavenProject:
        org.eclipse.m2e:org.eclipse.m2e.maven.runtime:0.13.0-SNAPSHOT @
        /Users/anders/dev/m2e-core/org.eclipse.m2e.maven.runtime/pom.xml
        [INFO] Adding repository http://download.eclipse.org/releases/indigo
        [INFO] Adding repository http://download.eclipse.org/releases/indigo
        [INFO] Adding repository
        http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
        [INFO] Adding repository
        http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
        [INFO] Adding repository
        http://download.eclipse.org/eclipse/updates/3.7milestones
        [INFO] Adding repository
        http://download.eclipse.org/eclipse/updates/3.7milestones
        [INFO] Adding repository
        http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository
        [INFO] Adding repository
        http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository
        [INFO] Cannot complete the request.  Generating details.
        [INFO]
        {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,
        osgi.ws <http://osgi.ws>=cocoa, osgi.arch=x86_64,
        osgi.os=macosx, org.eclipse.update.install.features=true,
        org.osgi.framework.system.packages=}
        [INFO] [You requested to install
        'org.eclipse.emf.common.feature.group [2.7.0.v20110310-1642]'
        but it could not be found]
        [ERROR] Internal error: java.lang.RuntimeException:
        org.eclipse.equinox.p2.core.ProvisionException: No solution
        found because the problem is unsatisfiable. -> [Help 1]

        Any ideas if something has changed, or if it's my environment. I
        have been able to build earlier, but it was some weeks ago. P2
        and Tycho is somewhat a mystery to me so I don't really don't
        how to investigate this missing artifact.

        /Anders


        _______________________________________________
        m2e-users mailing list
        m2e-users@xxxxxxxxxxx <mailto:m2e-users@xxxxxxxxxxx>
        https://dev.eclipse.org/mailman/listinfo/m2e-users




    --
    "Have you tried turning it off and on again" - The IT Crowd

    _______________________________________________
    m2e-users mailing list
    m2e-users@xxxxxxxxxxx <mailto:m2e-users@xxxxxxxxxxx>
    https://dev.eclipse.org/mailman/listinfo/m2e-users




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


Back to the top