dev@glassfish.java.net

Re: where does javahelp.jar come from in v3 build?

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Tue, 01 Dec 2009 11:23:09 -0800

Looks like it's downloaded from the Maven central repository:

http://repo1.maven.org/maven2/javax/help/javahelp/2.0.02/

v3/pom.xml:
           <dependency>
                <groupId>javax.help</groupId>
                <artifactId>javahelp</artifactId>
                <version>2.0.02</version>
            </dependency>

I don't know who publishes it the Maven central repo.

Jane


Snjezana Sevo-Zenzerovic wrote:
> This is unconfirmed hunch, but it is quite possible that jhall.jar
> from this workspace got published to maven with javahelp ArtifactID so
> it got effectively renamed at that point...
>
> Bobby Bissett wrote:
>> Yes, this again.
>>
>> Where does javahelp.jar come from that's included in the modules dir?
>> When I build the workspace, it doesn't create such a jar:
>>
>> hostname% ls external/javahelp/javahelp_nbproject/dist/lib
>> jh-client.jar jh.jar jhall.jar
>> jhbasic.jar jsearch-client.jar jsearch-indexer.jar
>> jsearch-misc.jar jsearch.jar
>>
>> Thanks,
>> Bobby
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>