Re: maven 2 alpha 1 and generics (java 5)

2005-05-02 Thread Brett Porter
Correct. I didn't think this affected all platforms. You can use the version "1.0-alpha-2-SNAPSHOT" for maven-compiler-plugin as a workaround. Cheers, Brett On 5/3/05, c_inconnu3 <[EMAIL PROTECTED]> wrote: > NB (for people with the same problem): > > Thank you for your answer but i could not ma

Re: maven 2 alpha 1 and generics (java 5)

2005-05-02 Thread c_inconnu3
NB (for people with the same problem): Thank you for your answer but i could not manage to get it work So i searched the web and found a case on jira for maven2 (*MNG-278 *). It is a fix for alpha2 ; i am currently using alpha1. Thanks David Brett Porte

Re: maven 2 alpha 1 and generics (java 5)

2005-04-30 Thread Brett Porter
What you need is in your project.xml: maven-compiler-plugin 1.0-alpha-1 1.5 1.5 - Brett On 5/1/05, c_inconnu3 <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying the new maven 2 alpha 1 (long life to Maven !) with Java 5 > and windows XP. But when i run "m2 co

maven 2 alpha 1 and generics (java 5)

2005-04-30 Thread c_inconnu3
Hi, I am trying the new maven 2 alpha 1 (long life to Maven !) with Java 5 and windows XP. But when i run "m2 compile" with a source file containing generics, I get the following error : [INFO] [INFO] Building null [IN