Fat Jar Eclipse Plug-In (Beta-1)
Requirements: |
Eclipse 3.0 or greater |
Readme:
Changes 10.3.2006
- BUGFIX: Build from settings
Changes 9.3.2006
- ANT-Tasks and "Export ANT..." for Autojar feature
Changes 4.3.2006
- BUGFIX: library bcel-5.1.jar was missing
Changes 3.3.2006
- shrink output jar using auto-jar http://autojar.sourceforge.net.
Only referenced classes are included
- build jar in memory (no temp folder is used any more).
This avoids problems with packages in different cases
(e.g. "COM.ABC" and "com.abc" and "Com.Abc")
Changes 9.2.2006
- multi-project-build allows to build multiple projects at once (in work)
- optional set arguments to be set automatically (missing: -D...)
- initialize wizard data from launch-config ("use launch-config" Button
- [intern] use new methods for building (ANT-Tasks)
- [intern] use launch config for classpath-resolving
- bugfix: allow selection of project root when using "Add Dir..." on
File Select Page
- bugfix reported by micrac [Bug 1268275]
- enhacement request from Daniel Serodio: preferences under Java category
top
How To Install
The zip file contains the plugin directory. Unzip from within the Eclipse directory.
Stop eclipse.
Start eclipse from the command-line with the clean option "eclipse -clean",
otherwise the plugin will not be found.
To uninstall, remove the net.sf.fjep.fatjar_x.x.x (where x.x.x
denotes the version of the plugin you have installed).
top