Bug 121901 - Autobuilder should support auto-generating a jar file
Summary: Autobuilder should support auto-generating a jar file
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-22 12:06 EST by Thomas Fitzsimmons CLA
Modified: 2005-12-22 12:14 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 Thomas Fitzsimmons CLA 2005-12-22 12:06:31 EST
There should be an option to have the autobuilder automatically generate a jar file of the classes it compiled, after each build has completed.  There are many cases where this is useful, for example running external tools that expect a jar file against the just-compiled set of classes.
Comment 1 Olivier Thomann CLA 2005-12-22 12:09:14 EST
This could easily be done by adding an external builder that would run between the java builder and your other builders.