This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 143938 - [65cat] 'Build JAR' action should be created
Summary: [65cat] 'Build JAR' action should be created
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-14 14:55 UTC by Michel Graciano
Modified: 2011-08-31 14:08 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2008-08-14 14:55:20 UTC
[ BUILD # : 200808111401 ]
[ JDK VERSION : 1.6.0_07 ]

The original request is
http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=121668.
It is really useful, mainly for big projects.
Comment 1 Jan Lahoda 2008-08-14 15:09:05 UTC
Well, if you mean that the .class files that were produced by NetBeans would be packed into the .jar file, then it is
quite unlikely to happen (at least not for now). The reason why the Build action is disabled is to prevent this. The
reason why we do not want to allow simple packing of the NetBeans generated .class files into jars is that NB generates
.class files also for sources that contain compilation errors. We are trying to prevent situation when someone
accidentally deploys such .class files on a production server. Please note that if you will disable Compile on Save, you
should get exactly the NB6.1 behavior.