p.s. This is documented "somewhere" in Selenium already - but it's possible that this deserves a bug report on that project as well. If they are executing a new process via the java Runtime class then I know it shouldn't be very hard for them to parse standard err / out and detect if the browser they are looking for doesn't exist and report it appropriately to standard error for the main process if that is the case.
On Jan 14, 2008 2:46 PM, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > Sure thing, happy to help out another "Kuhn" name derivative. ;) > > > On Jan 14, 2008 2:40 PM, Lars Kühne <[EMAIL PROTECTED]> wrote: > > On Jan 11, 2008 10:31 PM, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > > Maybe firefox isn't on your path. (make sure firefox && firefox-bin > > > both resolve from command line - ie doing a "which firefox" and "which > > > firefox-bin" should tell you if it is) > > > > THANKS Jesse, that was it: On Ubuntu, firefox is in the path but > > firefox-bin is not. When I added /usr/lib/firefox to the PATH the > > build works fine. I'll add that info to the Jira ticket. > > > > Cheers, > > Lars > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > Jesse Kuhnert > Tapestry / OGNL / Dojo team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > -- Jesse Kuhnert Tapestry / OGNL / Dojo team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
