0

I need to apply a few patches to the Selenium CaptureNetworkTrafficCommand.java code.

In order to test the fixes, I will need to rebuild the selenium-server.jar.

Is there any easy way to build the selenium server if I'm only changing this file?

I've try both maven and rake and both seems to fail building.

user41767
  • 1,217
  • 1
  • 17
  • 26

1 Answers1

1

Since Selenium 1 is part of the new Selenium 2 code to keep backwards compatibility you need to follow the Selenium 2 build process.

To build the server do

go selenium-server-standalone

and to build Selenium jars do

go selenium
AutomatedTester
  • 22,188
  • 7
  • 49
  • 62