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 61566 - New J2SE Lib Desc wiz - unpacked Javadoc not ZIPped for you
Summary: New J2SE Lib Desc wiz - unpacked Javadoc not ZIPped for you
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-30 00:17 UTC by Jesse Glick
Modified: 2005-12-02 14:37 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-07-30 00:17:14 UTC
Make a new J2SE Lib Desc for a library which has a .jar in classpath, a .jar in
sourcepath, and a folder in javadoc path. The Created/Modified files list shows
that it will copy the JARs for the binaries and sources, but acc. to the UI spec
it should also ZIP up the Javadoc for you.
Comment 1 Jesse Glick 2005-07-30 00:18:22 UTC
Worse, the generated lib XML is malformed:

<volume>
        <type>javadoc</type>            
        <resource>
</volume>
Comment 2 rmatous 2005-07-30 20:09:28 UTC
Not malformed anymore. 

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/CreatedModifiedFilesProvider.java,v
 <--  CreatedModifiedFilesProvider.java
new revision: 1.4; previous revision: 1.3

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.form,v
 <--  NameAndLocationPanel.form
new revision: 1.2; previous revision: 1.1

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.java,v
 <--  NameAndLocationPanel.java
new revision: 1.2; previous revision: 1.1
Comment 3 rmatous 2005-08-15 12:30:29 UTC
Reassigned back.
Comment 4 rmatous 2005-09-02 14:11:59 UTC
cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/CreatedModifiedFilesProvider.java,v
 new revision: 1.10; previous revision: 1.9
Comment 5 pzajac 2005-12-02 14:37:40 UTC
verified