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 "WTP Readiness For CBI"

Line 91: Line 91:
 
|-
 
|-
 
| Nick Sandonato  
 
| Nick Sandonato  
| [[Image:Questionmark.gif]]
 
 
| [[Image:Checkmark.gif]]  
 
| [[Image:Checkmark.gif]]  
| [[Image:Questionmark.gif]]  
+
| [[Image:Checkmark.gif]]  
|  
+
| [[Image:Checkmark.gif]]
 +
| Extra plugins in CBI build:
 +
org.eclipse.jst.jsp.ui.infopop.source,
 +
org.eclipse.wst.dtd.ui.infopop.source,
 +
org.eclipse.wst.dtdeditor.doc.user.source,
 +
org.eclipse.wst.html.ui.infopop.source,
 +
org.eclipse.wst.sse.doc.user.source,
 +
org.eclipse.wst.sse.ui.infopop.source,
 +
org.eclipse.wst.standard.schemas.source,
 +
org.eclipse.wst.xml.ui.infopop.source
 
|-
 
|-
 
! colspan="5" | ''Web Services Tools''
 
! colspan="5" | ''Web Services Tools''

Revision as of 14:10, 15 May 2014

This wiki page captures the the readiness of WTP projects to move from PDE to CBI builds.

Instructions: Find your project in the table below and mark each task and overall readiness with either a "checkmark" or "cross". The Comment column is meant to capture differences, or overall comments in each projects analysis of build artifacts.

The Build comparison should be done using same day builds (I used 5/8 builds) This bug is driving this task

Smoketests should be done on a recent build (like 5/8) - builds are located here - I used the repository

Your vote in the below table will not trigger any immediate action. The information collected will be used for further discussions and plans on using the CBI output in the Luna aggregation builds.

Checkmark.gif = I feel comfortable moving to CBI for Luna release
Fail.gif = I don't feel comfortable moving to CBI yet - more work to be done
Questionmark.gif= Readiness status pending
Project Lead Build Comparison CBI Build Smoketest Overall Readiness Comments
Common Tools
Carl Anderson Questionmark.gif Questionmark.gif Questionmark.gif
Dali
Neil Hauge Questionmark.gif Questionmark.gif Questionmark.gif
EJB Tools
Kaloyan Raev Questionmark.gif Questionmark.gif Questionmark.gif
Java EE Tools
Chuck Bridgham Checkmark.gif Checkmark.gif Questionmark.gif Other than changes in size because of jar signing... The one major difference in CBI is the generation of xxx.userdoc.feature.source jar's - these are a waste - and should be removed (bug 434890), but doesn't prevent moving forward.
JavaScript Development Tools
Christopher Jaun Questionmark.gif Questionmark.gif Questionmark.gif
JavaServer Faces
Raghunathan Srinivasan Checkmark.gif Checkmark.gif Checkmark.gif Source features (org.eclipse.jsf.feature.source, org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.source, org.eclipse.jst.webpageeditor.feature.source) contain build.properties in CBI, where they did not in legacy build.

Extra plug-in in CBI: org.eclipse.jst.jsf.doc.user.source.

These should be investigated, but are not reason to prevent moving to CBI.

Release Engineering
Carl Anderson Questionmark.gif Questionmark.gif Questionmark.gif
Server Tools
Elson Yuen Questionmark.gif Questionmark.gif Questionmark.gif
Source Editing
Nick Sandonato Checkmark.gif Checkmark.gif Checkmark.gif Extra plugins in CBI build:

org.eclipse.jst.jsp.ui.infopop.source, org.eclipse.wst.dtd.ui.infopop.source, org.eclipse.wst.dtdeditor.doc.user.source, org.eclipse.wst.html.ui.infopop.source, org.eclipse.wst.sse.doc.user.source, org.eclipse.wst.sse.ui.infopop.source, org.eclipse.wst.standard.schemas.source, org.eclipse.wst.xml.ui.infopop.source

Web Services Tools
Keith Chong Questionmark.gif Questionmark.gif Questionmark.gif

Web Services and WSDL ( Questionmark.gif , Questionmark.gif , Questionmark.gif )

Build comparison - TBD

Failing test: org.eclipse.wst.validation.test

Failing test: org.eclipse.wst.wsi.tests.internal.BasicProfileAnalyzerTest.testReportWriterIsClosedAfterReportIsFinished


JAX-WS sub-component ( Checkmark.gif , Checkmark.gif , Checkmark.gif )

Extra feature included in CBI build:

org.eclipse.jst.ws.jaxws_userdoc.feature.source

Other source features in CBI build contain an additional file: build.properties org.eclipse.jst.ws.cxf.feature.source org.eclipse.jst.ws.jaxws.dom.feature.source org.eclipse.jst.ws.jaxws.feature.source

Differences in jars files sizes between PDE and CBI because of jar signing.

One failing test: org.eclipse.jst.ws.jaxws.dom.runtime.tests.annotations.AnnotationFactoryTest.testRemoveAnnotationsIMethod

Same NPE error reported in that test also thrown in these two: org.eclipse.wst.server.ui.tests.dialog.DialogsTestCase.testDeleteServerDialog org.eclipse.wst.common.snippets.tests.providers.TextProviderTests.testTextSnippetCreation

Back to the top