peterbr     2002/06/20 13:52:44

  Modified:    java     README.htm
  Log:
  Added instructions on how to access the source code in CVS.
  
  Revision  Changes    Path
  1.2       +50 -5     xml-axis-wsil/java/README.htm
  
  Index: README.htm
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsil/java/README.htm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.htm        6 Jun 2002 18:01:20 -0000       1.1
  +++ README.htm        20 Jun 2002 20:52:44 -0000      1.2
  @@ -11,7 +11,8 @@
   
   <BODY alink="#0000ff" bgcolor="#ffffff" leftmargin="2" topmargin="2" 
marginwidth="2" marginheight="2">
   
  -<H1><A name="UDDI4J Overview">WSIL4J: Web Services Inspection Language for Java 
API</A></H1>
  +<H1><A name="UDDI4J Overview">WSIL4J: <BR>
  +Web Services Inspection Language for Java API</A></H1>
   <P>The Web Services Inspection Language (WS-Inspection) provides a distributed
   Web service discovery method, by specifying how to inspect a web site for
   available Web services. The WS-Inspection specification defines the locations
  @@ -26,6 +27,7 @@
   document. For example, you can use this class to access service descriptions
   by service name. A <B>WSILException</B> is thrown when errors occur. This class 
will contain an exception message,
   and may also contain a reference to an exception that caused the error.
  +
   <H3>Prerequisites</H3>
   <UL>
     <LI>JDK version 1.3 or later.
  @@ -35,7 +37,7 @@
     <UL>
       <LI>Also need the support for a UDDI4J SOAP transport, such as <A 
href="http://xml.apache.org/axis";>Apache Axis</A>.
     </UL>
  -  <LI>Ant is required to build WSIL4J. Ant is available at the <a 
HREF="http://jakarta.apache.org/ant";>Apache ANT website</A>.
  +  <LI>Ant is required to build WSIL4J. Ant is available at the <A 
href="http://jakarta.apache.org/ant";>Apache ANT website</A>.
   </UL>
   <H3><A name="config">Configuration</A></H3>
   <P>WSIL4J uses a set of system parameters to configure certain functions.
  @@ -73,9 +75,49 @@
   </TABLE>
   </BLOCKQUOTE>
   </DIV>
  -<H3>Building WSIL4J</H3>
  +<H2><A name="sourcecode">Accessing Source Code</A></H2>
  +<P>The source code for this package is available on the Apache web site. Individual 
files can be accessed using the web-based <A 
href="http://cvs.apache.org/viewcvs.cgi/xml-axis-wsil/"; target="_blank">CVS 
interface</A>. The entire package can be downloaded using the following 
instructions.</P>
  +<H3><B><FONT size=+1>Access the Source Tree (AnonCVS)</FONT></B></H3>
  +<P>So, you've decided that you need access to the source tree to see the latest
  +and greatest code. There's two different forms of CVS access. The first
  +is anonymous and anybody can use it. The second is not and you must have
  +a login to the development server. If you don't know what this means, join
  +the <A href="http://xml.apache.org/axis/mail.html";>mailing list</A> and find 
out.</P>
  +<P>Anyone can checkout source code from our anonymous CVS server. To do so, 
  +simply use the following commands (if you are using a GUI CVS client, configure 
  +it appropriatly): 
  +
  +<BLOCKQUOTE>
  +<TABLE width="90%">
  +<TBODY>
  +<TR bgColor=#f2c0f6>
  +<TD>
  +      <PRE>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
  +password: anoncvs
  +
  +cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout xml-axis-wsil</PRE>
  +      </TD>
  +    </TR>
  +  </TBODY>
  +</TABLE>
  +</BLOCKQUOTE>
  +<H3><B><FONT size=+1>Full Remote CVS Access</FONT></B> </H3>
  +<P>If you are a <I>Committer</I> and have a login on the 
  +Apache development server, this section is for you. If you are not a Committer, 
  +but you want to submit patches or even request commit privelages, please see the 
  +<A href="http://jakarta.apache.org/site/guidelines.html"; target="newone">Jakarta 
  +GuideLines </A>page (we follow the same rules) for more information. 
  +</P>
  +<P>To have full access to the CVS server, you need to follow the links depending 
  +on the operating system you are using: 
  +
   <UL>
  -  <LI>Obtain ANT, JDK as listed in the prerequisites.
  +<LI><A href="http://jakarta.apache.org/site/cvsonunix.html"; target="new">Unix</A> 
  +<LI><A href="http://jakarta.apache.org/site/cvsonwin32.html"; 
target="new">Windows</A> </LI>
  +</UL>
  +<H2>Building WSIL4J</H2>
  +<UL>
  +  <LI>Obtain ANT and the JDK as listed in the prerequisites.
     <LI>Set required environment variables, including,
     JAVA_HOME, ANT_HOME.
     <LI>From the root directory of WSIL4J (where build.xml is located), run
  @@ -164,6 +206,8 @@
   the Web Services Inspection Language. Here is a list of future enhancements
   and usages for this package:</P>
   <UL>
  +  <LI>Change the name of this package (from WSIL4J).<BR>
  +  <BR>
     <LI>Add support for obtaining the WS-Inspection document references from an
     META tags in an HTML document.<BR>
     <BR>
  @@ -185,7 +229,8 @@
   <UL>
     <LI><A href="docs/wsinspection.html">Web Services Inspection Language 
Specification</A>
     <LI><A href="docs/WSInspectionOverview.htm">WS-Inspection Overview</A>
  -  <LI><A href="docs/apidocs/index.html">Javadoc for the WSIL4J API classes</A>
  +  <LI><A href="docs/apidocs/index.html">Javadoc for the WSIL4J API classes</A><BR>
  +  [<B>Note:</B> This link will work only after this package has been built.]
   </UL>
   <HR WIDTH="100%">
   </BODY></HTML>
  
  
  


Reply via email to