Developers

From Autodrive
Revision as of 11:43, 28 February 2013 by Hjortskov (Talk | contribs) (Source code)

Jump to: navigation, search

This chapter describes useful information for developers or people wanting to know about compiling and eventual extending the autodriver.

Source code

Please see the project page @ sourceforge

Java version

Java version used is 1.7 or later. Much of the driver should be able to compile with lower versions though.

Compile

mvn clean & cls & mvn install

Dependency information

Not all dependencies are found in maven repositories. To remedy missing dependencies either provide the jar files or remove the plugin using them.

Javadoc

JavaDoc documentation can be found here

Extending functionality