|
BuildingJTracertFromSVN
IntroductionYou can get the source code of jTracert and build it yourself. It will allow you to use the latest version without waiting for the next release. Getting the codejTracert source code is stored in SVN on googlecode.com server. See Source page for details. You need to install some SVN client, console or GUI. See this page for details: http://subversion.tigris.org/links.html#clients Building jTracertjTracert utilizes Apache ANT for building. You can download it here: http://ant.apache.org/bindownload.cgi Version 1.7 is fine. In order to build jTracert, just go the folder with the sources, and type 'ant' That's it! Now you have latest jTracert jar file placed to deploy folder Executing integration testsjTracert comes with a set of integration tests. In order to execute them just type 'ant integration.test' |