Bug 85432 - Make jdtcore.jar an executable jar
Summary: Make jdtcore.jar an executable jar
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 10:39 EST by Olivier Thomann CLA
Modified: 2005-03-30 22:57 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2005-02-16 10:39:41 EST
We should add a manifest to this jar that would have a property.

Main-Class: org.eclipse.jdt.internal.compiler.batch.Main

This would allow to invoke the batch compiler using:
java -jar jdtcore.jar .....

instead of:
java -classpath jdtcore.jar org.eclipse.jdt.internal.compiler.batch.Main .....
Comment 1 Philipe Mulet CLA 2005-02-16 12:51:04 EST
looks nice
Comment 2 Olivier Thomann CLA 2005-02-21 10:06:21 EST
Changes released in build.properties.
Fixed and released in HEAD.
Comment 3 Olivier Thomann CLA 2005-03-30 22:57:21 EST
Verified in 20050330-0500