Mauro, Thank you so much. That worked great!
On Sat, Jan 2, 2010 at 6:44 AM, Mauro Talevi <[email protected]> wrote: > Christopher Gardner wrote: >> >> Mauro, >> >> I used 7-zip. This version of the project still needs the JBehave >> 2.3.2 jars added to the lib directory. >> > > Hi Christopher, > > please find attached a working version of the sample. > > The reason it was not working was that you were using the static method > > ClassLoader.getSystemResourceAsStream("ws.properties") > > instead of the non-static > > classLoader.getResourceAsStream("ws.properties") > > in the ServerConfigurator.load(ClassLoader) method. > > Note that I've slightly modified the build.xml to download the dependencies > to the lib dir using the Maven anttasks. To use you need to have > maven-ant-tasks-2.x.y.jar in the ANT_HOME/lib dir. Or you can copy the > jars manually of course :-) > > Cheers > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
