Author: arminw Date: Sun Jan 27 18:12:10 2008 New Revision: 615708 URL: http://svn.apache.org/viewvc?rev=615708&view=rev Log: readme file for OJB source distribution
Added: db/ojb/branches/OJB_1_0_RELEASE/src/etc/readme.html Added: db/ojb/branches/OJB_1_0_RELEASE/src/etc/readme.html URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/etc/readme.html?rev=615708&view=auto ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/etc/readme.html (added) +++ db/ojb/branches/OJB_1_0_RELEASE/src/etc/readme.html Sun Jan 27 18:12:10 2008 @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> + <title>OJB Readme</title> +</head> +<body> +<h1>Installation Source Distribution</h1> + +<p> + Unzip the source distribution file. + <br/> + After you unpacked the jar, you'll get the following directory layout: +</p> +<pre> +/db-ojb-xx + /dist + /doc + /lib + /profiles + /samples + /src + ... + /config + ... + /java + ... + /test +... +build.properties +build.xml +... +release-notes.txt +</pre> +<p> + For all fixes/changes/new features please check the <code>release-notes.txt</code> file +</p> +<p> + The <code>dist</code> directory contains a precompiled OJB jar file (backup this file before running + any of the supported ant tasks below if you want to keep it) and is used as + target directory of ant tasks described below. +</p> +<p> + The <code>doc</code> directory contains the full html documentation of this OJB version. +</p> +<p> + The <code>src/config</code> directory contains all OJB related configuration files. +</p> +<h3> + Important ANT Tasks +</h3> +<p> + Needless to say, check for proper <a href="http://ant.apache.org">ANT</a> (1.7 or higher) installation + before using the ant tasks. +</p> +<ul> + <li> + <code>ant clean</code> + <br/> + Removes all files in the <code>dist</code> directory and clean up all temporary files/directories. + </li> + <li> + <code>ant jar</code> + <br/> + Build the OJB jar files. + </li> + <li> + <code>ant ojb-blank</code> + <br/> + Creates the OJB-blank project - a blank project template. A good starting point to setup your first project. + More details please see <em>Getting Started</em> section in the documentation. + </li> + <li> + <code>ant junit</code> + <br/> + Runs the OJB test-suite. + </li> + <li> + <code>ant perf-test</code> + <br/> + Runs the OJB performance/stress test. + </li> + +</ul> + + +</body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]