build problem

2010-03-02 Thread Bámer Balázs
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

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

2010-03-02 Thread kolaloka
at: Tue Mar 02 12:19:30 CET 2010 [INFO] Final Memory: 32M/254M [INFO] best regards: Balázs Bámer -- View this message in context: http://old.nabble.com/build-problem-tp27754729p27755262.html Sent from the Maven - Users mailing

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]

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

Re: build problem

2010-03-02 Thread kolaloka
this message in context: http://old.nabble.com/build-problem-tp27754729p27755478.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

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

Re: build problem

2010-03-02 Thread kolaloka
errors. (there are more test errors above, but I don't think they are interesting). Best regards: Balázs Bámer -- View this message in context: http://old.nabble.com/build-problem-tp27754729p27756093.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: build problem

2010-03-02 Thread kolaloka
/version typejar/type optionalfalse/optional /dependency ... best regards: Balázs Bámer -- View this message in context: http://old.nabble.com/build-problem-tp27754729p27756402.html Sent from the Maven - Users mailing list archive at Nabble.com

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:

Re: build problem

2010-03-02 Thread kolaloka
by hand (javac). Best regards: Balázs Bámer -- View this message in context: http://old.nabble.com/build-problem-tp27754729p27759330.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Build problem using profiles

2009-01-15 Thread Wind Heart
Hi, I have two profiles defined in pom.xml. Any ways I can build two wars of both profiles in on line of command? i.e. mvn install -P development,production and place them at different location? Thanks in advance, Vincent -- View this message in context: http://www.nabble.com/Build-problem

Archiva Build Problem

2008-09-19 Thread waaraa1331
failed due to previous errors Sep 19, 2008 10:45:04 AM org.apache.coyote.http11.Http11Protocol start -- View this message in context: http://n2.nabble.com/Archiva-Build-Problem-tp1101374p1101374.html Sent from the maven users mailing list archive at Nabble.com

Re: Archiva Build Problem

2008-09-19 Thread Wendy Smoak
On Fri, Sep 19, 2008 at 9:34 AM, waaraa1331 [EMAIL PROTECTED] wrote: Here is my error message. Solaris 10 SPARC apache-tomcat-6.0.18 archiva 1.1.2 Archiva has separate mailing lists... you can find subscription info on this page: http://archiva.apache.org/mail-lists.html (I haven't tried

Re: Archiva Build Problem

2008-09-19 Thread Wayne Fay
You should really be able to parse that stack trace and find the error... Hint: look for the word initial cause. Wayne On Fri, Sep 19, 2008 at 9:40 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, Sep 19, 2008 at 9:34 AM, waaraa1331 [EMAIL PROTECTED] wrote: Here is my error message. Solaris

m2eclipse's build problem - pmd:cpd doesn't have a default lifecycle phase

2008-09-05 Thread komadich
. -- View this message in context: http://www.nabble.com/m2eclipse%27s-build-problem---pmd%3Acpd-doesn%27t-have-a-default-lifecycle-phase-tp19329122p19329122.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: m2eclipse's build problem - pmd:cpd doesn't have a default lifecycle phase

2008-09-05 Thread Eugene Kuleshov
in your POM. I don't get this error when launching Maven commands from the command prompt. -- View this message in context: http://www.nabble.com/m2eclipse%27s-build-problem---pmd%3Acpd-doesn%27t-have-a-default-lifecycle-phase-tp19329122p19335863.html Sent from the Maven - Users mailing

Eclipse build problem

2008-07-28 Thread Stoil Valchkov
Hi, I'm trying to build Eclipse build with maven. In my case there is a library bundle which is just a package of some jars used by other plugins. The problem is that other plugins being build by maven depend on some of those jars and unfortunately I get compilation errors for all of that cases.

qpid-java-client build problem related to maven.

2008-02-01 Thread tech mxiao
hi,everyone: I encountered a problem when i built qpid-java-client, the following is the detailed outpu,from that, I don't why it download packages from: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-site-plugin/2.0-beta-5/maven-site-plugin-2.0-beta-5.pom

Re: Maven Build Problem - XFire

2007-07-12 Thread MPF
regards. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Maven-Build-Problem---XFire-tf4062190s177.html#a11554464

Re: Maven Build Problem - XFire

2007-07-12 Thread Siegfried Goeschl
Hi Markus, I use the following dependencies for my xfire client !-- xfire dependencies -- dependency groupIdorg.codehaus.xfire/groupId artifactIdxfire-aegis/artifactId version1.2.6/version /dependency dependency groupIdorg.codehaus.xfire/groupId

Maven Build Problem - XFire

2007-07-11 Thread MPF
= AddressModel, propOrder = { So some/all xfire dependencies missed? best regards. -- View this message in context: http://www.nabble.com/Maven-Build-Problem---XFire-tf4062190s177.html#a11541186 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven Build Problem - XFire

2007-07-11 Thread Siegfried Goeschl
Hi Markus, I'm not using the xfire-plugin but +) which XFire version are you using - starting with 1.2.3 it ships with a full pom declaring all dependencies +) when using older version you might check out http://xfire.codehaus.org/Dependency+Guide Cheers, Siegfried Goeschl MPF wrote:

Maven 1.0.2 build problem

2007-05-18 Thread brownk13
this message in context: http://www.nabble.com/Maven-1.0.2-build-problem-tf3778230s177.html#a10683841 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Open Im build problem

2007-05-10 Thread Numan Ilyas
Dear, I m compiling Open IM with Maven 2.0.6 with the command mvn install but i m not able to compile OpenIm. Please help me in this regard. And following is the surefire Report. --- Test set:

Re: Open Im build problem

2007-05-10 Thread Antonio Petrelli
2007/5/10, Numan Ilyas [EMAIL PROTECTED]: Dear, I m compiling Open IM with Maven 2.0.6 with the command mvn install but i m not able to compile OpenIm. Please help me in this regard. I think you should ask the Open IM team for that. Antonio

Re: Open Im build problem

2007-05-10 Thread Emmanuel Venisse
You can file an issue there: http://jira.codehaus.org/browse/OPENIM Emmanuel Numan Ilyas a écrit : Dear, I m compiling Open IM with Maven 2.0.6 with the command mvn install but i m not able to compile OpenIm. Please help me in this regard. And following is the surefire Report.

RE: excluding parent jar and Continuum build problem

2006-04-07 Thread Vijay Shanker
Thanks Alexandre, Sorry for confusion. Actually, I have following parent POM dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version scopecompile/scope /dependency dependency groupIdj2ee/groupId

Re: excluding parent jar and Continuum build problem

2006-04-07 Thread Alexandre Poitras
I guess you are declaring your dependency in your parents to tell Maven which version it should use? If it's the case, you should should use the dependencyManagement section instead. On 4/7/06, Vijay Shanker [EMAIL PROTECTED] wrote: Thanks Alexandre, Sorry for confusion. Actually, I have

RE: Build problem

2005-11-01 Thread Allison, Bob
] Sent: Tuesday, November 01, 2005 07:01 To: continuum-users@maven.apache.org Subject: Build problem Continuum build failing, not sure what the cause is. Using Maven2 and Continuum1. Log :- jvm 1| 2005-11-01 09:00:00,013 [scheduler1_Worker-11] INFO SchedulesActivator

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|

Another build problem

2005-04-11 Thread Ilyevsky, Leonid (Equity Trading)
My next build problem, see below. It is looking for commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom And it is not there. [EMAIL PROTECTED] /home/lilyevsk/workspace/lex $ m2 install [INFO] [INFO

Re: Another build problem

2005-04-11 Thread Brett Porter
the problem to commons-dev@jakarta.apache.org - I will do this now. commons-logging-1.0.3 works... - Brett On Apr 12, 2005 2:14 AM, Ilyevsky, Leonid (Equity Trading) [EMAIL PROTECTED] wrote: My next build problem, see below. It is looking for commons-logging/commons-logging/1.0.4/commons

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 projects.

RE: Build problem related to test distribution

2003-09-16 Thread Mark Langley
-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 where I have some general

RE: Build problem related to test distribution

2003-09-16 Thread Trygve Laugstøl
- 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 where I have some general utility