You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Mark Lybarger <Ma...@CBC-Companies.com> on 2004/01/23 16:00:10 UTC

building turbine

i'm trying to build turbine source.  i'm getting the following message:

C:\cbc\jakarta-turbine-2.3>"C:\Program Files\Apache Software Foundation\Maven 1.0-rc1\bin\
maven"
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Attempting to download activation-1.0.2.jar.
WARNING: Failed to download activation-1.0.2.jar.
Attempting to download javamail-1.3.1.jar.
WARNING: Failed to download javamail-1.3.1.jar.
Attempting to download jdbc-2.0.jar.
WARNING: Failed to download jdbc-2.0.jar.
Attempting to download jndi-1.2.1.jar.
WARNING: Failed to download jndi-1.2.1.jar.
The build cannot continue because of the following unsatisfied dependencies:

activation-1.0.2.jar (try downloading from http://java.sun.com/products/javabeans/glasgow/
jaf.html)
javamail-1.3.1.jar (try downloading from http://java.sun.com/products/javamail/)
jdbc-2.0.jar (try downloading from http://java.sun.com/products/jdbc/)
jndi-1.2.1.jar (try downloading from http://java.sun.com/products/jndi/)

Total time: 4 seconds
Finished at: Fri Jan 23 09:56:23 EST 2004



i have downloaded the activation.jar (renamed it to the above name since sun just names it activation.jar), and put it into %MAVEN_HOME%\repository as noted in the README.txt.  i'm not that familiar w/ maven, so i'm probably doing something wrong.  i also tried to put the activation-1.0.2.jar in %MAVEN_HOME%\repository\activation\jars and in c:\.maven\repository\ and in c:\.maven\repository\activation and c:\.maven\repository\activation (c:\.maven seems to be where maven gets the jars it needs.)

where do i put these jars?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.560 / Virus Database: 352 - Release Date: 1/8/2004
 


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


Re: building turbine

Posted by Jeff Painter <pa...@kiasoft.com>.
It is not obvious at first glance

	/home/painter/.maven/repository/jaf/jars/activation-1.0.2.jar

is where it worked for me

Jeffery Painter


On Fri, 23 Jan 2004, Mark Lybarger wrote:

> i'm trying to build turbine source.  i'm getting the following message:
> 
> C:\cbc\jakarta-turbine-2.3>"C:\Program Files\Apache Software Foundation\Maven 1.0-rc1\bin\
> maven"
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> 
> Attempting to download activation-1.0.2.jar.
> WARNING: Failed to download activation-1.0.2.jar.
> Attempting to download javamail-1.3.1.jar.
> WARNING: Failed to download javamail-1.3.1.jar.
> Attempting to download jdbc-2.0.jar.
> WARNING: Failed to download jdbc-2.0.jar.
> Attempting to download jndi-1.2.1.jar.
> WARNING: Failed to download jndi-1.2.1.jar.
> The build cannot continue because of the following unsatisfied dependencies:
> 
> activation-1.0.2.jar (try downloading from http://java.sun.com/products/javabeans/glasgow/
> jaf.html)
> javamail-1.3.1.jar (try downloading from http://java.sun.com/products/javamail/)
> jdbc-2.0.jar (try downloading from http://java.sun.com/products/jdbc/)
> jndi-1.2.1.jar (try downloading from http://java.sun.com/products/jndi/)
> 
> Total time: 4 seconds
> Finished at: Fri Jan 23 09:56:23 EST 2004
> 
> 
> 
> i have downloaded the activation.jar (renamed it to the above name since sun just names it activation.jar), and put it into %MAVEN_HOME%\repository as noted in the README.txt.  i'm not that familiar w/ maven, so i'm probably doing something wrong.  i also tried to put the activation-1.0.2.jar in %MAVEN_HOME%\repository\activation\jars and in c:\.maven\repository\ and in c:\.maven\repository\activation and c:\.maven\repository\activation (c:\.maven seems to be where maven gets the jars it needs.)
> 
> where do i put these jars?
> 


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