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 47924 - Problems with javahelp building
Summary: Problems with javahelp building
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-25 15:39 UTC by _ rkubacki
Modified: 2007-02-22 10:10 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2004-08-25 15:39:58 UTC
When j2eeserver module is built there are some
strange messages about problems with javahelp
indexer. Someone should check if it is a bug in
IDE or just a problem in build script that can be
simply fixed.


javahelp:
    [mkdir] Created dir:
/tmp/netbeans/dev/nb_all/j2eeserver/build/javahelp/org/netbeans/modules/j2eeserver/docs/JavaHelpSearch
     [copy] Copying 31 files to
/tmp/netbeans/dev/nb_all/j2eeserver/build/javahelp
   [delete] Deleting directory
/tmp/netbeans/dev/nb_all/j2eeserver/build/javahelp/org/netbeans/modules/j2eeserver/docs/JavaHelpSearch
    [mkdir] Created dir:
/tmp/netbeans/dev/nb_all/j2eeserver/build/javahelp/org/netbeans/modules/j2eeserver/docs/JavaHelpSearch
[jhindexer] Running JavaHelp search database
indexer...
   [repeat] No files specified to index
   [repeat]  Usage:   java JavaHelp.Index options
file ...
   [repeat]  Options: -c file   config file
   [repeat]           -db file  generated database
file name
   [repeat]           -verbose  verbose documentation
   [repeat]           -nostopwords ignore stop words
   [repeat]           -locale language_country_variant
   [repeat]           -logfile log file name
   [repeat] Note: config file composition:
   [repeat]           IndexRemove
/public_html/JavaHelp/demo
   [repeat]           IndexPrepend ..
   [repeat]           StopWords word1 ... wordN
   [repeat]           StopWordsFile stopWordFileName
   [repeat]           File
/public_html/JavaHelp/demo/first.html
   [repeat]          
File=/public_html/JavaHelp/demo/second.html
Comment 1 _ rkubacki 2007-02-22 10:10:17 UTC
not valid now