Re: How to configurate java.class.path property under a given test

2007-10-23 Thread David
Dear members, Concerning to the original problem, I think the solution could come from: org.apache.maven.plugins maven-surefire-plugin once java.class.path ${maven.test.classpath};

Re: How to configurate java.class.path property under a given test

2007-10-23 Thread Tim Kettler
e Oct 23 15:36:26 CEST 2007 > [INFO] Final Memory: 4M/7M > [INFO] > ------------------------ > P:\ceb2b2000-commons\ceb2b2000-commons-io> > > > - Original Message > From: Tim Kettler <[EMAIL PROTECTED]> &g

Re: How to configurate java.class.path property under a given test

2007-10-23 Thread David
: Tuesday, October 23, 2007 3:07:48 PM Subject: Re: How to configurate java.class.path property under a given test David schrieb: > Dear members, > > I have a method that find a file on classpath and I want to check that it > works fine. My testing class works fine > under Ecli

Re: How to configurate java.class.path property under a given test

2007-10-23 Thread Tim Kettler
David schrieb: > Dear members, > > I have a method that find a file on classpath and I want to check that it > works fine. My testing class works fine > under Eclipse, for example but under mave it doesn't work properly. The > reason is that during the testing process I > assume there is at leas

How to configurate java.class.path property under a given test

2007-10-23 Thread David
Dear members, I have a method that find a file on classpath and I want to check that it works fine. My testing class works fine under Eclipse, for example but under mave it doesn't work properly. The reason is that during the testing process I assume there is at least a directory location on cl