Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Ant build submission -- down leveling plugins versions after API freeze


Just to continue my illustration of how disruptive "down leveling" is, after making our fix in WTP for one of your recent I-builds,
we have all been wondering all day why our JUnit's tests have not been running (at first thinking it was because download site
was frozen and not really looking at it) but now that I've had time to look into it, it is because another of our pre-reqs (emf) is broken because of
the ant downlevel, and since
they have not provided a new build, on your new base, we have no alternative but to go back to the M7 version of the platform,
and we all lose out on not being able to stay up to date.

!MESSAGE No IU found to satisfy dependency from org.eclipse.emf.ant 2.4.0.v200805052017 to requiredCapability: osgi.bundle/org.eclipse.ant.core/[3.2.0,4.0.0).




From: Olivier Thomann <Olivier_Thomann@xxxxxxxxxx>
To: "General development mailing list of the Eclipse project." <eclipse-dev@xxxxxxxxxxx>
Date: 05/12/2008 02:47 PM
Subject: Re: [eclipse-dev] Ant build submission        --        down        leveling        plugins        versions after API freeze





Hi,

I updated the API freeze check to detect minor and major versions changes.
Here is the outcome from a build last week-end:

All minor version changes for:

org.eclipse.ant.core_3.1.300 (from 3.2.0.v20080319 to 3.1.300.v20080509)
org.eclipse.ant.ui_3.2.300 (from 3.3.0.v20080319 to
3.2.300.v20080508-1600)
org.eclipse.core.databinding.beans_1.1.0 (from 1.0.100.I20080324-1800 to
1.1.0.I20080508-2000a)
org.eclipse.core.net_1.1.0 (from 1.0.100.I20080322 to 1.1.0.I20080425)
org.eclipse.equinox.app_1.1.0 (from 1.0.100.v20080316 to
1.1.0.v20080421-2006)
org.eclipse.equinox.http.jetty_1.1.0 (from 1.0.100.v20080303 to
1.1.0.v20080425)
org.eclipse.jdt.junit_3.4.0 (from 3.3.100.v20080327-1300 to
3.4.0.v20080509-2000)
org.eclipse.pde.ui.templates_3.4.0 (from 3.3.0.v20080324-0900 to
3.4.0.v20080331-2030)
org.eclipse.team.core_3.4.0 (from 3.3.100.I20080326 to 3.4.0.I20080428)
org.eclipse.ui.externaltools_3.1.300 (from 3.2.0.v20070826 to
3.1.300.v20070416)

All major version changes (from 0.1.0.qualifier to 1.0.0.qualifier):

org.eclipse.equinox.frameworkadmin.equinox_1.0.0
org.eclipse.equinox.frameworkadmin_1.0.0
org.eclipse.equinox.p2.artifact.repository_1.0.0
org.eclipse.equinox.p2.console_1.0.0
org.eclipse.equinox.p2.core_1.0.0
org.eclipse.equinox.p2.director_1.0.0
org.eclipse.equinox.p2.directorywatcher_1.0.0
org.eclipse.equinox.p2.engine_1.0.0
org.eclipse.equinox.p2.exemplarysetup_1.0.0
org.eclipse.equinox.p2.garbagecollector_1.0.0
org.eclipse.equinox.p2.jarprocessor_1.0.0
org.eclipse.equinox.p2.metadata.generator_1.0.0
org.eclipse.equinox.p2.metadata.repository_1.0.0
org.eclipse.equinox.p2.metadata_1.0.0
org.eclipse.equinox.p2.reconciler.dropins_1.0.0
org.eclipse.equinox.p2.touchpoint.eclipse_1.0.0
org.eclipse.equinox.p2.touchpoint.natives_1.0.0
org.eclipse.equinox.p2.ui.sdk_1.0.0
org.eclipse.equinox.p2.ui_1.0.0
org.eclipse.equinox.p2.updatechecker_1.0.0
org.eclipse.equinox.p2.updatesite_1.0.0
org.eclipse.equinox.simpleconfigurator.manipulator_1.0.0
org.eclipse.equinox.simpleconfigurator_1.0.0
org.eclipse.pde.api.tools.ui_1.0.0
org.eclipse.pde.api.tools_1.0.0

This list comes from comparing eclipse-SDK-I20080510-2000-win32.zip with
eclipse-SDK-3.4M6a-win32.zip.

Olivier
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top