RE: How does maven set the class path?

2003-07-01 Thread Jason van Zyl
Subject: RE: How does maven set the class path? On Mon, 2003-06-30 at 17:59, Moretti, Luciano (MED) wrote: I copied them manually before I ran maven. Use the unitTest/ element like the following: unitTest !-- includes -- !-- excludes -- resources resource directory

How does maven set the class path?

2003-06-30 Thread Moretti, Luciano (MED)
Hello Again I've got a junit test that requires access to a resource file on the class path. The files are normally copied to the classes/com/ge/gemsit/test directory when built directly with Ant, but this does not see to work with maven. What does maven set the class path to by default?

Re: How does maven set the class path?

2003-06-30 Thread Paul Libbrecht
Moretti, Luciano (MED) wrote: Hello Again I've got a junit test that requires access to a resource file on the class path. The files are normally copied to the classes/com/ge/gemsit/test directory when built directly with Ant, but this does not see to work with maven. What does maven set the

RE: How does maven set the class path?

2003-06-30 Thread Moretti, Luciano (MED)
I copied them manually before I ran maven. Luciano -Original Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 4:55 PM To: Maven Users List Subject: Re: How does maven set the class path? Moretti, Luciano (MED) wrote: Hello Again I've got

Re: How does maven set the class path?

2003-06-30 Thread Paul Libbrecht
To: Maven Users List Subject: Re: How does maven set the class path? Moretti, Luciano (MED) wrote: Hello Again I've got a junit test that requires access to a resource file on the class path. The files are normally copied to the classes/com/ge/gemsit/test directory when built directly with Ant

RE: How does maven set the class path?

2003-06-30 Thread Jason van Zyl
include**/*.properties/include include**/*.xml/include /includes /resource /resources /unitTest Luciano -Original Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 4:55 PM To: Maven Users List Subject: Re: How does maven