On the official Selenium blog (http://seleniumhq.wordpress.com/) it mentions that Maven is no longer used to build the Selenium project. Can anyone provide me some guidance on the new preferred method for building the selenium project? Everything I’ve found online is really out of date, referencing the old SVN repos and Maven.
Thanks in advance!
-Dan
To build the new Selenium code we are now using Rake to build everything.
Because Selenium and WebDriver are currently merging a new build process was created. All you need to do is get the latest code out of http://code.google.com/p/selenium and then follow the steps in http://code.google.com/p/selenium/wiki/BuildingWebDriver
There are still a few things that don’t build from the Rake file like the .NET stuff but you can build that in Visual Studio.
EDIT:
To build the RC it is
rake selenium-server-standalone. That will build the jar that you want. It creates the uber jar that has the Selenium 1 RC and the Selenium 2 Remote Driver