Re: Runtime Dependencies Question

2004-08-23 Thread matthew.hawthorne
Bain, Sinclair wrote: Thanks Matthew! That seems to have done the trick! Would you happen to know why? No problem. I think that, by default, Maven runs the tests in the same VM that it builds in, which includes all of the libraries which Maven itself depends upon. Maven seems to depend on an ea

RE: Runtime Dependencies Question

2004-08-23 Thread Carlos Sanchez
t; To: Maven Users List > Subject: RE: Runtime Dependencies Question > > Thanks Matthew! > > That seems to have done the trick! > > Would you happen to know why? > > > > sinclair > > > -Original Message- > From: matthew.hawthorne [mailto:

RE: Runtime Dependencies Question

2004-08-23 Thread Bain, Sinclair
Thanks Matthew! That seems to have done the trick! Would you happen to know why? sinclair -Original Message- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 3:30 PM To: Maven Users List Subject: Re: Runtime Dependencies Question Bain, Sinclair wrote

Re: Runtime Dependencies Question

2004-08-23 Thread matthew.hawthorne
Bain, Sinclair wrote: Ant has the 'boolean' property however I have been unable to identify an equivalent in maven. How can I encourage my test cases to use the xerces 2.6.1 version which is in the local repository and specified in the project.xml as follows: Try setting maven.junit.fork=true I

Runtime Dependencies Question

2004-08-23 Thread Bain, Sinclair
Hi Our project has a runtime(/test-time) dependency upon the . However when executing 'maven test:test' the 2.6.1 version is not used. It appears that the from the '(%MAVEN_HOME%)/lib/endorsed' is used by maven. Ant has the 'boolean' property however I have been unable to identify an equiv