Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 89523 invoked from network); 28 Jan 2008 02:11:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2008 02:11:49 -0000 Received: (qmail 52510 invoked by uid 500); 28 Jan 2008 02:11:40 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 52389 invoked by uid 500); 28 Jan 2008 02:11:40 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 52378 invoked by uid 500); 28 Jan 2008 02:11:40 -0000 Received: (qmail 52375 invoked by uid 99); 28 Jan 2008 02:11:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2008 18:11:40 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 02:11:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C06211A983A; Sun, 27 Jan 2008 18:11:28 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r615707 - /db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/dependencies.xml Date: Mon, 28 Jan 2008 02:11:28 -0000 To: ojb-commits@db.apache.org From: arminw@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080128021128.C06211A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: arminw Date: Sun Jan 27 18:11:27 2008 New Revision: 615707 URL: http://svn.apache.org/viewvc?rev=615707&view=rev Log: initial version, OJB dependencies Added: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/dependencies.xml Added: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/dependencies.xml URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/dependencies.xml?rev=615707&view=auto ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/dependencies.xml (added) +++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/dependencies.xml Sun Jan 27 18:11:27 2008 @@ -0,0 +1,365 @@ + + + + + + +
+ Dependencies +
+ + +
+ Dependencies +

+ The following is a list of dependencies for this project. + These dependencies are required to compile the full source code - to + run the application or/and run provided tools not all libraries are required. +

+
    +
  • + The first column specifies the .jar file or the package name. +
  • +
  • + The second column show whether or not it is a runtime dependency. +
  • +
  • + The third column show whether or not it is a dependency required + to run a tool (OJB's xdoclet module, + forward-mapping or to run ant task on the + build.xml file) provided by OJB. +
  • +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
jar/packageRuntimeToolComment
+ *ejb*.jar + -- + Only used by ejb-examples (and a deprecated class in OJB core). +
+ *jta*.jar + (+)- + Used by the ODMG-api implementation and in managed environments. +
+ *servlet*.jar + (+)- + Used by a specific LockManager implementation. +
+ ant-*.jar + -+ + Used by mapping tools provided by OJB. +
+ antlr*.jar + (+)- + Used by the ODMG-api implementation. +
+ cglib*.jar + (+)- + Depends on proxy configuration settings (lazy loading). +
+ commons-beanutils*.jar + ++ + - +
+ commons-collection*.jar + +- + - +
+ commons-dbcp*.jar + +- + - +
+ commons-digester*.jar + -+ + Used by classes provide DdlUtils support. +
+ commons-lang*.jar + ++ + - +
+ commons-logging*.jar + (+)- + Depends on the used/configured logging API. +
+ commons-pool*.jar + +- + - +
+ commons-tx*.jar + (+)- + Used by a specific LockManager implementation. +
+ ddlutils*.jar + -+ + OJB's xdoclet module use DdlUtils to create DB tables. +
+ hsqldb*.jar + -- + Only used by OJB's test-suite. +
+ jakarta-regexp*.jar + -- + Used by a deprecated/outdated tool (reversedb). +
+ jcs*.jar + (+)- + Used by a specific ObjectCache implementation. +
+ jdo*.jar + -- + Only needed to run/test the JDO 1.0 prototype implementation. +
+ junit*.jar + -- + Only used by OJB's test-suite. +
+ log4j*.jar + (+)- + Depends on the used/configured logging API. +
+ p6spy*.jar + -- + Tool to trace sql-statements - more details can be in the FAQ. +
+ torque-gen*.jar + -(+) + Deprecated. Was replaced by DdlUtils. +
+ xdoclet*.jar + -+ + Used by OJB's xdoclet module. +
+ xjavadoc*.jar + -+ + Used by OJB's xdoclet module. +
+ xercesImpl*.jar, xml-api*.jar + (+)(+) + The Xerces XML parser. Since most newer + JDK's ship with an XML parser, it is likely that you do not need these files. +
+ xalan*.jar + -(+) + Xalan is used to generate the unit test report, + so you'll probably don't need this. +
+

+ Symbols: +

+

+ +   ==> yes
+ (+) ==> yes, depends on configuration
+ -   ==> nope
+

+

+   +

+ + + + + + + + + + +
+ Sub-Dependencies needed by the jars above: +
jar/package
+ + asm*.jar, commons-betwixt*.jar, concurrent*.jar, jakarta-oro*.jar, + velocity*.jar, village*.jar, xalan*.jar + +
+
+ + +
\ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org