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.20"

(set-version is now documented)
m (adapt version navigation to new theme)
 
Line 1: Line 1:
 
<css>
 
<css>
   #bodyContent{ position:relative; }
+
   #main-page-content{ position:relative; }
   #versionNav{ position:absolute; top: 0px; right: 0px; margin-right: 1em; font-size: 84%; line-height: 1.2em; color: rgb(125, 125, 125); }
+
   #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
 
</css>  
 
</css>  
<div id="versionNav">[[Tycho/Release Notes/0.19|&lt; Previous Version]] |  [[Tycho/Release Notes/0.21|Next Version &gt;]]</div>  
+
<div id="versionNav" class="alert alert-small alert-warning">[[Tycho/Release Notes/0.19|&lt; Previous Version]] |  [[Tycho/Release Notes/0.21|Next Version &gt;]]</div>  
  
 
Tycho 0.20.0 adds support for building product distributions which have features installed at root level, so that they can be updated independently of the product. This was a highly wanted feature - with 18 votes at the time this was implemented. To install a feature at root level, just mark it with <tt>installMode="root"</tt> in the product file (see [[Tycho/eclipse-repository]] for details).
 
Tycho 0.20.0 adds support for building product distributions which have features installed at root level, so that they can be updated independently of the product. This was a highly wanted feature - with 18 votes at the time this was implemented. To install a feature at root level, just mark it with <tt>installMode="root"</tt> in the product file (see [[Tycho/eclipse-repository]] for details).

Latest revision as of 04:30, 18 September 2014

Tycho 0.20.0 adds support for building product distributions which have features installed at root level, so that they can be updated independently of the product. This was a highly wanted feature - with 18 votes at the time this was implemented. To install a feature at root level, just mark it with installMode="root" in the product file (see Tycho/eclipse-repository for details).

New and Noteworthy

List of bug fixes and enhancements in 0.20.0

Packaging

  • Product files can now specify that a feature shall be installed at root level in the installation (bug 361722). These features can be updated (or even uninstalled) independently from the product. See Tycho/eclipse-repository for details on the syntax.
  • The tycho-pack200a:normalize goal now has a skip flag to allow skipping normalization when skipping signing (bug 421301)

Test Execution

  • Rely on the 'abstract' modifier to identify abstract test classes rather than using a naming convention.This means that test classes named **/Abstract*Test.class or **/Abstract*TestCase.class are no longer generally excluded from the test execution, but only if they are marked as 'abstract' (see bug 389509).
  • More reliably terminate forked test processes (bug 427556). Before being fixed, this bug could have caused orphaned test execution JVM processes to live on forever, consuming resources and accumulating system load.

Additional Tools

Other

Copyright © Eclipse Foundation, Inc. All Rights Reserved.