Re: build problem

2010-03-02 Thread kolaloka
Hi all, I've found out that there are some fake jars or similars in this source to allow it build without Oracle jars. There is a switch to allow build with the real Oracle jar. I need other ones as well, and couldn't get around this mechanism, so decided to build the Geotools plugin I need by ha

Re: build problem

2010-03-02 Thread Wayne Fay
> Here is my modification in the main pom.xml: > > bal...@black:/usr/local/src/geotools-2.5.8$ less pom.xml Does this mean its working now, or still having problems? Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache

Re: build problem

2010-03-02 Thread kolaloka
Hi Eduardo, >It's not enough to have the jar's in your repository, you must list >them in the pom.xml file so they are used during compilation. Here is my modification in the main pom.xml: bal...@black:/usr/local/src/geotools-2.5.8$ less pom.xml ... com.oracl

Re: build problem

2010-03-02 Thread kolaloka
Hi Csaba, > Maybe try downgrading to version 2.0.9 or try with a newer version of > the Geotools source code. I've removed all the 2.2.1 Maven stuff including repository. Installed the Ubuntu package maven2 2.0.9 and installed all the Oracle libraries again. mvn compile ends up in the same erro

Re: build problem

2010-03-02 Thread Eduardo M KALINOWSKI
On Ter, 02 Mar 2010, kolaloka wrote: Looking into the repository for an actual class bal...@black:~/.m2/repository/com/oracle$ (for i in `find . -type f|grep jar$`; do unzip -l $i; done) |grep STRUCT 5985 06-16-04 11:33 oracle/sql/STRUCT.class 2830 07-31-09 19:31 oracle/sql/JAVA_S

Re: build problem

2010-03-02 Thread kolaloka
Hi Eduardo, Seems like you are missing one or more dependencies in the pom for this project, or their scopes are incorrect. What does this mean? Looking into the repository for an actual class bal...@black:~/.m2/repository/com/oracle$ (for i in `find . -type f|grep jar$`; do unzip -l $i; done

Re: build problem

2010-03-02 Thread Gajo Csaba
Well it can't find oracle.spatial.georaster and some other packages. But looks like you can't build this project at all with your version of Maven: http://www.mail-archive.com/geotools-gt2-us...@lists.sourceforge.net/msg07357.html Maybe try downgrading to version 2.0.9 or try with a newer vers

Re: build problem

2010-03-02 Thread Eduardo M KALINOWSKI
On Ter, 02 Mar 2010, kolaloka wrote: and this is the output: bal...@black:/usr/local/src/geotools-2.5.8$ mvn compile [snip] [INFO] Building imagemosaic-jdbc module [INFO]task-segment: [compile] [INFO] [INFO] [resources:

Re: build problem

2010-03-02 Thread kolaloka
Hi Csaba, This is what I find in the repository: bal...@black:~/.m2/repository/com/oracle$ find . ./sdoapi ./sdoapi/11.2.0 ./sdoapi/11.2.0/sdoapi-11.2.0.jar ./sdoapi/maven-metadata-local.xml ./xdb ./xdb/11.2.0 ./xdb/11.2.0/xdb-11.2.0.jar ./xdb/maven-metadata-local.xml ./sdotype ./sdotype/11.2.0

Re: build problem

2010-03-02 Thread Gajo Csaba
Hi, Maven should output the javac compilation error to you. If you didn't see it, it means Maven hasn't reached the point to compile it yet. Maybe you could send us the complete output you get from Maven to see why it doesn't work. It seems to me that you've installed the jar file correctly (

Re: Build problem

2005-11-01 Thread Emmanuel Venisse
I already answer to your previous mail but it seems it never arrive on the list. This pb is fixed in svn, it's due to a pb in scm execution. Emmanuel Malcolm Wong Ho a écrit : Continuum build failing, not sure what the cause is. Using Maven2 and Continuum1. Log :- jvm 1| 2005-11-

RE: Build problem

2005-11-01 Thread Allison, Bob
It looks like there is a problem checking out your sources. Please make sure that the SCM information in the project is correct and that you can use the same information to check out the project from the command line. -Original Message- From: Malcolm Wong Ho [mailto:[EMAIL PROTECTED] Sen

RE: Build problem related to test distribution

2003-09-16 Thread Trygve Laugstøl
en > discussed before, and if so, why it would be rejected. > > Thanks, > > Mark > > > -Original Message- > From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] > Sent: September 16, 2003 3:35 AM > To: Maven Users List > Subject: Re: Build problem related

RE: Build problem related to test distribution

2003-09-16 Thread Mark Langley
Thanks, Mark -Original Message- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: September 16, 2003 3:35 AM To: Maven Users List Subject: Re: Build problem related to test distribution On Mon, 15 Sep 2003, Gil César Faria wrote: > Hello everybody! > > I have a basic project w

Re: Build problem related to test distribution

2003-09-16 Thread Trygve Laugstøl
On Mon, 15 Sep 2003, Gil César Faria wrote: > Hello everybody! > > I have a basic project where I have some general utility classes used by > all other maven projects. > Inside this general project, i have some abstract test classes that > should be used within all other > test classes of all proj