Mailinglist Archive: opensuse (2700 mails)

< Previous Next >
su93 - javac & including javadoc package docs in susehelp searches?
  • From: AD Marshall <admarshall@xxxxxxxxx>
  • Date: Fri, 22 Jul 2005 21:13:36 +0700
  • Message-id: <200507222113.37422.admarshall@xxxxxxxxx>
Does anyone know:
01 how to include javadoc packages' documentation in susehelp search
(cf /usr/share/javadoc/)?
02 if there a better way to read javadoc docs?
03 (optional) why there no man or info page for javadoc
04 what suse 9.3 app/prog can be used in place of javac?

The rest of this is potentially relevant I thought might help:

On the last question, these urls describe javac:
http://ant.apache.org/manual/CoreTasks/javac.html
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javac.html

"man java" says see also "javac(1)", but i can't find any reference
or package that provides it via "yast2 sw_single".

I have the following, apparently related "ant" packages installed:
$ rpm -qa | grep -i "^ant"
ant-apache-regexp-1.6.2-6
ant-manual-1.6.2-6
ant-javadoc-1.6.2-6
ant-1.6.2-4

FYI: javac is used by the "Linux Dictionary Tools",
http://cvsview.tldp.org/index.cgi/LDP/guide/docbook/Linux-Dictionary/linux-dictionary-tools.zip

From the Makefile for these tools:
all: permissions programs_all xml dict_packages

programs_all: entities_program dlines_program stripper_program dict_program

entities_program:
gcc -o entities entities.c

dlines_program:
javac dlines.java

stripper_program:
javac strip.java

dict_program:
javac dict.java

xml: programs_all
./strip.sh
./sort.sh
./convert.sh

strip: stripper_program
./strip.sh
<cut>

Thanks,
Andi
--
AD Marshall
eM: admarshall@xxxxxxxxx
Web: http://h0lug.sourceforge.net
Zone: ICT (IndoChina Time; GMT/UTC+7)

< Previous Next >
References