You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/03/05 00:48:44 UTC

cvs commit: db-ojb/xdocs getting-started.xml

arminw      2004/03/04 15:48:44

  Modified:    xdocs    getting-started.xml
  Log:
  add note to include junit jar in ant classpath
  
  Revision  Changes    Path
  1.3       +7 -7      db-ojb/xdocs/getting-started.xml
  
  Index: getting-started.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/getting-started.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- getting-started.xml	27 Nov 2003 17:01:27 -0000	1.2
  +++ getting-started.xml	4 Mar 2004 23:48:44 -0000	1.3
  @@ -9,10 +9,10 @@
   <section name="Getting Started with OJB">
       <subsection name="Building OJB">
           <p>
  -            First, ensure that you have <a href="http://ant.apache.org">Ant</a> installed and have the 
  -            <code>ANT_HOME</code> and <code>JAVA_HOME</code>
  -            environment variables set so that you can build OJB. Setting these up is described in
  -            Ant documentation.
  +            First, ensure that you have <b><a href="http://ant.apache.org">Ant</a></b> installed (including
  +            module for optional <i>junit</i> task and junit jar itself in ant /lib directory) and have the
  +            <code>ANT_HOME</code> and <code>JAVA_HOME</code> environment variables set so that you can
  +            build OJB. Setting these up is described in Ant documentation.
           </p>
           <p>
               Next download the latest <a href="http://db.apache.org/builds/ojb/">source distribution</a>.
  @@ -64,14 +64,14 @@
               information on these tables is available <a href="platforms.html">platform documentation</a>
           </p>
           <p>
  -            The repository metadata files  are located in the 
  +            The repository metadata files  are located in the
               <code>src/resources/</code> directory. The <code>repository_user.xml</code> file
               should be used for describing your specific mappings.
           </p>
       </subsection>
       <subsection name="Learning More">
           <p>
  -            The next step is to go through the <a href="user-docs.html">tutorials</a> for the things 
  +            The next step is to go through the <a href="user-docs.html">tutorials</a> for the things
               you need to do. The
               <a href="">Mapping Tutorial</a> in particular is required to learn how to map
               your objects to relational tables.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org