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 58219 - Generate Javadoc fails for Web Samples
Summary: Generate Javadoc fails for Web Samples
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on: 58048
Blocks:
  Show dependency tree
 
Reported: 2005-04-22 12:21 UTC by zikmund
Modified: 2006-03-24 13:03 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 zikmund 2005-04-22 12:21:45 UTC
Build 200504211930

1) Create a Web sample (in New project wizard Samples | Web | any sample)
2) Generate Javadoc for project
3) ERROR:
generation fails:
javadoc: error - Illegal package name: "${javadoc.additionalparam}"

Probably caused by fix of issue 57820. See similar fix for Java samples - issue
58048.
Comment 1 Radko Najman 2005-04-27 14:43:28 UTC
Fixed.

/cvs/web/examples/jsp/nbproject/private/private.properties,v  <-- 
private.properties
new revision: 1.8; previous revision: 1.7

/cvs/web/examples/jstl/nbproject/private/private.properties,v  <-- 
private.properties
new revision: 1.8; previous revision: 1.7

/cvs/web/examples/servlets/nbproject/private/private.properties,v  <-- 
private.properties
new revision: 1.8; previous revision: 1.7

/cvs/web/examples/jsp/nbproject/project.properties,v  <--  project.properties
new revision: 1.9; previous revision: 1.8

/cvs/web/examples/jstl/nbproject/project.properties,v  <--  project.properties
new revision: 1.10; previous revision: 1.9

/cvs/web/examples/servlets/nbproject/project.properties,v  <--  project.properties
new revision: 1.9; previous revision: 1.8
Comment 2 zikmund 2005-05-25 16:40:10 UTC
Verified in 200505250639.