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 "Virgo/Community/Minutes-2010-09-21"

(New page: Category:Virgo Category:EclipseRT __NOTOC__ == Attendees == * Glyn Normington - VMware * Hristo Illiev - SAP * Borislav Kapukaranov - SAP * Steve Powell - VMware == Discussion ...)
 
(Discussion)
 
Line 12: Line 12:
 
# Progressing well towards the 2.1.0 release.
 
# Progressing well towards the 2.1.0 release.
 
# Many problems with the new Hudson CI server.
 
# Many problems with the new Hudson CI server.
# We cannot run code coverage checks in Hudson currently as our build uses Clover and the user has to provide a valid licence file which is not freely available. Alternatives, such as Emma, should be considered, especially as there is some integration with Hudson. We will raise a bug to track.
+
# We cannot run code coverage checks in Hudson currently as our build uses Clover and the user has to provide a valid licence file which is not freely available. Alternatives, such as Emma, should be considered, especially as there is some integration with Hudson. We will raise a bug to track ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=325871 bug 325871] raised).
 
# Hristo has contributed a patch to improve the coverage by testing the new Virgo class loading commands.
 
# Hristo has contributed a patch to improve the coverage by testing the new Virgo class loading commands.
 
# Some code is not covered at all. Is it dead? We can check specific examples using our local cross-referencing tool (Opengrok).
 
# Some code is not covered at all. Is it dead? We can check specific examples using our local cross-referencing tool (Opengrok).

Latest revision as of 11:52, 21 September 2010


Attendees

  • Glyn Normington - VMware
  • Hristo Illiev - SAP
  • Borislav Kapukaranov - SAP
  • Steve Powell - VMware

Discussion

  1. Progressing well towards the 2.1.0 release.
  2. Many problems with the new Hudson CI server.
  3. We cannot run code coverage checks in Hudson currently as our build uses Clover and the user has to provide a valid licence file which is not freely available. Alternatives, such as Emma, should be considered, especially as there is some integration with Hudson. We will raise a bug to track (bug 325871 raised).
  4. Hristo has contributed a patch to improve the coverage by testing the new Virgo class loading commands.
  5. Some code is not covered at all. Is it dead? We can check specific examples using our local cross-referencing tool (Opengrok).
  6. Equinox history and tab completion can be provided by a fragment bundle plus hook that SAP have developed. SAP will continue to investigate and produce a patch with some documentation.
  7. egit does not cope with cloning a repository with submodules. We have not found an end-to-end git plugin for Eclipse.
  8. Hristo is preparing a patch for the line ending issue with the vsh command under Windows.

Back to the top