The SUN -and some other, like Oracle - JARs are not automatically downloaded :
http://maven.apache.org/reference/standard-sun-jar-names.html

For these JARs it is normal that the central repository contains only the POMs.

The situation is improving, though :
http://blogs.codehaus.org/people/brett/archives/001138_glassfish_sun_jars_may_soon_be_in_the_maven_repository.html

For now, just follow the log advice :)
Try downloading the file manually from
http://java.sun.com/products/jta
and install it using the command:
m2 install:install-file -DgroupId=jta -DartifactId=jta -Dversion=1.0.1b
-Dpackaging=jar -Dfile=/path/to/file

Regards,
Yann

--- Ashley Williams <[EMAIL PROTECTED]> a écrit :

> Just checked the directory in the error message and can see the pom,  
> but no corresponding jar file. Has somebody deleted it by mistake? Is  
> this normal?
> 
> On 9 Sep 2005, at 16:56, Ashley Williams wrote:
> 
> > Thought I'd give continuum a look but I'm having trouble building  
> > it - getting the following error:
> >
> > [INFO] Main Error:
> >   Unable to download the artifact from any repository
> >   jta:jta:1.0.1b:jar
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2)
> > Path to dependency:
> >         1) org.apache.maven.continuum:continuum-model:jar:1.0- 
> > beta-1-SNAPSHOT
> >         2) jpox:jpox-enhancer:jar:1.1.0-beta-4
> >         3) jpox:jpox:jar:1.1.0-beta-4
> >         4) jta:jta:jar:1.0.1b
> >
> >
> >
> > Try downloading the file manually from
> >   http://java.sun.com/products/jta
> > and install it using the command:
> >   m2 install:install-file -DgroupId=jta -DartifactId=jta - 
> > Dversion=1.0.1b -Dpackaging=jar -Dfile=/path/to/file
> >
> > ***
> >
> > Before I start looking into the last paragraph, does anyone know if  
> > there is a simple fix for this?? Assuming the continuum project is  
> > automating its own build, presumably they don't have to perform  
> > this manual intervention.
> >
> > -AW
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to