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 64740 - Add "**/doc-files/**" into the default exclusion list of JAR files
Summary: Add "**/doc-files/**" into the default exclusion list of JAR files
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-20 13:04 UTC by vieiro
Modified: 2011-08-31 14:06 UTC (History)
0 users

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 vieiro 2005-09-20 13:04:26 UTC
In NetBeans build 200509191800 (and all previous ones, probably) the default
list of files to exclude from builds is:

**/*.java,**/*.form

I propose adding

**/package.html,**/doc-files/**,**/test-files/**

to that list, since "package.html" and "doc-files/*.*" and "test-files/*.*" are
usually used to document source code (javadoc standards, see
http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javadoc.html#unprocessed )
and should not be included in the jar files by default.