Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336730 - Bug e 4.1 m5 application creation wizard
Summary: Bug e 4.1 m5 application creation wizard
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: 4.1 M6   Edit
Assignee: Thomas Schindl CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 11:33 EST by Holger Sachse CLA
Modified: 2011-02-16 12:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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