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 to...@apache.org on 2004/06/20 11:28:13 UTC

cvs commit: db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides xdoclet-module.xml

tomdz       2004/06/20 02:28:13

  Modified:    src/doc/forrest/src/documentation/content/xdocs/docu/guides
                        xdoclet-module.xml
  Log:
  Tweaked usage instructions of the XDoclet module
  
  Revision  Changes    Path
  1.2       +6 -6      db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/xdoclet-module.xml
  
  Index: xdoclet-module.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/xdoclet-module.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xdoclet-module.xml	20 Jun 2004 09:12:33 -0000	1.1
  +++ xdoclet-module.xml	20 Jun 2004 09:28:13 -0000	1.2
  @@ -248,7 +248,7 @@
               </p>
               <source><![CDATA[
   <path id="build-classpath">
  -    <fileset dir="lib/xdoclet">
  +    <fileset dir="lib">
           <include name="**/*.jar"/>
       </fileset>
   </path>]]></source>
  @@ -257,12 +257,12 @@
                   <code>build-torque.xml</code> script which is part of OJB. Include the lib subdirectory of the OJB
                   distribution which also includes torque (e.g. in
                   <code>build-classpath</code> as shown above). You
  -                will also want to use your OJB settings (build.properties, profile/${database}.profile), so include
  -                them at the beginning of the build script:
  +                will also want to use your OJB settings (if you're using the
  +                <link href="site:getting-started">ojb-blank</link> project, then only <code>build.properties</code>),
  +                so include them at the beginning of the build script if they are not already there:
               </p>
               <source><![CDATA[
  -<property file="build.properties"/>
  -<property file="mysql.profile"/>]]></source>
  +<property file="build.properties"/>]]></source>
               <p>
                   Now you can create the database with ant calls similar to these:
               </p>
  
  
  

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