Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 336730

Summary: Bug e 4.1 m5 application creation wizard
Product: [Eclipse Project] e4 Reporter: Holger Sachse <hasachse>
Component: UIAssignee: Thomas Schindl <tom.schindl>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: tom.schindl
Version: unspecified   
Target Milestone: 4.1 M6   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Holger Sachse CLA 2011-02-09 11:33:57 EST
Build Identifier: I20110128-2000

There is a small bug in the e4 application project wizard. If you create a project "testme" with an activator the packages "testme" and "testme.handler" are created and starting the project everything runs fine.

Doing the same without an activator the package for the handlers is named "handler" instead of "testme.handler". Also the package name in the generated handlers is named ".handler" and because of that they show syntax errors.

Holger Sachse

Reproducible: Always

Steps to Reproduce:
1. Create a e4 application project via the wizard with activator
2. Create a e4 application project via the wizard without activator
3.
Comment 1 Thomas Schindl CLA 2011-02-16 12:22:02 EST
released fix to head