Re: Upgrade to 3.1.1 causes problems

2013-12-02 Thread Collins Solutions
I will put this on another machine and see if I am getting the same thing. My PATH is as follows: /usr/lib64/qt-3.3/bin:/usr/libexec/lightdm:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/usr/lib/jvm/ibm-jdk7.0-6.0/bin:/opt/maven-3.1.1/bin:/opt/ant-1.9.2/bin:/home/rcollins/.local/bin:/

Re: Upgrade to 3.1.1 causes problems

2013-12-02 Thread Wayne Fay
>> What software is listening on HTTP port 2727 of the machine named >> "tyrone" and version? ... > Sorry about that. Sonatype Nexus 2.6.4-02 OK, I just wanted to know but I doubt that has much impact on this issue... IIUC java.lang.LinkageError means there's a binary incompatability betw

Re: Maven compilation error "is not within its bound"

2013-12-02 Thread Wayne Fay
Try again but specify "mvn -X clean compile" so we can see that Maven is actually using the Eclipse compiler as you say that you have specified. And don't attach log files to you email - they are oftentimes stripped. Please post the text to pastebin or gist and send us a link. Wayne On Mon, Dec

Re: Adding plugins

2013-12-02 Thread Ron Wheeler
Some advice for starting out with Maven. http://blog.artifact-software.com/tech/?p=177 Setup a Maven repo usining one of the free repo packages. Then you just proxy whatever external repos you need and put your artifacts in hosted repos . These are tied into a virtual repo that your settings.x

Re: Maven compilation error "is not within its bound"

2013-12-02 Thread Ron Wheeler
Find out what compiler Eclipse uses and install a copy on your workstation and tell maven to use that. (I think that setting JAVA_HOME might do the trick.) Ron On 02/12/2013 10:31 AM, Adrien Ruffié wrote: Not very well ... sorry it is a very bad problem because I'm cannot upgrade to Java 1

RE: Maven compilation error "is not within its bound"

2013-12-02 Thread Adrien Ruffié
No sorry with this configuration I have again generic compilation problem like following in attached file, I don't have this problem if I use general javac compiler and also in Eclipse, why these appears with mvn/eclipse compiler ... ? -Message d'origine- De : Stuart McCulloch [mailto:mccu

Re: Maven compilation error "is not within its bound"

2013-12-02 Thread Stuart McCulloch
On 2 Dec 2013, at 15:31, Adrien Ruffié wrote: > Not very well ... sorry it is a very bad problem because I'm cannot upgrade > to Java 1.7 and all not give me satisfaction in compilation, so Eclipse work > well ... I don't have idea You shouldn't need to upgrade to Java 1.7 to use the eclipse co

RE: Maven compilation error "is not within its bound"

2013-12-02 Thread Adrien Ruffié
Not very well ... sorry it is a very bad problem because I'm cannot upgrade to Java 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 À 

Re: Maven compilation error "is not within its bound"

2013-12-02 Thread Stuart McCulloch
On 2 Dec 2013, at 11:15, Adrien Ruffié wrote: > I have found more information here: > > http://stackoverflow.com/questions/19266797/different-compilation-behavior-w > ith-type-cast-between-eclipse-and-maven/19267547#19267547 > > that say: > > "Eclipse comes with its own Java compiler; Maven us

Re: Adding plugins

2013-12-02 Thread Anders Hammar
The simplest solution is to add it to your pom.xml. However, there are scenarios when this will not work and is not the best solution. We need a lot more info to help you decide which is the most appropriate solution for you. Also, you would probably fins a lot of info if you google "maven add plu

Re: Adding plugins

2013-12-02 Thread enrique bernal ruiz
How can I do that? Do i have to edit settings.xml? also edit pom.xml? How can I do that? Thanks! 2013/12/2 Anders Hammar > Yes, you can configure/instruct Maven to use more than one repository. > > /Anders > > > On Mon, Dec 2, 2013 at 12:55 PM, enrique bernal ruiz > wrote: > > > Hello all, > >

Re: Adding plugins

2013-12-02 Thread Anders Hammar
Yes, you can configure/instruct Maven to use more than one repository. /Anders On Mon, Dec 2, 2013 at 12:55 PM, enrique bernal ruiz wrote: > Hello all, > > I am novice using maven and I have some doubts. > Is it possible to execute plugins, which are stored in diferent places? > I have some pl

Adding plugins

2013-12-02 Thread enrique bernal ruiz
Hello all, I am novice using maven and I have some doubts. Is it possible to execute plugins, which are stored in diferent places? I have some plugins stored in my PC and I would like to use some plugins from the apache maven repossitory but I can not put all plugins together in the same place.

RE: Maven compilation error "is not within its bound"

2013-12-02 Thread Adrien Ruffié
Well, Sorry I have try with 2 following plugin setting but nothing work correctly: Java.version property = 1.6 org.apache.maven.plugins maven-compiler-plugin 3.1

Re: Maven compilation error "is not within its bound"

2013-12-02 Thread Alexander Kriegisch
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, as you can see in the parent POM: http://svn.apache.org/v

RE: Maven compilation error "is not within its bound"

2013-12-02 Thread Adrien Ruffié
Hello Alexander, Thank you very much for your response, For maven version is 3.0.4, the property java.version is set to 1.6 and my Eclipse project is 1.6 in compiler properties tab. I cannot use Maven+Eclipse to package my webapp because, it is Jenkins with maven which package, but maven doesn'

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 tho

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 ompany\frontline\display\render\custom\ImageHandleBarRenderBo