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 56753 - Additional Javadoc Option are not applied
Summary: Additional Javadoc Option are not applied
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks: 57928
  Show dependency tree
 
Reported: 2005-03-21 16:29 UTC by zikmund
Modified: 2006-03-24 13:13 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-03-21 16:29:14 UTC
Build 200503201900

1) Have a WebApp with a java class
2) Go to project's properties | Documenting
3) Add "Additional Javadoc Option" - e.g. '-header "My Header"'
4) ERROR:
Javadoc doesn't contain the header

Caused by only partial fix of issue 55843.
Comment 1 zikmund 2005-03-21 16:34:27 UTC
BTW: Java project applies these additional Javadoc options.
Comment 2 Radko Najman 2005-03-21 17:20:03 UTC
Fixed.

/cvs/web/project/src/org/netbeans/modules/web/project/resources/build-impl.xsl,v
 <--  build-impl.xsl
new revision: 1.90; previous revision: 1.89

/cvs/web/project/src/org/netbeans/modules/web/project/WebProjectGenerator.java,v
 <--  WebProjectGenerator.java
new revision: 1.68; previous revision: 1.67
Comment 3 zikmund 2005-03-23 14:03:16 UTC
Verified in 200503221900.