Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tycho/Release Notes/0.13"

(fixed 342808)
Line 4: Line 4:
  
 
* Tycho:
 
* Tycho:
** relative paths in .product files now work correctly. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349421 workarounds] previously needed in pom.xml can be removed.
+
** [[Tycho/Reference_Card#Target_platform_providing_the_context_of_the_build|Configuring a target definition file in Tycho]] specifies the target platform in the same way as in Eclipse:
 +
*** Only the content from the target definition can be referenced. This allows to exclude optional depencencies from product builds [https://bugs.eclipse.org/bugs/show_bug.cgi?id=342808].
 +
*** The "Include required software" option (aka planner/slicer mode) is now supported.
 +
*** Limitation: the location types "Directory", "Installation" and "Features" are still not supported.
 +
** Relative paths in .product files now work correctly. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349421 Workarounds] previously needed in pom.xml can be removed.
 
** tycho-surefire-plugin can use Maven Toolchains to run tests with a specific version of JDK independent from the one Maven is running with (see [[Tycho/Reference_Card#Selecting JDK]]).
 
** tycho-surefire-plugin can use Maven Toolchains to run tests with a specific version of JDK independent from the one Maven is running with (see [[Tycho/Reference_Card#Selecting JDK]]).
  

Revision as of 08:52, 18 August 2011

Tycho 0.13.0 is currently under development. The current development version 0.13.0-SNAPSHOT (except the Tycho extras [1]) is available from [2].

New and Noteworthy

  • Tycho:
    • Configuring a target definition file in Tycho specifies the target platform in the same way as in Eclipse:
      • Only the content from the target definition can be referenced. This allows to exclude optional depencencies from product builds [3].
      • The "Include required software" option (aka planner/slicer mode) is now supported.
      • Limitation: the location types "Directory", "Installation" and "Features" are still not supported.
    • Relative paths in .product files now work correctly. Workarounds previously needed in pom.xml can be removed.
    • tycho-surefire-plugin can use Maven Toolchains to run tests with a specific version of JDK independent from the one Maven is running with (see Tycho/Reference_Card#Selecting JDK).
  • Tycho extras:
    • The new goal mirror has been added to the tycho-p2-extras-plugin. In the long run, it aims to offer the same functionality as the p2.mirror Ant task – currently it allows to mirror entire p2 repositories (see Tycho/Additional Tools for the full documentation).

...

Back to the top