Re: eclipse and maven discrepancies

2009-04-23 Thread Jeremy Whiting
you >> checked >> that? >> > >> > >> > Cheers >> > >> > Thorsten >> > >> > - >> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org >>

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 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 som

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 co

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 download

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-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 conflict

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* > message="EntityManagerFactories not bound"> > javax.naming.NameNotFoundException: EntityManagerFactories not bound > at org.jnp.server.NamingServer.getBinding(Na

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 p

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 (Proj

eclipse and maven discrepancies

2007-03-29 Thread Rolf Strijdhorst
Hi all right now i am trying to convert the hibernate/jpa caveatemptor application in an maven project. The tools i am using are maven2 and eclipse. in Eclipse I am using the testng plugin and in maven2 the surfire plugin and a dependency on testng. however I have the following problems: using th