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 "EPP/Obsolete/Package Testing"

< EPP
m (Before starting Eclipse)
m (Before starting Eclipse)
Line 2: Line 2:
  
 
===Before starting Eclipse===
 
===Before starting Eclipse===
* eclipse.ini: correct memory settings, any updates necessary?
+
* <tt>eclipse.ini</tt>: correct memory settings, any updates necessary?
* configuration/config.ini: correct product (eclipse.product)?
+
* <tt>configuration/config.ini</tt>: correct product (eclipse.product)?
* plugins/org.eclipse.platform_*/plugin_customization.ini: correct default perspective (org.eclipse.ui/defaultPerspectiveId)?
+
* <tt>plugins/org.eclipse.platform_*/plugin_customization.ini</tt>: correct default perspective (org.eclipse.ui/defaultPerspectiveId)?
 
* linux-packages: executable bits set on eclipse?
 
* linux-packages: executable bits set on eclipse?
  

Revision as of 11:13, 12 April 2008

General Package Tests

Before starting Eclipse

  • eclipse.ini: correct memory settings, any updates necessary?
  • configuration/config.ini: correct product (eclipse.product)?
  • plugins/org.eclipse.platform_*/plugin_customization.ini: correct default perspective (org.eclipse.ui/defaultPerspectiveId)?
  • linux-packages: executable bits set on eclipse?

Running Eclipse

Individual Package Tests

CPP Package

Java Package

JEE Package

RCP Package

Modeling Package

Reporting Package

Back to the top