You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ac...@apache.org on 2004/03/31 18:15:23 UTC

cvs commit: ws-site/targets/juddi archguide.html bugs.html contact.html cvs.html devguide.html devguide.pdf faq.html index.html index.pdf install.html interim.html legal.html library.html lists.html news.html participate.html participate.pdf releases.html site.html site.pdf usersguide.html who.html

acutright    2004/03/31 08:15:23

  Modified:    targets/juddi archguide.html bugs.html contact.html cvs.html
                        devguide.html devguide.pdf faq.html index.html
                        index.pdf install.html interim.html legal.html
                        library.html lists.html news.html participate.html
                        participate.pdf releases.html site.html site.pdf
                        usersguide.html who.html
  Log:
  
  
  Revision  Changes    Path
  1.3       +1 -1      ws-site/targets/juddi/archguide.html
  
  Index: archguide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/archguide.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- archguide.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ archguide.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +1 -1      ws-site/targets/juddi/bugs.html
  
  Index: bugs.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/bugs.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- bugs.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ bugs.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +1 -1      ws-site/targets/juddi/contact.html
  
  Index: contact.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/contact.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- contact.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ contact.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.6       +1 -1      ws-site/targets/juddi/cvs.html
  
  Index: cvs.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/cvs.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cvs.html	6 Mar 2004 20:12:20 -0000	1.5
  +++ cvs.html	31 Mar 2004 16:15:21 -0000	1.6
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +33 -4     ws-site/targets/juddi/devguide.html
  
  Index: devguide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/devguide.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- devguide.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ devguide.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  @@ -217,13 +217,42 @@
     
       
   <div class="h3">
  -<h3>Developer's Guide</h3>
  +<h3>Updating the Site</h3>
   </div>
         
         
  -<p>
  +<p>You'll need the appropriate version of <a href="http://xml.apache.org/forrest/">forrest</a> as
  +	well as the appropriate version of <a href="http://ant.apache.org/">ant</a>. This document
  +	assumes you generally understand how to use these tools. 
  +      </p>
         
  -</p>
  +<p>
  +       The site source is located under our source tree at ws-juddi/site. To build the site, simply invoke 
  +	forrest in ws-juddi/site. The built sources will be located at ws-juddi/build/site. You should 
  +	get a clean build, and no broken links. There aren't any known issues with the site. 
  +	</p>
  +	
  +<p>
  +	You must test your builds locally by running forrest on your local box. You can do this by invoking 
  +	'forrest run' in ws-juddi/site.
  +	</p>
  +	
  +<p>
  +	The commit process is a bit complicated.
  +	The live site is hosted under the ws-site source tree, -not- the ws-juddi src tree. The ws-juddi/build/site
  +	directory hierarchy maps to the ws-site/targets/juddi directory hierarchy. 
  +	Once you've built the site copy the latter hierarchy to the former, and then commit the 
  +	changes. The live site is updated about every 6 hours from cvs.
  +	</p>
  +	
  +<p>
  +	You must -also- commit the changes you've made under ws-juddi/site to persist the changes for the next
  +	committer to be able to reproduce your modifications. 
  +	</p>
  +	
  +<p>
  +	To fully clean any site build you've created, you can safely delete everything under ws-juddi/site/build.
  +	</p>
       
     
   
  
  
  
  1.2       +63 -31    ws-site/targets/juddi/devguide.pdf
  
  	<<Binary file>>
  
  
  1.7       +1 -1      ws-site/targets/juddi/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/faq.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- faq.html	6 Mar 2004 20:12:20 -0000	1.6
  +++ faq.html	31 Mar 2004 16:15:21 -0000	1.7
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.6       +2 -19     ws-site/targets/juddi/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	6 Mar 2004 20:12:20 -0000	1.5
  +++ index.html	31 Mar 2004 16:15:21 -0000	1.6
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  @@ -240,7 +240,7 @@
             
   <li>Use with any relational database that supports ANSI standard SQL (MySQL, DB2, Sybase, JDataStore, etc.)</li>
             
  -<li>Deployable on any Java application server that supports the Servlet 2.3 specification (Jakarta Tomcat, WebSphere, WebLogic, Borland Enterprise Server, JRun, etc.)</li>
  +<li>Deployable on any Java application server that supports the Servlet 2.3 specification (Jakarta Tomcat, JOnAS, WebSphere, WebLogic, Borland Enterprise Server, JRun, etc.)</li>
             
   <li>jUDDI registry supports a clustered deployment configuration.</li>
             
  @@ -271,23 +271,6 @@
           </p>
         
         
  -      
  -<div class="h3">
  -<h3>Disclaimer</h3>
  -</div>
  -        
  -        
  -<p>jUDDI is an incubated subproject under the sponsorship of the Apache 
  -          Software Foundation's (ASF) Web Services project. Incubation is 
  -          required of all newly accepted projects until a further review indicates 
  -          that the infrastructure, communications, and decision making process 
  -          have stabilized in a manner consistent with other successful ASF projects. 
  -          While incubation status is not necessarily a reflection of the completeness 
  -          or stability of the code, it does indicate that the project has yet to 
  -          be fully endorsed by the ASF.
  -        </p>
  -      
  -  
     
   
   <div id="pdf" align="right">
  
  
  
  1.5       +28 -44    ws-site/targets/juddi/index.pdf
  
  	<<Binary file>>
  
  
  1.3       +1 -1      ws-site/targets/juddi/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/install.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ install.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +1 -1      ws-site/targets/juddi/interim.html
  
  Index: interim.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/interim.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- interim.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ interim.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +1 -1      ws-site/targets/juddi/legal.html
  
  Index: legal.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/legal.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- legal.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ legal.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +1 -1      ws-site/targets/juddi/library.html
  
  Index: library.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/library.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- library.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ library.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.7       +1 -1      ws-site/targets/juddi/lists.html
  
  Index: lists.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/lists.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- lists.html	6 Mar 2004 20:12:20 -0000	1.6
  +++ lists.html	31 Mar 2004 16:15:21 -0000	1.7
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +1 -1      ws-site/targets/juddi/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/news.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- news.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ news.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +47 -14    ws-site/targets/juddi/participate.html
  
  Index: participate.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/participate.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- participate.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ participate.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  @@ -217,25 +217,25 @@
     
   
         
  -<p>Every volunteer project obtains its strength from the people involved in it. 
  -        We invite you to participate as much or as little as you choose. The roles 
  -        and responsibilities that people can assume in the project are based on 
  +<p>Every volunteer project obtains its strength from the people involved in it.
  +        We invite you to participate as much or as little as you choose. The roles
  +        and responsibilities that people can assume in the project are based on
           merit. Everybody's input matters!
         </p>
         
  -<p>There are a variety of ways to participate. Regardless of how you choose 
  -        to participate, we suggest you join some or all of our <a href="lists.html">mailing lists</a>. 
  +<p>There are a variety of ways to participate. Regardless of how you choose
  +        to participate, we suggest you join some or all of our <a href="lists.html">mailing lists</a>.
         </p>
  -      
  +
         
   <div class="h3">
   <h3>Use the Products &amp; Give Us Feedback</h3>
   </div>
           
           
  -<p>Using the products,reporting bugs, making feature requests, etc. is by 
  -          far the most important role. It's your feedback that allows the technology 
  -          to evolve. 
  +<p>Using the products,reporting bugs, making feature requests, etc. is by
  +          far the most important role. It's your feedback that allows the technology
  +          to evolve.
             <ul>
               
   <li>
  @@ -261,9 +261,9 @@
   </div>
           
           
  -<p>In this role, you participate in the actual development of the code. If this 
  -          is the type of role you'd like to play, here are some steps (in addition to 
  -          the ones above) to get you started: 
  +<p>In this role, you participate in the actual development of the code. If this
  +          is the type of role you'd like to play, here are some steps (in addition to
  +          the ones above) to get you started:
             <ul>
               
   <li> 
  @@ -275,7 +275,7 @@
   </li>
               
   <li> 
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/">Download the Source Code</a>
  +<a href="releases.html">Download the Source Code</a>
   </li>
               
   <li> 
  @@ -285,8 +285,41 @@
   </ul>
           
   </p>
  +        
  +<p>Any and all new development or bug fixing uses the latest code base.
  +          If you have a patch, it should be submitted against the latest available
  +          code.
  +        </p>
  +      
  +
         
  +<div class="h3">
  +<h3>Getting Support on the Lists</h3>
  +</div>
  +        
  +        
  +<p>We do all development and bug fixing on the latest available code base.
  +          If you've encountered what you think is a bug, please first check the
  +          <a href="bugs.html">bug database</a> for known issues. If you
  +          can't find your bug, make sure you're using the latest code base. We are
  +          not able to fix bugs on earlier code bases.
  +        </p>
  +        
  +<p>Please include any relevant version information and the error message
  +            text, if there is one. If you have a problem with a specific interface,
  +            like find_business, you'll likely be asked to post a log of the SOAP
  +            message exchanges between your client and the jUDDI server. You can
  +            use the axis tool
  +            <a href="http://ws.apache.org/axis/java/developers-guide.html">TCPMon</a>
  +            to capture these messages.
  +        </p>
  +        
  +<p>Remember, Apache helps those that help themselves. Please take a look
  +          at Eric S. Raymond's and Rick Moen's explanation of
  +          <a href="http://www.catb.org/~esr/faqs/smart-questions.html">"How to Ask Questions The Smart Way</a>.
  +          </p>
         
  +
     
   
   <div id="pdf" align="right">
  
  
  
  1.2       +128 -50   ws-site/targets/juddi/participate.pdf
  
  	<<Binary file>>
  
  
  1.3       +1 -1      ws-site/targets/juddi/releases.html
  
  Index: releases.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/releases.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- releases.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ releases.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +80 -35    ws-site/targets/juddi/site.html
  
  Index: site.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/site.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ site.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  @@ -245,7 +245,7 @@
             
   <li>Use with any relational database that supports ANSI standard SQL (MySQL, DB2, Sybase, JDataStore, etc.)</li>
             
  -<li>Deployable on any Java application server that supports the Servlet 2.3 specification (Jakarta Tomcat, WebSphere, WebLogic, Borland Enterprise Server, JRun, etc.)</li>
  +<li>Deployable on any Java application server that supports the Servlet 2.3 specification (Jakarta Tomcat, JOnAS, WebSphere, WebLogic, Borland Enterprise Server, JRun, etc.)</li>
             
   <li>jUDDI registry supports a clustered deployment configuration.</li>
             
  @@ -276,23 +276,6 @@
           </p>
         
         
  -      
  -<div class="h2">
  -<h2>Disclaimer</h2>
  -</div>
  -        
  -        
  -<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">jUDDI is an incubated subproject under the sponsorship of the Apache 
  -          Software Foundation's (ASF) Web Services project. Incubation is 
  -          required of all newly accepted projects until a further review indicates 
  -          that the infrastructure, communications, and decision making process 
  -          have stabilized in a manner consistent with other successful ASF projects. 
  -          While incubation status is not necessarily a reflection of the completeness 
  -          or stability of the code, it does indicate that the project has yet to 
  -          be fully endorsed by the ASF.
  -        </p>
  -      
  -  
     
       
   <div class="h4">
  @@ -862,25 +845,25 @@
   </div>
   
         
  -<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">Every volunteer project obtains its strength from the people involved in it. 
  -        We invite you to participate as much or as little as you choose. The roles 
  -        and responsibilities that people can assume in the project are based on 
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">Every volunteer project obtains its strength from the people involved in it.
  +        We invite you to participate as much or as little as you choose. The roles
  +        and responsibilities that people can assume in the project are based on
           merit. Everybody's input matters!
         </p>
         
  -<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">There are a variety of ways to participate. Regardless of how you choose 
  -        to participate, we suggest you join some or all of our <a href="#lists.html">mailing lists</a>. 
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">There are a variety of ways to participate. Regardless of how you choose
  +        to participate, we suggest you join some or all of our <a href="#lists.html">mailing lists</a>.
         </p>
  -      
  +
         
   <div class="h2">
   <h2>Use the Products &amp; Give Us Feedback</h2>
   </div>
           
           
  -<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">Using the products,reporting bugs, making feature requests, etc. is by 
  -          far the most important role. It's your feedback that allows the technology 
  -          to evolve. 
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">Using the products,reporting bugs, making feature requests, etc. is by
  +          far the most important role. It's your feedback that allows the technology
  +          to evolve.
             <ul>
               
   <li>
  @@ -906,9 +889,9 @@
   </div>
           
           
  -<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">In this role, you participate in the actual development of the code. If this 
  -          is the type of role you'd like to play, here are some steps (in addition to 
  -          the ones above) to get you started: 
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">In this role, you participate in the actual development of the code. If this
  +          is the type of role you'd like to play, here are some steps (in addition to
  +          the ones above) to get you started:
             <ul>
               
   <li> 
  @@ -920,7 +903,7 @@
   </li>
               
   <li> 
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/">Download the Source Code</a>
  +<a href="#releases.html">Download the Source Code</a>
   </li>
               
   <li> 
  @@ -930,8 +913,41 @@
   </ul>
           
   </p>
  +        
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">Any and all new development or bug fixing uses the latest code base.
  +          If you have a patch, it should be submitted against the latest available
  +          code.
  +        </p>
         
  +
         
  +<div class="h2">
  +<h2>Getting Support on the Lists</h2>
  +</div>
  +        
  +        
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">We do all development and bug fixing on the latest available code base.
  +          If you've encountered what you think is a bug, please first check the
  +          <a href="#bugs.html">bug database</a> for known issues. If you
  +          can't find your bug, make sure you're using the latest code base. We are
  +          not able to fix bugs on earlier code bases.
  +        </p>
  +        
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">Please include any relevant version information and the error message
  +            text, if there is one. If you have a problem with a specific interface,
  +            like find_business, you'll likely be asked to post a log of the SOAP
  +            message exchanges between your client and the jUDDI server. You can
  +            use the axis tool
  +            <a href="#http://ws.apache.org/axis/java/developers-guide.html">TCPMon</a>
  +            to capture these messages.
  +        </p>
  +        
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">Remember, Apache helps those that help themselves. Please take a look
  +          at Eric S. Raymond's and Rick Moen's explanation of
  +          <a href="#http://www.catb.org/~esr/faqs/smart-questions.html">"How to Ask Questions The Smart Way</a>.
  +          </p>
  +      
  +
     
       
   <div class="h4">
  @@ -1109,13 +1125,42 @@
   </div>
       
   <div class="h2">
  -<h2>Developer's Guide</h2>
  +<h2>Updating the Site</h2>
   </div>
         
         
  -<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">You'll need the appropriate version of <a href="http://xml.apache.org/forrest/">forrest</a> as
  +	well as the appropriate version of <a href="http://ant.apache.org/">ant</a>. This document
  +	assumes you generally understand how to use these tools. 
  +      </p>
         
  -</p>
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">
  +       The site source is located under our source tree at ws-juddi/site. To build the site, simply invoke 
  +	forrest in ws-juddi/site. The built sources will be located at ws-juddi/build/site. You should 
  +	get a clean build, and no broken links. There aren't any known issues with the site. 
  +	</p>
  +	
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">
  +	You must test your builds locally by running forrest on your local box. You can do this by invoking 
  +	'forrest run' in ws-juddi/site.
  +	</p>
  +	
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">
  +	The commit process is a bit complicated.
  +	The live site is hosted under the ws-site source tree, -not- the ws-juddi src tree. The ws-juddi/build/site
  +	directory hierarchy maps to the ws-site/targets/juddi directory hierarchy. 
  +	Once you've built the site copy the latter hierarchy to the former, and then commit the 
  +	changes. The live site is updated about every 6 hours from cvs.
  +	</p>
  +	
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">
  +	You must -also- commit the changes you've made under ws-juddi/site to persist the changes for the next
  +	committer to be able to reproduce your modifications. 
  +	</p>
  +	
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0">
  +	To fully clean any site build you've created, you can safely delete everything under ws-juddi/site/build.
  +	</p>
       
     
       
  
  
  
  1.3       +1136 -1038ws-site/targets/juddi/site.pdf
  
  	<<Binary file>>
  
  
  1.3       +1 -1      ws-site/targets/juddi/usersguide.html
  
  Index: usersguide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/usersguide.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- usersguide.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ usersguide.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>
  
  
  
  1.3       +1 -1      ws-site/targets/juddi/who.html
  
  Index: who.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/juddi/who.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- who.html	6 Mar 2004 20:12:20 -0000	1.2
  +++ who.html	31 Mar 2004 16:15:21 -0000	1.3
  @@ -166,7 +166,7 @@
   </div>
       
   <div class="menuItem">
  -<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="Source Code">Source Code</a>
  +<a href="http://cvs.apache.org/viewcvs/ws-juddi/" title="View Source Code">View Source Code</a>
   </div>
     
   </div>