|
| 1 | + |
| 2 | +JAIN-SIP 1.2 Reference Implementation |
| 3 | +-------------------------------------- |
| 4 | +CONTENTS |
| 5 | +------- |
| 6 | +See docs/index.html |
| 7 | + |
| 8 | +BUILD Notes |
| 9 | +----------- |
| 10 | +Platforms: |
| 11 | +--------- |
| 12 | +You need to install J2SE JDK 1.5 or above. You can |
| 13 | +get the SDK from http://www.javasoft.com |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +Dependencies |
| 18 | +------------ |
| 19 | + |
| 20 | +1. You need to install ant and the junit extension for ant on your machine. |
| 21 | +2. You need to have junit.jar in your classpath. |
| 22 | +3. You need to have log4j.jar in your classpath (included in this distribution). |
| 23 | + |
| 24 | +There are versions of the dependent libraries in the lib directory. |
| 25 | +For your build environment, please edit ant-build-config.properties. |
| 26 | + |
| 27 | +YOU DO NOT need jdom.jar and ant.jar. These are strictly for buildng |
| 28 | +the ant tools. |
| 29 | + |
| 30 | +Building It from Scratch |
| 31 | +------------------------- |
| 32 | +The distribution is pre-built but should you feel inclined to make changes, |
| 33 | +or run the examples, you may wish to rebuild everything. |
| 34 | + |
| 35 | +ant make |
| 36 | + |
| 37 | +Builds everything. |
| 38 | + |
| 39 | + |
| 40 | +Building the TCK |
| 41 | +---------------- |
| 42 | + |
| 43 | +Edit tck.properties and set the claspath to your implementation. |
| 44 | + |
| 45 | +ant runtck |
| 46 | + |
| 47 | +(builds a jar file containing the TCK and runs it). |
| 48 | + |
| 49 | +Look in test-reports to see the results of your run. |
| 50 | + |
| 51 | +Extensions |
| 52 | +---------- |
| 53 | + |
| 54 | +IMS Headers, headers in gov.nist.javax.sip.extension and all the classes that are |
| 55 | +suffixed with Ext in their name can be used without concern as they will be included |
| 56 | +in the next generation of the API. |
| 57 | + |
| 58 | +---------------------------------------------------------------------------- |
| 59 | +Running the examples |
| 60 | + |
| 61 | +Please ensure that the directory classes (relative to where you have |
| 62 | +built the distribution) is included in the classpath. Ant targets |
| 63 | +are provided in each example directory to run the examples. |
| 64 | + |
| 65 | +How to get Source Code Refreshes |
| 66 | +-------------------------------- |
| 67 | + |
| 68 | +CVS Snapshot |
| 69 | +------------ |
| 70 | + |
| 71 | +For those who cannot access CVS thanks to draconian IT administrative |
| 72 | +policies, here is a HTTP url where a cruise control snapshot is grabbed |
| 73 | +from the stable CVS repository and dumped: |
| 74 | + |
| 75 | +http://download.java.net/communications/jain-sip/nightly/ |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | +---------------------------------------------------------------------------- |
| 80 | +CVS Access |
| 81 | +---------- |
| 82 | + |
| 83 | +The "stable" cvs reposiotory is located on java.net. To download from CVS |
| 84 | +(higly recommended), visit |
| 85 | + |
| 86 | +http://jain-sip.dev.java.net/ |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | +And follow the instructions there. |
| 91 | + |
| 92 | + |
| 93 | +You can browse the source code online here: |
| 94 | + |
| 95 | +http://jain-sip.dev.java.net/source/browse/jain-sip/ |
| 96 | + |
| 97 | + |
| 98 | +Note that you need to be logged in to java.net in order to acces the source |
| 99 | +from cvs. |
| 100 | + |
| 101 | + |
| 102 | +---------------------------------------------------------------------------- |
| 103 | + |
| 104 | +Credits |
| 105 | +-------- |
| 106 | + |
| 107 | +Architecture / API design: |
| 108 | +------------------------- |
| 109 | + |
| 110 | +JAIN-SIP: Joint Spec Leads -- Phelim O'Doherty (BEA) and M. Ranganathan (NIST). |
| 111 | +JAIN-SDP: The SDP API spec lead is Kelvin Porter from Cisco. |
| 112 | + |
| 113 | +Implementation Lead: |
| 114 | +--------------------- |
| 115 | +"M. Ranganathan" < [email protected]> |
| 116 | + |
| 117 | +Implementation Team ( version 1.2) |
| 118 | +---------------------------------- |
| 119 | +"M. Ranganathan" < [email protected]> |
| 120 | +"Jeroen van Bemmel" < [email protected]> |
| 121 | + |
| 122 | +TCK (version 1.2) |
| 123 | +---------------- |
| 124 | +M. Ranganathan < [email protected]> |
| 125 | +Jeroen van Bemmel < [email protected]> |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | +--------------------------------------------------------------------------- |
| 130 | +LICENSE |
| 131 | +------- |
| 132 | + |
| 133 | +The implementation is public domain although the API itself is'nt. |
| 134 | +See the license directory in this distribution for definitive information. |
| 135 | + |
| 136 | +---------------------------------------------------------------------------- |
| 137 | + |
| 138 | +Substantial input by early adopters and fearless users. |
| 139 | + |
| 140 | +See List of Contributions at: |
| 141 | + |
| 142 | +file:./www/README.html |
| 143 | + |
| 144 | +---------------------------------------------------------------------------- |
0 commit comments