Bug 279106 - Headless export of WAR and EAR files
Summary: Headless export of WAR and EAR files
Status: NEW
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: jst.j2ee CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2009-06-04 10:16 EDT by Torsten Schlabach CLA
Modified: 2009-10-16 18:01 EDT (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 Torsten Schlabach CLA 2009-06-04 10:16:38 EDT
Eclipse allows for a headless build of the workspace.

There should be a command which allows to export WAR or EAR file from a headless build operation.

Right now, exporting a WAR or EAR file is only possible from the GUI, which makes it little useful automated builds.
Comment 1 Gábor Lipták CLA 2009-10-16 18:01:16 EDT
This is supported programatically. Write an application that calls WebComponentExportDataModelProvider. See http://www.eclipse.org/webtools/jst/components/j2ee/api/j2ee_operationsAPI.html for details.