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 67868 - [50cat] GUI to customize ${jar-excludes}
Summary: [50cat] GUI to customize ${jar-excludes}
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-31 19:47 UTC by kalali
Modified: 2013-02-14 13:17 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 kalali 2005-10-31 19:47:02 UTC
[ BUILD # : 20051019 ]
[ JDK VERSION : 1.5.0_03 ]

including or excluding *.java ,* into Module projects as it is avaialable for other type of projects
In all kind of java projects IDE allow user to include or exclude some files from final jar/war ...
files like *.java / *.form /...
but in Netbeans module project there is no such option
i think it is good that this feature be there too
Comment 1 Jesse Glick 2005-10-31 19:50:18 UTC
What concretely would you use this to exclude?
Comment 2 kalali 2005-10-31 20:03:36 UTC
Indeed i eant to include the source into modules ,
for now i can not tell you what a developer likes to include / exclude from his 
fianl jar archive , but you can think about several xml files people would use
for third party checking , code generation , ....
Comment 3 Jesse Glick 2006-02-01 20:26:26 UTC
Property already exists but ought to be exposed in the GUI as for j2seproject's.
Comment 4 ghartmann 2008-11-11 19:28:01 UTC
There is no way to extend the property "jar-excludes".
You can define jar-excludes in project.properties using the value from common.xml and add your extensions.
My JapserReport report definition are copied by default to build.classes.dir. I want to exclude *.jrxml files in 
addition to the already defined files (*.java, *.form, ...).
Comment 5 Jaroslav Tulach 2012-06-20 16:15:18 UTC
Not harness, rather project issue.