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 "Linux Tools Project/News/NewIn70"

(Created page with "==General== All features have switched over to EPL 2.0 license. ==Docker Tooling== ===CDT Build in Container=== Changes have been made to the Docker Tooling launch code to...")
 
Line 10: Line 10:
 
Build in Container support (building C/C++ projects in a Docker Container) to work for the new CDT Project model.  In addition,
 
Build in Container support (building C/C++ projects in a Docker Container) to work for the new CDT Project model.  In addition,
 
Docker Container runs now show up properly in the Debug view as processes that can be terminated.
 
Docker Container runs now show up properly in the Debug view as processes that can be terminated.
 +
 +
As well, the Container launch performance of copying headers to the host has been enhanced to allow parallel copying and
 +
recognition of fellow jobs that are already under way.
 +
 +
===JDT Run/Debug in Container===
 +
 +
The support for running Java applications in a Container has been moved to it's own separate feature.  This prevents JDT
 +
dependency for applications that just want to use Docker Tooling.
 +
 +
===docker-client===
 +
 +
The level of docker-client has been upgraded and includes a number of fixes.
  
 
== Bugs Fixed in this Release ==
 
== Bugs Fixed in this Release ==
 
----
 
----
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Tools&product=Linux%20Tools&query_format=advanced&resolution=FIXED&target_milestone=7.0.0 Bugs Fixed in Linux Tools 7.0]
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Tools&product=Linux%20Tools&query_format=advanced&resolution=FIXED&target_milestone=7.0.0 Bugs Fixed in Linux Tools 7.0]

Revision as of 18:21, 25 May 2018

General

All features have switched over to EPL 2.0 license.

Docker Tooling

CDT Build in Container

Changes have been made to the Docker Tooling launch code to allow CDT Build in Container support (building C/C++ projects in a Docker Container) to work for the new CDT Project model. In addition, Docker Container runs now show up properly in the Debug view as processes that can be terminated.

As well, the Container launch performance of copying headers to the host has been enhanced to allow parallel copying and recognition of fellow jobs that are already under way.

JDT Run/Debug in Container

The support for running Java applications in a Container has been moved to it's own separate feature. This prevents JDT dependency for applications that just want to use Docker Tooling.

docker-client

The level of docker-client has been upgraded and includes a number of fixes.

Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in Linux Tools 7.0

Back to the top