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 57820 - New javadoc build property prevents standalone builds
Summary: New javadoc build property prevents standalone builds
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: 57753
Blocks:
  Show dependency tree
 
Reported: 2005-04-13 10:20 UTC by zikmund
Modified: 2006-03-24 12:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for web module (512 bytes, patch)
2005-04-13 12:25 UTC, Radko Najman
Details | Diff
Patch for ejbjar module (554 bytes, patch)
2005-04-13 12:26 UTC, Radko Najman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-04-13 10:20:16 UTC
See fixed java issue 57753 for more inforamtion.

Applies to Web & EJB project.
Comment 1 Petr Jiricka 2005-04-13 10:30:52 UTC
Radko, can you please look at this? Thx.
Comment 2 Radko Najman 2005-04-13 12:13:41 UTC
Fixed in trunk.

/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/WebProjectProperties.java,v
 <--  WebProjectProperties.java
new revision: 1.90; previous revision: 1.89

/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/customizer/EjbJarProjectProperties.java,v
 <--  EjbJarProjectProperties.java
new revision: 1.25; previous revision: 1.24
Comment 3 Radko Najman 2005-04-13 12:25:54 UTC
Created attachment 21604 [details]
Patch for web module
Comment 4 Radko Najman 2005-04-13 12:26:35 UTC
Created attachment 21605 [details]
Patch for ejbjar module
Comment 5 Petr Hrebejk 2005-04-15 09:47:12 UTC
Merged to 4.1

Checking in
web/project/src/org/netbeans/modules/web/project/ui/customizer/WebProjectProperties.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/WebProjectProperties.java,v
 <--  WebProjectProperties.java
new revision: 1.88.2.2; previous revision: 1.88.2.1
done
Checking in
j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/customizer/EjbJarProjectProperties.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/customizer/EjbJarProjectProperties.java,v
 <--  EjbJarProjectProperties.java
new revision: 1.24.2.1; previous revision: 1.24
done
Comment 6 zikmund 2005-04-15 11:05:30 UTC
It is OK in Web project.
EJB project has no regressions, although Additional Javadoc Options don't work
because of issue 57928.
Comment 7 zikmund 2005-04-29 12:15:30 UTC
Verified in release41 branch - javadoc.additionalparam is generated
to project.properties file.