Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
jsip/how-to-run-the-tck.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (16 sloc)
798 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here are instructions on how to configure and run the TCK | |
--------------------------------------------------------- | |
Pre-requisites: ant, junit and log4j. | |
The TCK is run as an ant junit target from build.xml | |
You need install the the ant junit extension. | |
-- junit.jar file must be in Ant lib directory to work. | |
Edit ant-build-config.properties and make sure the settings correspond | |
to what you have installed. | |
Edit tck.properties and set the path to your implementation there. | |
To run the tck do as follows from a command prompt: | |
ant runtck | |
The TCK will take about 15 minutes to run and posts a running log on your | |
console. | |
You can look at the results of your run in test-reports/html/index.html | |
To post a challenge to the tck : send mail to the user@jain-sip.dev.java.net | |
mailing list | |