Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351421 - E4 Application wizard should add Application.e4xmi, plugin.xml and the css and icons folders to build.properties
Summary: E4 Application wizard should add Application.e4xmi, plugin.xml and the css an...
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 0.12 M3   Edit
Assignee: Thomas Schindl CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 393144
Blocks:
  Show dependency tree
 
Reported: 2011-07-07 07:14 EDT by Davy Meers CLA
Modified: 2012-11-04 16:17 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Davy Meers CLA 2011-07-07 07:14:59 EDT
Build Identifier: I20110620-1631

When using the E4 Application wizard it would be nice if the resulting project could be run and exported without problems. 

Currently this is not the case: the resulting project cannot be exported and run without problems because Application.e4xmi, plugin.xml and the css and icons folders are not added to build.properties by default (if they are present).

Please adapt the wizard so that those files when generated are also added to build.properties

See also: http://dev.eclipse.org/mhonarc/lists/e4-dev/msg05525.html

Reproducible: Always

Steps to Reproduce:
1.Download the 4.1 release from http://download.eclipse.org/e4/sdk/
2.Install the following plug-ins: Eclipse e4 Modeled Workbench, Eclipse e4 Tools
3.Create e4 application using e4 Application project wizard (preserve all the defaults)
4.Export of product fails because Application.e4xmi, plugin.xml and the css and icons folder are not added to build properties
Comment 1 Thomas Schindl CLA 2011-09-18 07:43:43 EDT
Pushed to master as 538e09e75ee44c32978028a5a8b3efff5e47473d
Comment 2 Davy Meers CLA 2012-10-30 09:33:00 EDT
Thank you!