Hi All,
I have problems building the Geotools 2.5.8 source. It requires Maven 2.1.0, I
have 2.2.1. It is just out of the box without Oracle jars, which I have to add
to it. I installed them in the local repository with commands like
mvn install:install-file
-Dfile=/home/balazs/georaster/product/11.2.0/dbhome_1/jdbc/lib/ojdbc6.jar
-DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar
and put fragments like
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0</version>
<type>jar</type>
<optional>false</optional>
</dependency>
into the pom.xml in geotools source root.
However, Maven keeps complaining about missing classes.
What can be wrong? Can I have Maven output somehow the javac and similar steps
of the build to be able to repeat it by hand?
thank you in advance, best regards: Balázs Bámer
Telefon, mobil TV, SMS, internet egy havi díjért. MédiaMánia díjcsomagok most
dupla benne foglalt forgalommal. T-Mobile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]