Hi,

I tried to have maven do the download but it wouldn't.

Is maven not able to do use sourceforge download? What's the story?

Please don't tell me to just download it manually. That obviously works. Why not automatic?

Thanks,

Craig
[Bruiser:jdo/trunk/tck20] clr% maven runtck.jdori
__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.1

Attempting to download jpox-SNAPSHOT.jar.
Attempting to download jdo2-api-SNAPSHOT.jar.
Artifact /apache-jdo/jars/jdo2-api-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
Attempting to download jpox-enhancer-SNAPSHOT.jar.
Attempting to download jdo2-enhancer-SNAPSHOT.jar.
Artifact /apache-jdo/jars/jdo2-enhancer-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
Attempting to download jdo2-core-SNAPSHOT.jar.
Artifact /apache-jdo/jars/jdo2-core-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
Attempting to download jpox-c3p0-SNAPSHOT.jar.
Attempting to download jpox-dbcp-SNAPSHOT.jar.
Attempting to download c3p0-0.9.0.jar.
WARNING: Failed to download c3p0-0.9.0.jar.
The build cannot continue because of the following unsatisfied dependency:


Total time: 15 seconds
Finished at: Sat Aug 06 20:31:32 PDT 2005


On Aug 5, 2005, at 3:26 AM, Michael Watzek wrote:

Hi,

I suggest to update the reference to c3p0 to version "0.9.0". The attached file contains a patch of "project.xml". Before you run the patch, make sure to download that version. This is the download URL:


Regards,
Michael
-- 
-------------------------------------------------------------------
Michael Watzek                  [EMAIL PROTECTED] Engineering GmbH
mailto:[EMAIL PROTECTED]        Buelowstr. 66
Tel.:  ++49/30/235 520 36       10783 Berlin - Germany
Fax.:  ++49/30/217 520 12       http://www.spree.de/
-------------------------------------------------------------------
Index: project.xml
===================================================================
--- project.xml    (revision 230421)
+++ project.xml    (working copy)
@@ -120,8 +120,8 @@
         <dependency>
             <groupId>c3p0</groupId>
             <artifactId>c3p0</artifactId>
-            <version>0.9.0-pre6</version>
+            <version>0.9.0</version>
         </dependency>
         <dependency>
             <groupId>commons-dbcp</groupId>


Craig Russell

Architect, Sun Java Enterprise System http://java.sun.com/products/jdo

408 276-5638 mailto:[EMAIL PROTECTED]

P.S. A good JDO? O, Gasp!


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to