Well, where is this threadpool-1.0.jar you're referring to? I've looked
on ibiblio.org/maven (the central maven repository) and it's not
there...

You'll have to put this library into your local repository...usually
under
<user-home-dir>/.maven/repository/<groupId>/jars/<artifactId>-<version>.jar

See http://maven.apache.org for more information on getting started with
maven.

HTH,

john

On Fri, 2004-08-06 at 15:49, Isabella wrote:
> I want two new dependency in my project.xml, but the error following occur:
> 
> Attempting to download threadpool.jar.
> WARNING: Failed to download threadpool.jar.
> The build cannot continue because of the following unsatisfied dependencies:
> threadpool.jar
> 
> And in the project.xml:
>  <dependency>
>         <groupId>threadpool</groupId>
>         <artifactId>threadpool</artifactId>
>         <version>1.0</version>
>         <jar>threadpool.jar</jar>
> </dependency>
-- 
John Casey
[EMAIL PROTECTED]
CommonJava Open Components Project
http://www.commonjava.org


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

Reply via email to