+----------------------------------------
| Executing clean,jar:install geotools-oraclespatial
| Memory: 34M/59M
+----------------------------------------
Attempting to download ojdbc-14.jar.
WARNING: Failed to download ojdbc-14.jar.

BUILD FAILED

I looked at the project.xml and I see:

<!-- To use for real - download the ojdbc14.jar from oracle:
         copy ojdbc14.jar to ~/.maven/repository/oracle/jars/ojdbc-14.jar

The test cases will try and connect to an oracle server on localhost;
        or on the server indicated by a XXXX.properties file.
     -->
   <dependency>
         <artifactId>ojdbc</artifactId>
         <groupId>oracle</groupId>
         <version>14</version>
       </dependency>
   <!-- To use for fake:
        Uncomment the following section, it downloads a jar full of
        "Mock Objects" so you can compile without downloading the real
        thing from oracle.
    -->
   <!--dependency>
     <artifactId>dummy_spatial</artifactId>
     <groupId>oracle</groupId>
     <version>8.1.8</version>
   </dependency-->
   <!-- end of optional dependencies -->

So, if I comment the first part and uncomment the 2nd, I can at least get the module to build.

Is this something we can change in SVN because I'm sure everyone will be having the same problem.

dave




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to