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 58222

Summary: Generate Javadoc for 4.0 project fails
Product: javaee Reporter: zikmund <zikmund>
Component: Web ProjectAssignee: Radko Najman <rnajman>
Status: CLOSED FIXED    
Severity: blocker Keywords: RELNOTE
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 58221    
Bug Blocks:    

Description zikmund 2005-04-22 13:19:59 UTC
Build 200504211930

1) Open 4.0 project
2) Resolve all reference problems (Tomcat, libraries, etc.)
  Note: Upgrade project to 4.1 project as part of resolving references.
3) Generate Javadoc
4) ERROR:
javadoc: error - Illegal package name: "${javadoc.additionalparam}"

Workaround is: add following line into project.properties:
  javadoc.additionalparam=
Comment 1 zikmund 2005-04-22 13:22:46 UTC
Same for Java upgraded project - see issue 58221.

Workaround should be part of release notes for 4.1 (as general problem of all
4.0 projects).
Comment 2 Radko Najman 2005-04-25 16:34:05 UTC
Fixed.

/cvs/web/project/src/org/netbeans/modules/web/project/UpdateHelper.java,v  <-- 
UpdateHelper.java
new revision: 1.17; previous revision: 1.16
Comment 3 zikmund 2005-05-25 15:31:58 UTC
Verified in 200505250639.