Community
Participate
Working Groups
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.
released fix to head