On 11/21/2013 07:43 AM, Mickael Istria wrote:

Hi all,

Here is a proposal for a new 4.40.0.Alpha1-SNAPSHOT target platform: https://github.com/jbosstools/jbosstools-target-platforms/pull/30 .
It consists in the following changes:
* JBIDE-16073: Move to Luna M3
** most projects have contributed a new M3 build
** SWT migrated to GTK+ 3, which is a major change on which one we should provide feedback

Please review this PR and yell if there is anything shocking. You can use the following stuff to try to build build the TP locally and try out against your component:

Build target-platform:

  $ cd jbosstools-target-platforms
  $ git fetch mistria JBIDE-16073
  $ git checkout FETCH_HEAD
  $ cd jbosstools/multiple
  $ mvn clean install -P \!multiple2repo

Build failed for me with

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Tools + JBDS Target Platform Root ........... SUCCESS [1.171s]
[INFO] JBDS Target Platforms ............................. SUCCESS [0.006s]
[INFO] JBDS Multiple (Composite) Target Platform ......... SUCCESS [22.972s]
[INFO] JBDS Unified (Aggregate) Target Platform .......... FAILURE [4.594s]
[INFO] JBoss Tools Target Platforms ...................... SKIPPED
[INFO] JBoss Tools Multiple (Composite) Target Platform .. SKIPPED
[INFO] JBoss Tools Unified (Aggregate) Target Platform ... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.067s
[INFO] Finished at: Fri Nov 22 16:14:15 PST 2013
[INFO] Final Memory: 37M/334M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho.extras:target-platform-validation-plugin:0.18.1:validate-target-platform (default) on project jbdevstudio-unified: Validation found errors in 1 .target files:
[ERROR] Could not resolve content of jbdevstudio-unified.target
[ERROR] Could not find "org.eclipse.m2e.feature.feature.group/1.5.0.20131109-1633" in the repositories of the current location

Denis

Then, try to built your component with this local build of the target-platform:

  $ cd /path/to/your/component
  $ mvn clean verify -Dtpc.version=4.40.0.Alpha1-SNAPSHOT -Pmultiple


In case you notice any issue for you component with Luna M3, create a dedicated bug to track the migration, and link it as a dependency from JBIDE-15639, so we now which projects require migration effort.
In case you're not working on JBoss Tools 4.1.1 any more, please make the migration to Luna your top-priority before implementing new features in 4.2.0.Alpha1, as we'd like to release a 4.2.0.Alpha1 soon, hopefully against Luna.

Cheers,

--

Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets


_______________________________________________
jbosstools-dev mailing list
jbosstools-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosstools-dev