Setting up a new jre to maven

2006-11-10 Thread Allan Valeriano
? thanks in advance Allan Valeriano

Setting up a new jre to maven

2006-11-13 Thread Allan Valeriano
? thanks in advance Allan Valeriano

Re: Setting up a new jre to maven

2006-11-13 Thread Allan Valeriano
this. Should I put this tags in the pom.xml with the packaging "jar" or it's correct to be in the "pom"? thanks in advance, Allan Valeriano On 11/13/06, Wayne Fay < [EMAIL PROTECTED]> wrote: We already did. There were 5 responses to your original email sent on Friday. W

Re: Setting up a new jre to maven

2006-11-14 Thread Allan Valeriano
at org.apache.maven.surefire.booter.SurefireBooter.main( SurefireBooter.java:747) Anybody has any idea about what might be causing this error? Thanks in advance Allan Valeriano On 11/13/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Then I have no idea why its not working for Aaron... ;-) Wayne On 11/13/06, Arnaud Bailly <[EMAI

Re: Setting up a new jre to maven

2006-11-14 Thread Allan Valeriano
Thanks a lot for the help. =) It was exactly my problem. java was pointing to 1.4 and javac was pointing to 5. Allan Valeriano On 11/14/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Unsupported major.minor version indicates you're trying to run a newer-compiled Java class in an older J

Default target

2006-11-22 Thread Allan Valeriano
Hi, I'd like to know if, on a multi-module project, maven uses a target directory for each module separately or if it has just one target directory for the parent project and all the modules save their class files on this default directory. thanks in advance Allan Valeriano

Re: Default target

2006-11-22 Thread Allan Valeriano
I did, but I got confused if they were from maven or eclipse. Thanks for the help Allan Valeriano On 11/22/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Any particular reason you didn't just make a multi-module project and find out for yourself? This is one of those things you can ver

Test failure

2006-12-07 Thread Allan Valeriano
rror happening? thanks in advance Allan Valeriano

Re: Test failure

2006-12-11 Thread Allan Valeriano
were " + test.nbErrors + " error(s)"); } } } After that, I made something like that to test my application, but then I got the previous error, and some time after, I discovered that it was because Maven was not reading my main method. Is there any way to set up maven to do it so? th