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 47066 - Cannot build Javadoc for a 1.5 web project using IDE on 1.4
Summary: Cannot build Javadoc for a 1.5 web project using IDE on 1.4
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks: 46901
  Show dependency tree
 
Reported: 2004-08-10 20:29 UTC by Jesse Glick
Modified: 2006-03-24 09:50 UTC (History)
1 user (show)

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 Jesse Glick 2004-08-10 20:29:25 UTC
See issue #46901 for explanation and suggested fix.
Comment 1 Pavel Buzek 2004-08-17 23:43:33 UTC
This and much more was needed to keep up to date w/ the changes in
j2seproject...

Larger changes in build scripts!
I tested badic build/run/debug/javadoc. QE may want to test this more.

cvs commit -m "47066 - build javadoc correctly on jdk1.5;\n(this and
other fixes in build-impl.x..."
src\org\netbeans\modules\web\project\resources\build-impl.xsl
src\org\netbeans\modules\web\project\WebProject.java (in directory
E:\nb_all\web\project\)
Checking in src/org/netbeans/modules/web/project/resources/build-impl.xsl;
/cvs/web/project/src/org/netbeans/modules/web/project/resources/build-impl.xsl,v
 <--  build-impl.xsl
new revision: 1.30; previous revision: 1.29
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/web/project/WebProject.java;
/cvs/web/project/src/org/netbeans/modules/web/project/WebProject.java,v
 <--  WebProject.java
new revision: 1.38; previous revision: 1.37
done
Comment 2 zikmund 2004-11-04 13:19:03 UTC
Verified.