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 58226 - Generate Javadoc fails for Web Samples
Summary: Generate Javadoc fails for Web Samples
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords:
Depends on: 58048
Blocks:
  Show dependency tree
 
Reported: 2005-04-22 14:12 UTC by Lukas Jungmann
Modified: 2013-02-13 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Diff in bpcatalog.dev.java.net (2.84 KB, text/plain)
2005-04-26 22:58 UTC, Yutaka Yoshida
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-04-22 14:12:38 UTC
steps to reproduce: see issue #58219

only "J2EE client of DOS" is affected
Comment 1 zikmund 2005-04-22 14:29:58 UTC
See original Java issue 58048 for futher information.
Comment 2 Yutaka Yoshida 2005-04-26 22:11:24 UTC
The project.properties of all web apps need to be updated
by adding "javadoc.additionalparam=".

Fixed in bpcatalog.dev.java.net.

Checking in ws/webservices/docoriented/apps/client/nbproject/project.properties;
/cvs/bpcatalog/ws/webservices/docoriented/apps/client/nbproject/project.properties,v
 <--  project.properties
new revision: 1.5; previous revision: 1.4
done
Checking in ws/webtier/clientside-validators/nbproject/project.properties;
/cvs/bpcatalog/ws/webtier/clientside-validators/nbproject/project.properties,v 
<--  project.properties
new revision: 1.4; previous revision: 1.3
done
Checking in ws/webtier/command-submissions/nbproject/project.properties;
/cvs/bpcatalog/ws/webtier/command-submissions/nbproject/project.properties,v 
<--  project.properties
new revision: 1.6; previous revision: 1.5
done
Checking in ws/webtier/serverside-validators/nbproject/project.properties;
/cvs/bpcatalog/ws/webtier/serverside-validators/nbproject/project.properties,v 
<--  project.properties
new revision: 1.4; previous revision: 1.3
done
Checking in ws/webtier/tabbedview/nbproject/project.properties;
/cvs/bpcatalog/ws/webtier/tabbedview/nbproject/project.properties,v  <-- 
project.properties
new revision: 1.4; previous revision: 1.3
done
Comment 3 Yutaka Yoshida 2005-04-26 22:51:57 UTC
Fixed with:
Checking in external/blueprints-solutions-catalog.zip.scrambled;
/cvs/j2ee/external/blueprints-solutions-catalog.zip.scrambled,v  <-- 
blueprints-solutions-catalog.zip.scrambled
new revision: 1.23; previous revision: 1.22
done
Comment 4 Yutaka Yoshida 2005-04-26 22:58:08 UTC
Created attachment 21883 [details]
Diff in bpcatalog.dev.java.net
Comment 5 Yutaka Yoshida 2005-04-26 23:03:37 UTC
mark as fixed.
Comment 6 Lukas Jungmann 2005-08-24 12:39:42 UTC
v.