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

Summary: missing checkhelpsets task
Product: java Reporter: Patrick Keegan <pkeegan>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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