Hi Peter, > > > Is there no way way you can do new FileInputStream( > "config1.xml" ) under Maven ?
You can do something like : new FileInputStream( System.getProperty( "basedir" ) + "/src/test/...." ); Arnaud --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
