You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2003/01/03 17:50:21 UTC

cvs commit: jakarta-gump/site/xdocs/stylesheets project.xml

rubys       2003/01/03 08:50:21

  Modified:    site/xdocs faq.xml nagged.xml usage.xml
               site/xdocs/stylesheets project.xml
  Log:
  Update to point to the new repository and mailing list.  Also update
  an old faq entry that suggested that maintaining project definitions
  in other repositories might be supported in the future...  ;-)
  
  Revision  Changes    Path
  1.2       +20 -19    jakarta-gump/site/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/site/xdocs/faq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.xml	29 Oct 2001 00:19:56 -0000	1.1
  +++ faq.xml	3 Jan 2003 16:50:20 -0000	1.2
  @@ -119,8 +119,8 @@
               <tr>
                 <th valign="top">A:</th>
                 <td>If there is consensus on your project, send an e-mail to
  -              <a href="mailto:alexandria-dev@jakarta.apache.org">
  -              alexandria-dev@jakarta.apache.org</a> letting us know what
  +              <a href="mailto:gump@jakarta.apache.org">
  +              gump@jakarta.apache.org</a> letting us know what
                 the outcome was, and it will be respected.</td>
               </tr>
             </table>
  @@ -162,12 +162,15 @@
               </tr>
               <tr>
                 <th valign="top">A:</th>
  -              <td>Submit a patch to 
  -              <a href="mailto:alexandria-dev@jakarta.apache.org">
  -              alexandria-dev@jakarta.apache.org</a>.  If this is likely to 
  -              become a regular occurrence, and you demonstrate some ability to 
  -              work with (or even run) the existing code base, then we'll 
  -              likely vote you in as a committer.
  +              <td>The 
  +              <a href="http://cvs.apache.org/viewcvs/jakarta-gump/">
  +              gump cvs repository</a> is open to all ASF committers.
  +              Simply check it out and commit your changes.  It is highly
  +              recommended that you build the "gen" target first of the
  +              provided build.xml in order to verify that your changes
  +              are syntatically correct.  Don't be scared... this takes
  +              only a minute and only  requires that you have ant and JDK
  +              1.4.  (or ant + xerces + xalan + JDK 1.2 or later).
                 </td>
               </tr>
             </table>
  @@ -186,8 +189,8 @@
               <tr>
                 <th valign="top">A:</th>
                 <td>Send an e-mail (preferably a patch) to
  -              <a href="mailto:alexandria-dev@jakarta.apache.org">
  -              alexandria-dev@jakarta.apache.org</a>.  Being Apache related
  +              <a href="mailto:gump@jakarta.apache.org">
  +              gump@jakarta.apache.org</a>.  Being Apache related
                 (i.e, used by or a consumer of other Apache projects) helps,
                 but is not required.  What is important is that your code be
                 publicly accessible via cvs and that it be buildable in an
  @@ -208,15 +211,13 @@
               </tr>
               <tr>
                 <th valign="top">A:</th>
  -              <td>That was part of the original design (in fact, you will
  -              notice that all modules are referenced via "href" attributes.)
  -              When the project was completely XSLT based, it probably worked,
  -              but now that part is in Java, so it will require a small amount
  -              of code.  All that code is in one place, so it should be
  -              relatively straightforward to address this need.  There still
  -              will need to be a small amount of "locator" information in
  -              Gump, but the contents of the project definition could be
  -              elsewhere.
  +              <td>That's supported too, as long as your project supports
  +              viewcvs or equivalent.  Simply put the URL of the project
  +              definition in the 
  +              <a href="http://cvs.apache.org/viewcvs/jakarta-gump/profile/gump.xml?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">
  +              gump profile</a>.  However, if you are an ASF committer, why
  +              not consider leaving it in the gump cvs repository, that
  +              way others can also help out too?
                 </td>
               </tr>
             </table>
  
  
  
  1.2       +2 -2      jakarta-gump/site/xdocs/nagged.xml
  
  Index: nagged.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/site/xdocs/nagged.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nagged.xml	29 Oct 2001 00:19:56 -0000	1.1
  +++ nagged.xml	3 Jan 2003 16:50:20 -0000	1.2
  @@ -71,8 +71,8 @@
   
       <p>The most common occurrence of problems here is introducing a new
       dependency without the Gump project definition being updated.  A note
  -    to <a href="mailto:alexandria-dev@jakarta.apache.org">
  -    alexandria-dev@jakarta.apache.org</a> letting us know what is going on
  +    to <a href="mailto:gump@jakarta.apache.org">
  +    gump@jakarta.apache.org</a> letting us know what is going on
       is appreciated when this occurs.</p>
   
       <p>Of course, you should always send e-mail if you suspect that Gump itself
  
  
  
  1.4       +1 -1      jakarta-gump/site/xdocs/usage.xml
  
  Index: usage.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/site/xdocs/usage.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- usage.xml	29 Oct 2001 02:07:57 -0000	1.3
  +++ usage.xml	3 Jan 2003 16:50:20 -0000	1.4
  @@ -32,7 +32,7 @@
   
         export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
         cvs login
  -      cvs co -d gump jakarta-alexandria/proposal/gump</source>
  +      cvs co jakarta-gump</source>
   
         <p>If prompted for the password, enter <b><tt>anoncvs</tt></b></p>
       </subsection>
  
  
  
  1.13      +1 -1      jakarta-gump/site/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/site/xdocs/stylesheets/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	10 Nov 2002 19:27:20 -0000	1.12
  +++ project.xml	3 Jan 2003 16:50:21 -0000	1.13
  @@ -11,7 +11,7 @@
         <item name="Status"     
           href="/status.html"/>
         <item name="Source"     
  -        href="http://cvs.apache.org/viewcvs/jakarta-alexandria/proposal/gump/"/>
  +        href="http://cvs.apache.org/viewcvs/jakarta-gump/"/>
         <item name="Usage"     
           href="/usage.html"/>
         <item name="FAQ"     
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>