1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<HTML>
<HEAD>
<TITLE>XPP3/MXP1 FAQ
</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Aleksander Slominski">
</HEAD>
<BODY BGCOLOR="white">
<H1>XPP3/MXP1 FAQ</H2><h2>
<a name="#CVS"></a>
How to access the latest source code?</h2>
<p>
The latest packaged releases are available at
<a href="http://www.extreme.indiana.edu/soap/xpp/">http://www.extreme.indiana.edu/soap/xpp/</a>
and the latest source (if you want to be on the cutting edge) can be obtained now from anonymous CVS at:
<pre>cvs -d :pserver:anonymous@cvs.extreme.indiana.edu:/l/extreme/cvspub login
CVS password: cvsanon
cvs -d :pserver:anonymous@cvs.extreme.indiana.edu:/l/extreme/cvspub co XPP3/java
</pre>
<h2>More questions?</h2>
<p>If they relate directly to the implementation, build or bugs them to
<a href="http://www.extreme.indiana.edu/xgws/#mail">XPP3 mailing list</a> (XPP3
is part of <a href="http://www.extreme.indiana.edu/xgws/">XGWS</a>) or if
question is implementation imdependent and is about XmlPull API questions to
<a href="http://www.xmlpull.org/discussion.shtml">XmlPull discussion list</a>.
<HR>
<address><a href="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a><address>
</address>
</BODY>
</HTML>
|