Ciaran Treanor <[EMAIL PROTECTED]> wrote on 21/11/2003 12:15:23 AM: > Hi, > I'm wondering how I can specify that $HOME should be added to > the classpath before running unit tests and when generating > the project files using the eclipse plugin. You don't do things this way with Maven.
With maven you declare your dependency on specific files (jars etc) rather than anything found in a directory. Does this help? If not, give us some more info on what you need to do. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
