You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2003/09/02 05:03:23 UTC

cvs commit: jakarta-commons-sandbox/naming/xdocs building.xml index.xml navigation.xml

psteitz     2003/09/01 20:03:23

  Added:       naming/xdocs building.xml index.xml navigation.xml
  Log:
  added skeletal xdocs for maven multiproject site
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/naming/xdocs/building.xml
  
  Index: building.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
   <properties>
    <title>Building Commons Naming</title>
   </properties>
  
   <body>
  
   <section name="Maven targets">
     <p>
       Commons Naming consists of two subprojects: core and factory.  These can be built separately
       by executing maven build targets from the /core or /factory directories. Both subprojects can be
       built using the following targets, executed from the top level sandbox/naming directory:
       <ul>
          <li>clean-all -- cleans both subprojects</li>
          <li>build-all -- cleans, builds, tests and jars both subprojects</li>
          <li>site-all  -- generates separate maven sites in /target directories for subprojects</li>
          <li>multiproject:site -- generates an integrated site including both subprojects </li>
          <li>clean -- cleans top level project</li>
       </ul>
     </p>
      
   </section>
   <section name="Dependencies">
     <p>
       The dependencies common to both subprojects are the ones that appear in the top level 
       project.xml, viz.:
       <ul>
          <li>Common Collections 2.1</li>
          <li>mx4j+jmx 1.1.1</li>
          <li>junit 3.7</li>
       </ul>
       The core subproject has no dependencies beyond these.  The factory subproject depends on
       core and has the following additional dependencies, specified in factory/project.xml:
       <ul>
          <li>jta-spec 1.0.1 (runtime only, must be added to local repo, 
              since not available on ibiblio)</li>
          <li>javamail 1.2  (must be added to local repo, since not available on ibiblio)</li>
          <li>tyrex 1.0 </li>
       </ul>
      </p>
   </section>
   </body>
  </document>
  
  
  
  
  1.1                  jakarta-commons-sandbox/naming/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
   <properties>
    <title>Commons Naming</title>
   </properties>
  
   <body>
  
   <section name="What is Commons Naming?">
     <p>
       Commons naming is a lightweight, in-memory JNDI service provider.  The 
       initial code base was extracted from the Jakarta Tomcat JNDI implementation.
     </p>
      
   </section>
   
   </body>
  </document>
  
  
  
  
  1.1                  jakarta-commons-sandbox/naming/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Commons Naming" href="http://jakarta.apache.org/commons/sandbox/naming/">
  
    <title>Commons Naming</title>
  
    <body>
  
      <menu name="Commons Naming">
        <item name="Overview"              href="/index.html"/>
        <item name="Building"              href="/building.html"/>
      </menu>
      
      <menu name="Components">
        <item name="Core" href="/multiproject/commons-naming-core/index.html"/>
        <item name="Factories" href="/multiproject/commons-naming-factory/index.html"/>
      </menu>
      
    </body>
  </project>