Eclipse Development with Maven

2007-02-12 Thread Jeremy Whitlock
Hi All, I have googled the terms above and have come up with marginal results. I would like to ask on the mailing lists if it is possible to build/test Eclipse plugins with Maven. If so, is there any good documentation on this? Take care, Jeremy

Re: openejb-core tests

2007-01-22 Thread Jeremy Whitlock
Jörg, We'll see. I've reinstalled everything except the operating system, including my network equipment. I'll update you all when I have answers. Take care, Jeremy On 1/22/07, Jörg Schaible [EMAIL PROTECTED] wrote: Hi Jeremy, Jeremy Whitlock wrote on Sunday, January 21, 2007 9:05 PM

Re: openejb-core tests

2007-01-21 Thread Jeremy Whitlock
Jörg, Not that I'm aware. The bigger problem is Why does it work for others but not me? I will see if I can resolve this but it appears to be very specific to my network. Take care, Jeremy On 1/20/07, Jörg Schaible [EMAIL PROTECTED] wrote: Hi Jeremy, Jeremy Whitlock wrote: Hi All

openejb-core tests

2007-01-19 Thread Jeremy Whitlock
Hi All, While looking over a patch today, I have ran into a situation that I cannot explain and I was hoping someone might be able to help. If I run mvn test from openejb3/container/openejb-core, the tests all run properly and pass. If I run mvn test from openejb3/, the previously passing

Re: PROPFIND + authorization failed

2006-11-07 Thread Jeremy Whitlock
In the event you are behind an MS ISA Proxy, use the following proxy to help you get through: http://freshmeat.net/projects/ntlmaps/ Run this proxy and tell your Subversion client, or Maven, to use the APS proxy. Take care, Jeremy On 11/7/06, Barrie Treloar [EMAIL PROTECTED] wrote: On

Re: Proper In-Container Integration Tests

2006-06-13 Thread Jeremy Whitlock
, a solution that would not require any JUnit/Java magic. If there is no other option then your approach and my existing experience with embedding Jetty will come in handy. ;) Take care, Jeremy On 6/13/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/12/06, Jeremy Whitlock [EMAIL PROTECTED] wrote: I

Proper In-Container Integration Tests

2006-06-12 Thread Jeremy Whitlock
Hi all, I would like to know the proper way to run in-container integration/unit tests for applications built/tested using Maven. I have tried to run jetty6:run before the test phase but it does not start as a daemon or forked so Maven never continues to finish running the rest of the

RE: Make usefile false for JUnit

2004-03-19 Thread Jeremy Whitlock
: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 2:32 PM To: Maven Users List Subject: Re: Make usefile false for JUnit Jeremy Whitlock wrote: I can't seem to get maven change the junit param of userfile to false. Can someone help me out? Thanks, I've only been

RE: Make usefile false for JUnit

2004-03-19 Thread Jeremy Whitlock
Matthew, Thanks for your help. I'm new to Maven. :) Laters, Jeremy -Original Message- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 2:52 PM To: Maven Users List Subject: Re: Make usefile false for JUnit Jeremy Whitlock wrote: Thanks