dev@glassfish.java.net

do you build javahelp?

From: Bobby Bissett <Robert.Bissett_at_Sun.COM>
Date: Thu, 24 Sep 2009 12:37:57 -0400

I'm looking for modules that use/build javahelp. As far as I can tell,
no one is building it -- is that right?

These modules depend on it (I guess):

hostname% find . -name "pom.xml" | xargs grep javahelp
./extras/upgrade/upgrade-jar/pom.xml: <Class-
Path>kernel.jar admin-cli.jar stax-osgi.jar admin-cli-l10n.jar
javahelp-2.0.02.jar</Class-Path>
./extras/upgrade/upgrade-jar/pom.xml: <artifactId>javahelp</
artifactId>
./packager/glassfish-common-tmp/pom.xml: <!-- javahelp jar -->
./packager/glassfish-common-tmp/pom.xml:
<artifactId>javahelp</artifactId>
./verifier/verifier-impl/pom.xml: <artifactId>javahelp</
artifactId>

Is "packager/glassfish-common-tmp" considered a module? I've been
asked to check on javahelp dependencies (or vice versa) and don't have
the brain power to understand what the packager stuff above is about.
Someone put the javahelp jar file in the modules directory, so it
seems that someone is depending on it.

Thanks,
Bobby