You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Matthias Wessendorf <ma...@matthias-wessendorf.de> on 2004/08/27 16:36:39 UTC

[Sandbox/Email] - Maven

hi,

when I try to run Maven,
I got that:

WARNING: Failed to download activation-1.0.2.jar.
The build cannot continue because of the following unsatisfied
dependencies:

javamail-1.2.jar (try downloading from
http://java.sun.com/products/javamail/)
activation-1.0.2.jar (try downloading from
http://java.sun.com/products/javabeans/glasgow/jaf.html)

Total time: 5 seconds



Any workarounds ?

--
Matthias Weßendorf
Aechterhoek 18
DE-48282 Emsdetten
Germany
Email: matthias AT wessendorf DOT net
URL: http://www.wessendorf.net


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [Sandbox/Email] - Maven

Posted by Dirk Verbeeck <di...@pandora.be>.
You have to download those 2 jars yourself, give them the correct name 
and put them in your local maven repository.

-- Dirk


Matthias Wessendorf wrote:
> hi,
> 
> when I try to run Maven,
> I got that:
> 
> WARNING: Failed to download activation-1.0.2.jar.
> The build cannot continue because of the following unsatisfied
> dependencies:
> 
> javamail-1.2.jar (try downloading from
> http://java.sun.com/products/javamail/)
> activation-1.0.2.jar (try downloading from
> http://java.sun.com/products/javabeans/glasgow/jaf.html)
> 
> Total time: 5 seconds
> 
> 
> 
> Any workarounds ?
> 
> --
> Matthias Weßendorf
> Aechterhoek 18
> DE-48282 Emsdetten
> Germany
> Email: matthias AT wessendorf DOT net
> URL: http://www.wessendorf.net
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [Sandbox/Email] - Maven

Posted by Dion Gillard <di...@gmail.com>.
Download the jars manually and place them in your repo.

On Fri, 27 Aug 2004 16:36:39 +0200, Matthias Wessendorf
<ma...@matthias-wessendorf.de> wrote:
> hi,
> 
> when I try to run Maven,
> I got that:
> 
> WARNING: Failed to download activation-1.0.2.jar.
> The build cannot continue because of the following unsatisfied
> dependencies:
> 
> javamail-1.2.jar (try downloading from
> http://java.sun.com/products/javamail/)
> activation-1.0.2.jar (try downloading from
> http://java.sun.com/products/javabeans/glasgow/jaf.html)
> 
> Total time: 5 seconds
> 
> Any workarounds ?
> 
> --
> Matthias Weßendorf
> Aechterhoek 18
> DE-48282 Emsdetten
> Germany
> Email: matthias AT wessendorf DOT net
> URL: http://www.wessendorf.net
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[solved] RE: [Sandbox/Email] - Maven

Posted by Matthias Wessendorf <ma...@matthias-wessendorf.de>.
thanks guys,

the jar-issue is runnin' now!

Regards,
Matthias

> -----Original Message-----
> From: Joe Germuska [mailto:Joe@Germuska.com] 
> Sent: Friday, August 27, 2004 4:47 PM
> To: Jakarta Commons Developers List
> Subject: Re: [Sandbox/Email] - Maven
> 
> 
> You need to manually put those jars in your local repository; because 
> of Sun's licensing, there is no public repository from which they can 
> be downloaded.
> 
> You probably already have the jars somewhere, so you can just 
> put them in :
> 
> ~/.maven/repository/javamail/jars/javamail-1.2.jar
> ~/.maven/repository/jaf/jars/activation-1.0.2.jar
> 
> Hope that helps,
> 	Joe
> 
> 
> At 4:36 PM +0200 8/27/04, Matthias Wessendorf wrote:
> >hi,
> >
> >when I try to run Maven,
> >I got that:
> >
> >WARNING: Failed to download activation-1.0.2.jar.
> >The build cannot continue because of the following unsatisfied
> >dependencies:
> >
> >javamail-1.2.jar (try downloading from
> >http://java.sun.com/products/javamail/)
> >activation-1.0.2.jar (try downloading from
> >http://java.sun.com/products/javabeans/glasgow/jaf.html)
> >
> >Total time: 5 seconds
> >
> >
> >Any workarounds ?
> 
> 
> -- 
> Joe Germuska            
> Joe@Germuska.com  
> http://blog.germuska.com    
> "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn 
> back; I'll know I'm in the wrong place."
>     - Carlos Santana
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [Sandbox/Email] - Maven

Posted by Joe Germuska <Jo...@Germuska.com>.
You need to manually put those jars in your local repository; because 
of Sun's licensing, there is no public repository from which they can 
be downloaded.

You probably already have the jars somewhere, so you can just put them in :

~/.maven/repository/javamail/jars/javamail-1.2.jar
~/.maven/repository/jaf/jars/activation-1.0.2.jar

Hope that helps,
	Joe


At 4:36 PM +0200 8/27/04, Matthias Wessendorf wrote:
>hi,
>
>when I try to run Maven,
>I got that:
>
>WARNING: Failed to download activation-1.0.2.jar.
>The build cannot continue because of the following unsatisfied
>dependencies:
>
>javamail-1.2.jar (try downloading from
>http://java.sun.com/products/javamail/)
>activation-1.0.2.jar (try downloading from
>http://java.sun.com/products/javabeans/glasgow/jaf.html)
>
>Total time: 5 seconds
>
>
>Any workarounds ?


-- 
Joe Germuska            
Joe@Germuska.com  
http://blog.germuska.com    
"In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn 
back; I'll know I'm in the wrong place."
    - Carlos Santana