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 26572 - "Javadoc for NetBeansIDE public API" includes Ant lib, not module, docs
Summary: "Javadoc for NetBeansIDE public API" includes Ant lib, not module, docs
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: rbalada
URL: http://www.netbeans.org/download/dev/...
Keywords:
Depends on:
Blocks: 22857
  Show dependency tree
 
Reported: 2002-08-16 20:31 UTC by Jesse Glick
Modified: 2003-02-04 14:28 UTC (History)
2 users (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 2002-08-16 20:31:20 UTC
Some sort of mistake here. The page is supposed to
be showing

org.apache.tools.ant.module.api.*

package (the API for the NB Ant module), not

org.apache.tools.ant.**

(Ant itself)!
Comment 1 rbalada 2002-08-29 16:28:26 UTC
Accepting
Comment 2 David Konecny 2002-09-04 13:05:29 UTC
Any progress on this? I think it would be better to remove Ant javadoc
from the page till this issue is fixed, because what is shown there
("Ant 1.4.1 Javadoc - Essential Classes") is useless.
Comment 3 rbalada 2002-09-04 14:56:45 UTC
Fixed
Comment 4 David Konecny 2002-09-05 10:27:28 UTC
Just checked the page and dev build 200209050100 does not contain ANT
APIs at all. Reopening the issue.
Comment 5 rbalada 2002-09-05 11:12:52 UTC
builder@nbbuilder:/tmp/ant$ nbcvs diff build.xml
Index: build.xml
===================================================================
RCS file: /cvs/ant/build.xml,v
retrieving revision 1.54
diff -r1.54 build.xml
305c305
<     <target name="javadoc" depends="release-helper">
---
>     <target name="javadoc" depends="release-helper,ant-module-javadoc">
builder@nbbuilder:/tmp/ant$ nbcvs ci -m "Added ant-module-javadoc
target to depndencies of target javadoc" build.xml
Checking in build.xml;
/cvs/ant/build.xml,v  <--  build.xml
new revision: 1.55; previous revision: 1.54
done
Processing log script arguments...
Mailing the commit message to cvs@ant.netbeans.org (from
rbalada@netbeans.org)
Comment 6 rbalada 2002-09-06 07:14:29 UTC
I found and fixed one more issue about missing unpacked online Ant
javadoc. Monday build 20020909xxxx should be OK.
Comment 7 David Konecny 2002-09-26 10:54:22 UTC
Still the javadoc for whole ANT module is shown! Only 

  org.apache.tools.ant.module.api.*

is supposed to be shown.
Comment 8 rbalada 2002-09-26 12:39:13 UTC
nbcvs diff ant/build.xml
Index: ant/build.xml
===================================================================
RCS file: /cvs/ant/build.xml,v
retrieving revision 1.59
diff -r1.59 build.xml
281c281
<             
packagenames="org.netbeans.api.*,org.netbeans.spi.*,org.apache.tools.ant.module.*"
---
>             
packagenames="org.netbeans.api.*,org.netbeans.spi.*,org.apache.tools.ant.module.api.*"
builder@nbbuilder:/tmp$ nbcvs ci -m "Issue #26572. Fixed list of
packages for API javadoc." ant/build.xml
Checking in ant/build.xml;
/cvs/ant/build.xml,v  <--  build.xml
new revision: 1.60; previous revision: 1.59
done
Processing log script arguments...
Mailing the commit message to cvs@ant.netbeans.org (from
rbalada@netbeans.org)
Comment 9 David Konecny 2002-09-27 09:20:25 UTC
.