Re: [mojo-user] User Extensions

2012-04-27 Thread Paul Lhussiez
Ok, I'm so dumb. D:/_AUDIENS/workspace/trunk/agepro-prototype/src/test/resources/user-extensions.js Instead of : D:/_AUDIENS/workspace/trunk/agepro-prototype/src/test/resources/user-extensions.js So this works. (but defaultUserExtensionsEnabled must true because the file is appended) 2012/4

Re: [mojo-user] User Extensions

2012-04-27 Thread Paul Lhussiez
Thanks for your advice Mirko, I'll give it a try. After trying : /user-extensions.js It seems that it still doesn't work. This is really weird. Must I activate the ? (true or false) I'll search about that... But that's hard to find how it works... Thanks for your help everyone. 2012/4/26 Mirko

Re: [mojo-user] User Extensions

2012-04-26 Thread Mirko Friedenhagen
Hello Paul, you could give: /user-extensions.js a try, all resources in src/test/resources should be in the test class path and as you put it into the upmost directory you should be able to access it via "/" as resource. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github

Re: [mojo-user] User Extensions

2012-04-26 Thread Paul Lhussiez
I managed to get my user-extensions-loaded. true D:/_AUDIENS/workspace/trunk/agepro-prototype/src/test/resources/user-extensions.js Simpler than I thought... Thanks a lot :) 2012/4/26 Olivier Lamy > > http://mojo.codehaus.org/selenium-maven-plugin/start-server-mojo.html#defaultUserExtensions >

Re: [mojo-user] User Extensions

2012-04-26 Thread Olivier Lamy
http://mojo.codehaus.org/selenium-maven-plugin/start-server-mojo.html#defaultUserExtensions Point it to a resource available (check is done in the following order): * as a File * as an URL * as a resource available in classloader (the mojo use Thread.currentThread().contextClassLoader.getResource(

Re: [mojo-user] User Extensions

2012-04-26 Thread Paul Lhussiez
Oh ok, that's why I was afraid of mailing lists. It's about maven-selenium-plugin. Sorry for my mistake ^^ 2012/4/26 Wayne Fay > > I'm not familiar with mailing list, I hope I'm not doing a mistake ^^ > > So I have a problem with the tag. How am I > supposed > > to use it ? > > This mailing li

Re: [mojo-user] User Extensions

2012-04-26 Thread Wayne Fay
> I'm not familiar with mailing list, I hope I'm not doing a mistake ^^ > So I have a problem with the tag. How am I supposed > to use it ? This mailing list is a general bucket which supports lots of plugins. Which plugin in particular are you looking for help with? It is common for people to i