Re: eclipse and maven discrepancies

2009-04-23 Thread Jeremy Whiting
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://www.nabble.com/eclipse-and-maven-discrepancies-tp9733929p23197348.html Sent from the Maven - Users mailing list archive

Re: eclipse and maven discrepancies

2007-04-05 Thread Rolf Strijdhorst
Yes I've read the conversation. and it works. I can finally go on with cavaeatemptor On 4/5/07, Wayne Fay [EMAIL PROTECTED] wrote: I actually sent another email to the list with some more details: dateApr 3, 2007 10:25 AM subject Surefire TestNG troubles

Re: eclipse and maven discrepancies

2007-04-04 Thread Rolf Strijdhorst
Hi Wayne, I have the tests working in eclipse, but not in maven. And even then eclipse and maven need to work together because of some problems in project building with eclipse. As I've stated before for some reason my maven build fails with testng because surefire and testng and the embedded

Re: eclipse and maven discrepancies

2007-04-04 Thread Wayne Fay
I actually sent another email to the list with some more details: dateApr 3, 2007 10:25 AM subject Surefire TestNG troubles Mark D. responded that TestNG's API changed so they break Surefire, but this is currently being worked on, so hopefully we'll get

Re: eclipse and maven discrepancies

2007-04-02 Thread Thorsten Heit
Hi Rolf, this is not a junit test but a testng. Transactions are handled in the testmethods themselves. The error messages are not describing the real error. The problem is that for some reason during the maven execution of the test. Testng and the embeddable ejb container have some

Re: eclipse and maven discrepancies

2007-04-02 Thread Wayne Fay
Rolf, just wondering how far along you got in converting the CaveatEmptor JPA/EJB3/Hibernate app from Ant to Maven... I've been working on this myself some this morning. Were you ever 100% successful? Assuming you were, we should send your modified zip to Hibernate for inclusion on their

Re: eclipse and maven discrepancies

2007-03-30 Thread Thorsten Heit
Hi Rolf, The errors i get are in the target/surefire-report dir in two files. i give the contents of the xml file *snip* failure type=javax.naming.NameNotFoundException message=EntityManagerFactories not bound javax.naming.NameNotFoundException: EntityManagerFactories not bound at

Re: eclipse and maven discrepancies

2007-03-30 Thread Rolf Strijdhorst
Hi Thorsten, this is not a junit test but a testng. Transactions are handled in the testmethods themselves. The error messages are not describing the real error. The problem is that for some reason during the maven execution of the test. Testng and the embeddable ejb container have some

Re: eclipse and maven discrepancies

2007-03-29 Thread Thorsten Heit
Hi Rolf, using the standard directory layout of maven my resources in src/main/resourses are not copied during an eclipse full build. (neither are the ones in src/test/resources). Yes, that's normal: Eclipse only compiles Java source files contained in the configured source folders (Project

Re: eclipse and maven discrepancies

2007-03-29 Thread Rolf Strijdhorst
Hi Thorsten, Strange all my resource directories (src/main/resources, src/test/resources, src/main/java, scr/test/java) are all included in the build path but only the resources in src/main/java and in src/test/java show up in target/classes I have checked the buildpath for excluded and included