Re: Compilation doesn't generate a compilation error

2004-11-08 Thread Felipe Leme
Hervé, I tried to reproduced it, but the error didn't happen. So, could you try to create a minimum testcase (probably a zip with the project.xml and HelloWorld.java in the proper place)? -- Felipe On Fri, 2004-11-05 at 07:59, Hervé Guidetti wrote: > Hi all, > > I am a newbee with Maven. I j

RE: Compilation doesn't generate a compilation error

2004-11-08 Thread Jean-Marc Lavoie
.class file and try to compile it again. Do a maven clean and it should be OK. Regards Jean-Marc -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 6:33 PM To: Maven Users List Subject: Re: Compilation doesn't generate a compilation e

Re: Compilation doesn't generate a compilation error

2004-11-05 Thread Brett Porter
that's odd. Can you file this in JIRA, then someone will try to reproduce it. On Fri, 5 Nov 2004 10:59:15 +0100, Hervé Guidetti <[EMAIL PROTECTED]> wrote: > Hi all, > > I am a newbee with Maven. I just have tested it. > I have created a little "HelloWorld" class. I have written a wrong code on