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 Functional Test R30 Installs"

(New page: ==WTP 3.0 Install Scenarios== {| border="3" |+ WTP 3.0 ! Component !! Install Scenario |- | | |- ! Java EE | |- ! JSF | |- ! JPA | |- ! Server | |- ! Web Services | |- ! XML, JSP and ...)
 
(Install test results)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==WTP 3.0 Install Scenarios==
 
==WTP 3.0 Install Scenarios==
 +
Please test the below outlined install scenarios and indicate your results in the table.  We are not expecting a full function test, but after install, please inspect plugins, features, docs(preferences, help,etc.) to ensure all expected information is there.
  
 +
==A. JEE Developer IDE ==
 +
*Install scenario
 +
:Download most recent JEE package from [http://build.eclipse.org/technology/epp/epp_build/34/download/20080615-0610/index.html here]
 +
:Please verify this is the most recent version by checking [http://build.eclipse.org/ganymede/ Ganymede](be sure to download moste recent, if anything is more recent that 20080615).
 +
:On Tuesday, this should be the [http://phoenix.eclipse.org/packages/ most recent URL], likely the final version, to be moved to official release URL, on the release date.
 +
 +
==B. Update Sites==
 +
===B1. Ganymede Update Site===
 +
*Currently available [http://download.eclipse.org/releases/ganymede/staging/ Ganymede staging site]
 +
*[http://download.eclipse.org/releases/ganymede/ Ganymede official release once avaiable]
 +
 +
 +
*Using Ganymede update site, you can start with _only_ the Eclipse Platform, and pick individual features to install. Whatever our features need, should be pulled down automatically (no "select required" any longer).
 +
*Main install scenarios
 +
:Javascript (only 'platform' is required).
 +
:XML (platform, gef, a few emf pieces and xsd info-set are all required ... that is, should also end up in your install).
 +
:Web Developer (as above ... i.e. still no JDT!).
 +
:JEE Developer (requires JDT, and some features from DTP).
 +
 +
*Secondary install scenarios
 +
:Select "optional" features, by selecting optional feature, it should pull in all required features.
 +
 +
===B2. Webtools Update Site===
 +
:Currently [http://download.eclipse.org/webtools/milestones/ Webtools site]
 +
*Main install scenario to test here
 +
:Install webtools from Ganymede
 +
:Go to Webtools update site to get the matching SDK portion, for those users that need the source and JavaDoc.
 +
 +
 +
Note: for those of you that haven't seen it yet, the current UI for Software Updates has one very different behavior than the old UM UI. (This is documented as an issue in bug 224472) If you install something like "Web Developer" which also includes XML and JavaScript, the included features stay on the "available software" list, as though it was not installed (even though it was). The reason for this is to "match" exactly what the user choose to install, not what was done "under the covers"). I think ... though I haven't tested it myself ... is that this allows for improved uninstall behavior (or, at least will in the future). So certainly open bugs if you find them, or see things you don't like ... but, this final exercise isn't to test or evaluate "Software Updates" UI .. it's just to make sure things work with respect to Webtools installations.
 +
 +
==Install test results==
  
 
{| border="3"
 
{| border="3"
|+ WTP 3.0
+
|+ WTP 3.0 Install Scenarios
! Component !! Install  Scenario
+
! Component !! A.JEE DeveloperIDE !! B1.Ganymede Update Site !! B2.Webtools Update Site
 
|-
 
|-
 
|  
 
|  
 +
|
 +
|
 
|  
 
|  
 
|-
 
|-
 
! Java EE
 
! Java EE
 +
|
 +
|
 
|
 
|
 
|-
 
|-
 
! JSF
 
! JSF
 +
|
 +
|
 
|
 
|
 
|-
 
|-
 
! JPA
 
! JPA
 +
|
 +
|
 
|
 
|
 
|-
 
|-
 
! Server
 
! Server
 +
|
 +
|
 
|
 
|
 
|-
 
|-
 
! Web Services
 
! Web Services
|
+
| [[Image:Checkmark.gif]] on 64 bit machine (am)
 +
| [[Image:Checkmark.gif]] (pm)
 +
| [[Image:Checkmark.gif]] (pm)
 
|-
 
|-
! XML, JSP and JSDT
+
! WSDL
|  
+
| [[Image:Checkmark.gif]] (aw)
 +
| [[Image:Checkmark.gif]] (aw)
 +
| [[Image:Checkmark.gif]] (aw)
 +
|-
 +
! XML & JSP
 +
| [[Image:Checkmark.gif]] (ns)
 +
| [[Image:Checkmark.gif]] (ns)
 +
| [[Image:Checkmark.gif]] (ns)
 +
|-
 +
! XSD
 +
| [[Image:Checkmark.gif]] (aw)
 +
| [[Image:Checkmark.gif]] (aw)
 +
| [[Image:Checkmark.gif]] (aw)
 +
|-
 +
! JSDT
 +
|
 +
|
 +
|
 
|}
 
|}
  
 +
Test Passed = [[Image:Checkmark.gif]] 
 +
Test Failed = [[Image:Fail.gif]] 
 +
Test Pending = [[Image:Questionmark.gif]]
  
[[WTP Smoke Test Results | Click here to view WTP smoke test results.]]
+
[[WTP_Functional_Test | Back to the WTP Functional Test Main Page]]
 
+
 
+
 
[[Web_Tools_Project | Back to Web Tools Wiki Home]]
 
[[Web_Tools_Project | Back to Web Tools Wiki Home]]
 
[[Category:Eclipse Web Tools Platform Project]][[Category:WTP Testing Related| ]]
 
[[Category:Eclipse Web Tools Platform Project]][[Category:WTP Testing Related| ]]

Latest revision as of 15:41, 18 June 2008

WTP 3.0 Install Scenarios

Please test the below outlined install scenarios and indicate your results in the table. We are not expecting a full function test, but after install, please inspect plugins, features, docs(preferences, help,etc.) to ensure all expected information is there.

A. JEE Developer IDE

  • Install scenario
Download most recent JEE package from here
Please verify this is the most recent version by checking Ganymede(be sure to download moste recent, if anything is more recent that 20080615).
On Tuesday, this should be the most recent URL, likely the final version, to be moved to official release URL, on the release date.

B. Update Sites

B1. Ganymede Update Site


  • Using Ganymede update site, you can start with _only_ the Eclipse Platform, and pick individual features to install. Whatever our features need, should be pulled down automatically (no "select required" any longer).
  • Main install scenarios
Javascript (only 'platform' is required).
XML (platform, gef, a few emf pieces and xsd info-set are all required ... that is, should also end up in your install).
Web Developer (as above ... i.e. still no JDT!).
JEE Developer (requires JDT, and some features from DTP).
  • Secondary install scenarios
Select "optional" features, by selecting optional feature, it should pull in all required features.

B2. Webtools Update Site

Currently Webtools site
  • Main install scenario to test here
Install webtools from Ganymede
Go to Webtools update site to get the matching SDK portion, for those users that need the source and JavaDoc.


Note: for those of you that haven't seen it yet, the current UI for Software Updates has one very different behavior than the old UM UI. (This is documented as an issue in bug 224472) If you install something like "Web Developer" which also includes XML and JavaScript, the included features stay on the "available software" list, as though it was not installed (even though it was). The reason for this is to "match" exactly what the user choose to install, not what was done "under the covers"). I think ... though I haven't tested it myself ... is that this allows for improved uninstall behavior (or, at least will in the future). So certainly open bugs if you find them, or see things you don't like ... but, this final exercise isn't to test or evaluate "Software Updates" UI .. it's just to make sure things work with respect to Webtools installations.

Install test results

WTP 3.0 Install Scenarios
Component A.JEE DeveloperIDE B1.Ganymede Update Site B2.Webtools Update Site
Java EE
JSF
JPA
Server
Web Services Checkmark.gif on 64 bit machine (am) Checkmark.gif (pm) Checkmark.gif (pm)
WSDL Checkmark.gif (aw) Checkmark.gif (aw) Checkmark.gif (aw)
XML & JSP Checkmark.gif (ns) Checkmark.gif (ns) Checkmark.gif (ns)
XSD Checkmark.gif (aw) Checkmark.gif (aw) Checkmark.gif (aw)
JSDT
Test Passed = Checkmark.gif   
Test Failed = Fail.gif   
Test Pending = Questionmark.gif

Back to the WTP Functional Test Main Page Back to Web Tools Wiki Home

Back to the top