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 73763 - Project template wizard generates ZIP that misses files of unknown sharability
Summary: Project template wizard generates ZIP that misses files of unknown sharability
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 14:47 UTC by misterm
Modified: 2007-10-09 19:30 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 misterm 2006-03-20 14:47:04 UTC
Currently, the logic used by the project template wizard to generate a zip file 
is to include only files for which SharabilityQuery returns 
SharabilityQuery.SHARABLE. However, it is perfect legal for an implementation 
to return SharabilityQuery.UNKNOWN for files that haven't been commited to CVS 
and are not clearly build products.
Its implementation should therefore be changed so it only excludes files marked 
as SharabilityQuery.NOT_SHARABLE.
For more information about it, please read this thread:
http://www.netbeans.org/servlets/BrowseList?list=nbdev&by=thread&from=380494
Comment 1 Jesse Glick 2007-10-09 19:30:53 UTC
Checking in apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/project/NewProjectIterator.java;
/shared/data/ccvs/repository/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/project/NewProjectIterator.java,v
 <--  NewProjectIterator.java
new revision: 1.26; previous revision: 1.25
done