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

2013-12-02 Thread Wayne Fay
s with mvn/eclipse > compiler ... ? > > -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:3

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

2013-12-02 Thread Ron Wheeler
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 À : Maven Users List Objet : Re: Maven compilation error "is not wit

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

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

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

2013-12-02 Thread Stuart McCulloch
3 15:35 > À : Maven Users List > Objet : Re: Maven compilation error "is not within its bound" > > On 2 Dec 2013, at 11:15, Adrien Ruffié wrote: > >> I have found more information here: >> >> http://stackoverflow.com/questions/19266797/different-compil

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

2013-12-02 Thread Adrien Ruffié
re 2013 15:35 À : Maven Users List Objet : Re: Maven compilation error "is not within its bound" On 2 Dec 2013, at 11:15, Adrien Ruffié wrote: > I have found more information here: > > http://stackoverflow.com/questions/19266797/different-compilation-beha > vior-w >

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

2013-12-02 Thread Stuart McCulloch
.0-v_771 > > > > > But I get the following error I attached file > > Do you know how I can correctly build my project ? > > > > > -Message d'origine----- > De : Alexander Kriegisch [mailto:alexan...@kriegisch.name] > Env

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

2013-12-02 Thread Adrien Ruffié
} -Message d'origine- De : Alexander Kriegisch [mailto:alexan...@kriegisch.name] Envoyé : lundi 2 décembre 2013 10:55 À : users@maven.apache.org Objet : Re: Maven compilation error "is not within its bound" Maven does not compile anything, the Java compiler

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

2013-12-02 Thread Alexander Kriegisch
Eclipse/Maven ? > > Great thank again > > Adrien > > -Message d'origine- > De : Alexander Kriegisch [mailto:alexan...@kriegisch.name] > Envoyé : lundi 2 décembre 2013 10:24 > À : Maven Users List > Objet : Re: Maven compilation error "is not within its bound&qu

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

2013-12-02 Thread Adrien Ruffié
@kriegisch.name] 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 generi

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