My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
BuildingJTracertFromSVN  
Building latest version of jTracert from SVN
Featured, Phase-Implementation
Updated Feb 4, 2010 by Dmitry.Bedrin

Introduction

You 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 code

jTracert 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 jTracert

jTracert 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 tests

jTracert comes with a set of integration tests. In order to execute them just type 'ant integration.test'


Sign in to add a comment
Powered by Google Project Hosting