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 16121 - missing checkhelpsets task
Summary: missing checkhelpsets task
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-02 15:07 UTC by Patrick Keegan
Modified: 2004-02-23 17:20 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 Patrick Keegan 2001-10-02 15:07:00 UTC
Please add the checkhelpsets task to the objectbrowser build.xml file. For 
reference, below is part of the code that appears in usersguide's build file. 
This task enables me to check html and xml links in the help set when I call 
the build script with the "check-javahelp" option.

  <!-- See #13931: -->
  <target name="check-javahelp" depends="javahelp" description="Validate 
helpset for various errors.">
    <taskdef name="checkhelpsets" 
classname="org.netbeans.nbbuild.CheckHelpSets" 
classpath="../nbbuild/nbantext.jar:${binroot}/core/release/lib/ext/regexp.jar:${
binroot}/nbbuild/lib/jhall.jar"/>
    <checkhelpsets>
      <fileset dir="javahelp">
        <include name="org/netbeans/modules/usersguide/ide.hs"/>
      </fileset>
    </checkhelpsets>
  </target>
Comment 1 Jan Chalupa 2001-11-27 15:27:48 UTC
Target milestone -> 3.3.1.
Comment 2 Marek Grummich 2002-07-22 11:11:04 UTC
Set target milestone to TBD
Comment 3 Patrick Keegan 2004-02-23 17:20:24 UTC
OB has not been maintained in a long time, so this doesn't seem like
an issue worth pursuing