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 62994 - Building app ZIP includes XML mask files
Summary: Building app ZIP includes XML mask files
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 23:26 UTC by Jesse Glick
Modified: 2005-11-30 10:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-08-24 23:26:29 UTC
If you exclude some individual modules from the app ZIP, your app cluster still
gets entries such as

appname/config/Modules/org-netbeans-modules-autoupdate.xml_hidden

which should not be there. (Harmless but useless.)
Comment 1 Jaroslav Tulach 2005-08-25 14:32:55 UTC
As you said. Harmless. 
 
Comment 2 Jesse Glick 2005-08-25 17:50:23 UTC
Harmless but it would be best to produce in the app ZIP what is actually needed.
Otherwise people will assume that whatever is there is being used for something,
and get confused.
Comment 3 Jaroslav Tulach 2005-09-29 14:23:10 UTC
Checking in harness/release/suite.xml; 
/cvs/apisupport/harness/release/suite.xml,v  <--  suite.xml 
new revision: 1.18; previous revision: 1.17 
done 
 
Checking in 
project/test/unit/src/org/netbeans/modules/apisupport/project/suite/BuildZipDistributionTest.java; 
/cvs/apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/suite/BuildZipDistributionTest.java,v  
<--  BuildZipDistributionTest.java 
initial revision: 1.1 
 
 
Comment 4 pzajac 2005-11-30 10:24:33 UTC
verified