Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
Hello all, I have my webapp projet in Eclipse which compile correctly but when I try to perform mvn clean compile, several following logs appears: [ERROR] \Java\Workspaces\Indigo\mycompanycrm4\mycompany-webapp\src\main\java\com\myc

Re: Maven compilation error is not within its bound

2013-12-02 Thread Alexander Kriegisch
Do Eclipse and Maven use the same compiler source/target versions? Which is you Maven version? To me it looks like you do have a problem with generics there. Maybe you use a new feature from a Java version greater than the one used by Maven. Hard to speculate without source code and pom.xml

RE: Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
] Envoyé : lundi 2 décembre 2013 10:24 À : Maven Users List Objet : Re: Maven compilation error is not within its bound Do Eclipse and Maven use the same compiler source/target versions? Which is you Maven version? To me it looks like you do have a problem with generics there. Maybe you use a new

Re: Maven compilation error is not within its bound

2013-12-02 Thread Alexander Kriegisch
see which compiler source/target is used by Eclipse/Maven ? Great thank again Adrien -Message d#039;origine- De : Alexander Kriegisch [mailto:alexan...@kriegisch.name] Envoyé : lundi 2 décembre 2013 10:24 À : Maven Users List Objet : Re: Maven compilation error quot

RE: Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
 : Re: Maven compilation error is not within its bound Maven does not compile anything, the Java compiler does. The Maven Compiler Plugin is used to configure compilation according to your needs: http://maven.apache.org/plugins/maven-compiler-plugin/ Maven default source/target version is 1.5

Re: Maven compilation error is not within its bound

2013-12-02 Thread Stuart McCulloch
Objet : Re: Maven compilation error is not within its bound Maven does not compile anything, the Java compiler does. The Maven Compiler Plugin is used to configure compilation according to your needs: http://maven.apache.org/plugins/maven-compiler-plugin/ Maven default source/target

RE: Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
 : Maven Users List Objet : Re: Maven compilation error is not within its bound On 2 Dec 2013, at 11:15, Adrien Ruffié adriennolar...@hotmail.fr wrote: I have found more information here: http://stackoverflow.com/questions/19266797/different-compilation-beha vior-w ith-type-cast-between

Re: Maven compilation error is not within its bound

2013-12-02 Thread Stuart McCulloch
Users List Objet : Re: Maven compilation error is not within its bound On 2 Dec 2013, at 11:15, Adrien Ruffié adriennolar...@hotmail.fr wrote: I have found more information here: http://stackoverflow.com/questions/19266797/different-compilation-beha vior-w ith-type-cast-between-eclipse

RE: Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
[mailto:mccu...@gmail.com] Envoyé : lundi 2 décembre 2013 16:47 À : Maven Users List Objet : Re: Maven compilation error is not within its bound On 2 Dec 2013, at 15:31, Adrien Ruffié adriennolar...@hotmail.fr wrote: Not very well ... sorry it is a very bad problem because I'm cannot upgrade to Java 1.7

Re: Maven compilation error is not within its bound

2013-12-02 Thread Ron Wheeler
1.7 and all not give me satisfaction in compilation, so Eclipse work well ... I don't have idea -Message d'origine- De : Stuart McCulloch [mailto:mccu...@gmail.com] Envoyé : lundi 2 décembre 2013 15:35 À : Maven Users List Objet : Re: Maven compilation error is not within its bound On 2

Re: Maven compilation error is not within its bound

2013-12-02 Thread Wayne Fay
... ? -Message d'origine- De : Stuart McCulloch [mailto:mccu...@gmail.com] Envoyé : lundi 2 décembre 2013 16:47 À : Maven Users List Objet : Re: Maven compilation error is not within its bound On 2 Dec 2013, at 15:31, Adrien Ruffié adriennolar...@hotmail.fr wrote: Not very well

Re: maven compilation error

2012-06-26 Thread Belhadj abdessalem
. -- View this message in context: http://maven.40175.n5.nabble.com/maven-compilation-error-tp5711968.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

maven compilation error

2012-06-25 Thread mbb216
Build error Reason:cannot execute mojjo:it requires a project with an existing pom.xml but the build is not in use What is the reason for this erroe in maven. -- View this message in context: http://maven.40175.n5.nabble.com/maven-compilation-error-tp5711968.html Sent from the Maven - Users

Re: maven compilation error

2012-06-25 Thread Wayne Fay
Build error Reason:cannot execute mojjo:it requires a project with an existing pom.xml but the build is not in use What is the reason for this erroe in maven. What mojo are you trying to execute? No one can help you without more information. Wayne

Confluence Atlas-Maven Compilation error

2010-04-16 Thread Raghuveer
When I tried to convert the classes in java files through decompile and run atlas-compile command, I get following error.com.atlassian.confluence.plugin.base:confluence-plugin-base:pom:27 I have my SDK at E:\atlassian-plugin-sdk-3.0.4\apache-maven. Logs:

Re: Confluence Atlas-Maven Compilation error

2010-04-16 Thread Justin Edelson
This looks like Atlassian's issue. Their repository server is down. See http://forums.atlassian.com/thread.jspa?threadID=43075tstart=0 Justin On 4/16/10 10:01 AM, Raghuveer wrote: When I tried to convert the classes in java files through decompile and run atlas-compile command, I get

Re: Maven compilation error

2008-11-12 Thread neptune_pluto
Thanks man Mathus :) - Original Message - From: Baptiste MATHUS [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Sat, 8 Nov 2008 19:42:05 +0530 (IST) Subject: Re: Maven compilation error Hi, See the maven-compiler-plugin: http://maven.apache.org/plugins/maven-compiler

Re: Maven compilation error

2008-11-08 Thread Baptiste MATHUS
Hi, See the maven-compiler-plugin: http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#encodingadd the encoding tag inside the configuration one. Cheers. 2008/11/8 [EMAIL PROTECTED] Hi, When i am compiling the classes using mvn com[ile,I am gettin the followiug

Maven compilation error

2008-11-07 Thread neptune_pluto
Hi, When i am compiling the classes using mvn com[ile,I am gettin the followiug exceptions... INFO] Compilation failure error: IO exception sun.io.MalformedInputException error: IO exception sun.io.MalformedInputException error: IO exception sun.io.MalformedInputException error: IO exception