You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wendy Smoak <ws...@gmail.com> on 2008/03/01 05:30:19 UTC

Re: Misleading error message in Maven2? If not where are .jar files?

On Fri, Feb 29, 2008 at 9:09 PM, lanchez <ap...@purpleblade.net> wrote:

>  I went to the following URL : http://java.sun.com/products/jms/docs.html
>  to download a jar to put in the repo but at this URL there are only PDF
>  files (no reference impl's).

There's one link for the specification, and another that says
"Download the version 1.1 API Documentation, ___Jar___ and Source".
The latter should have what you're looking for.

There's more info about Sun jars, here:
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Misleading error message in Maven2? If not where are .jar files?

Posted by Wayne Fay <wa...@gmail.com>.
Or just use the Geronimo spec jars:
http://repo1.maven.org/maven2/geronimo-spec/geronimo-spec-jms/1.1-rc4/

  <groupId>geronimo-spec</groupId>
  <artifactId>geronimo-spec-jms</artifactId>
  <version>1.1-rc4</version>

Wayne

On 2/29/08, Wendy Smoak <ws...@gmail.com> wrote:
> On Fri, Feb 29, 2008 at 9:09 PM, lanchez <ap...@purpleblade.net> wrote:
>
> >  I went to the following URL : http://java.sun.com/products/jms/docs.html
> >  to download a jar to put in the repo but at this URL there are only PDF
> >  files (no reference impl's).
>
> There's one link for the specification, and another that says
> "Download the version 1.1 API Documentation, ___Jar___ and Source".
> The latter should have what you're looking for.
>
> There's more info about Sun jars, here:
> http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org