No problem I've had this problem many times before. The thing that threw me at first was the error I got running from Eclipse was "address already in use" so I spent a bunch of time trying to figure out what that could possibly be.
On Friday, February 26, 2016, Bob Harner <bobhar...@gmail.com> wrote: > Yep, sorry we didn't get the docs updated before you ran into that. As you > saw, an older Firefox version is needed. (Or, current Firefox versions work > with upgraded versions of Selenium (v2.52.0) long as a build.gradle is > switched to use Java 1.7 or newer.) > Firefox 42 worked > > On Friday, February 26, 2016, Barry Books <trs...@gmail.com <javascript:;>> > wrote: > > > I downloaded Firefox version 40 and it at least tries to run the test > > cases but crashes. Is there a preferred version? > > > > On Friday, February 26, 2016, Barry Books <trs...@gmail.com > <javascript:;> > > <javascript:_e(%7B%7D,'cvml','trs...@gmail.com <javascript:;>');>> > wrote: > > > >> Now that 5.4 is out I'd like to submit a couple of small patches so I > >> downloaded 5.4 and followed the instructions here > >> > >> https://tapestry.apache.org/building-tapestry-from-source.html > >> > >> everything went smoothly but the following tests fail > >> > >> ActivationContextIntegrationTests. testStartup > >> > >> ActivationContextIntegrationTests2. testStartup > >> > >> DoctypeTests. testStartup > >> > >> PageCatalogTests. testStartup > >> > >> ProductionModeTests. testStartup > >> > >> AppFolderTests. testStartup > >> > >> LinkTransformerIntegrationTest. testStartup > >> > >> ReloadTests. testStartup > >> > >> GridSymbolDemoTests. testStartup > >> > >> When I run gradle build from the command line I get this message in > >> Firefox (version 44.0.2) running on OS X 10.11.3 > >> > >> Firefox can't find the file at > >> > > chrome://src/content/RemoteRunner.html?sessionId=2b72c3d62fe64efc89a7a00e35e19f1c&multiWindow=true&baseUrl= > >> > > http://localhost:9090/&debugMode=false&driverUrl=http://localhost:4444/selenium-server/driver/ > >> . > >> > >> which seems to match this issue which basically says this is deprecated > >> and no longer works > >> > >> https://github.com/SeleniumHQ/selenium/issues/1444 > >> > >> Is this the case or is there some other trick that's not in the build > >> instructions? > >> > >> > >> > >> >