From lokahi-commits-return-35-apmail-incubator-lokahi-commits-archive=incubator.apache.org@incubator.apache.org Mon Apr 17 18:39:52 2006 Return-Path: Delivered-To: apmail-incubator-lokahi-commits-archive@locus.apache.org Received: (qmail 20256 invoked from network); 17 Apr 2006 18:39:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Apr 2006 18:39:52 -0000 Received: (qmail 7820 invoked by uid 500); 17 Apr 2006 18:39:52 -0000 Delivered-To: apmail-incubator-lokahi-commits-archive@incubator.apache.org Received: (qmail 7802 invoked by uid 500); 17 Apr 2006 18:39:52 -0000 Mailing-List: contact lokahi-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lokahi-dev@incubator.apache.org Delivered-To: mailing list lokahi-commits@incubator.apache.org Received: (qmail 7793 invoked by uid 99); 17 Apr 2006 18:39:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 11:39:51 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 17 Apr 2006 11:39:50 -0700 Received: (qmail 20093 invoked by uid 65534); 17 Apr 2006 18:39:30 -0000 Message-ID: <20060417183930.20092.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r394747 - in /incubator/lokahi/lokahi/trunk: docs/ lib/ Date: Mon, 17 Apr 2006 18:39:29 -0000 To: lokahi-commits@incubator.apache.org From: toback@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: toback Date: Mon Apr 17 11:39:25 2006 New Revision: 394747 URL: http://svn.apache.org/viewcvs?rev=394747&view=rev Log: Inital import of lib directory Added: incubator/lokahi/lokahi/trunk/lib/antlr.jar (with props) incubator/lokahi/lokahi/trunk/lib/axis-ant.jar (with props) incubator/lokahi/lokahi/trunk/lib/axis-schema.jar (with props) incubator/lokahi/lokahi/trunk/lib/axis.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-beanutils.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-chain-1.0.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-collections.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-dbcp-1.2.1.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-digester.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-discovery-0.2.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-fileupload.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-lang-2.1.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-logging.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-pool-1.2.jar (with props) incubator/lokahi/lokahi/trunk/lib/commons-validator.jar (with props) incubator/lokahi/lokahi/trunk/lib/derby.jar (with props) incubator/lokahi/lokahi/trunk/lib/derbyclient.jar (with props) incubator/lokahi/lokahi/trunk/lib/jakarta-oro.jar (with props) incubator/lokahi/lokahi/trunk/lib/jaxrpc.jar (with props) incubator/lokahi/lokahi/trunk/lib/log4j-1.2.13.jar (with props) incubator/lokahi/lokahi/trunk/lib/resolver.jar (with props) incubator/lokahi/lokahi/trunk/lib/saaj.jar (with props) incubator/lokahi/lokahi/trunk/lib/sslext-1.2.jar (with props) incubator/lokahi/lokahi/trunk/lib/struts.jar (with props) incubator/lokahi/lokahi/trunk/lib/velocity-dep-1.4.jar (with props) incubator/lokahi/lokahi/trunk/lib/velocity-tools-1.2.jar (with props) incubator/lokahi/lokahi/trunk/lib/wsdl4j-1.5.1.jar (with props) incubator/lokahi/lokahi/trunk/lib/xercesImpl.jar (with props) incubator/lokahi/lokahi/trunk/lib/xml-apis.jar (with props) Modified: incubator/lokahi/lokahi/trunk/docs/README.TXT Modified: incubator/lokahi/lokahi/trunk/docs/README.TXT URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/docs/README.TXT?rev=394747&r1=394746&r2=394747&view=diff ============================================================================== --- incubator/lokahi/lokahi/trunk/docs/README.TXT (original) +++ incubator/lokahi/lokahi/trunk/docs/README.TXT Mon Apr 17 11:39:25 2006 @@ -1,11 +1,14 @@ Requirements: Tomcat 5.5.9, Oracle 9i, JDK 1.5, ant 1.6.5 or later. Build instructions: -1. untar the tarball. -2. edit the ‘tomcat.home’ property in the build.properties file to point to your installation of tomcat. +1. untar the tarball, or take the latest src from svn @ http://svn.apache.org/repos/asf/incubator/lokahi/lokahi/trunk/ +2. edit the tomcat.home property in the build.properties file to point to your installation of tomcat. 3. download and add the proper classes12.jar, from the oracle website, to the lib directory. +4. download and add jdom version 1.0 from http://www.jdom.org/ to the lib directory. +5. download and add the activation.jar from http://java.sun.com/products/javabeans/glasgow/jaf.html to the lib directory. +6. download and add the mail.jar from http://java.sun.com/products/javamail/ to the lib directory. 4. verify that JAVA_HOME is properly set to point to jdk1.5 in your shell. -5. run ‘ant’ to build the package. +5. run ant to build the package. Database setup: 1. run the build/database/*.sql scripts against your database to set up the schema. @@ -13,7 +16,7 @@ Agent install: 1. copy the files in ./build/agent to a directory on each server. -2. start the agent buy running: $JAVA_HOME/bin/java –classpath “$JAVA_HOME/lib/tools.jar:$AGENT_HOME/tmc.jar:$AGENT_HOME/log4j-1.2.8.jar” tmc.agent.TMCAgent start +2. start the agent buy running: $JAVA_HOME/bin/java classpath $JAVA_HOME/lib/tools.jar:$AGENT_HOME/tmc.jar:$AGENT_HOME/log4j-1.2.8.jar tmc.agent.TMCAgent start Console install: 1. in build/gui/WEB-INF/log4j.xml set this line to a valid path: @@ -40,4 +43,4 @@ #location of properties files prop.location=/websites/tmcg2.sourceforge.net/java/tmc -4. define the context in tomcat’s server.xml file and start tomcat. \ No newline at end of file +4. define the context in tomcats server.xml file and start tomcat. Added: incubator/lokahi/lokahi/trunk/lib/antlr.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/antlr.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/antlr.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/axis-ant.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/axis-ant.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/axis-ant.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/axis-schema.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/axis-schema.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/axis-schema.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/axis.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/axis.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/axis.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-beanutils.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-beanutils.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-beanutils.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-chain-1.0.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-chain-1.0.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-chain-1.0.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-collections.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-collections.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-collections.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-dbcp-1.2.1.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-dbcp-1.2.1.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-dbcp-1.2.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-digester.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-digester.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-digester.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-discovery-0.2.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-discovery-0.2.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-discovery-0.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-fileupload.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-fileupload.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-fileupload.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-lang-2.1.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-lang-2.1.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-lang-2.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-logging.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-logging.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-logging.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-pool-1.2.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-pool-1.2.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-pool-1.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/commons-validator.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/commons-validator.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/commons-validator.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/derby.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/derby.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/derby.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/derbyclient.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/derbyclient.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/derbyclient.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/jakarta-oro.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/jakarta-oro.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/jakarta-oro.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/jaxrpc.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/jaxrpc.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/jaxrpc.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/log4j-1.2.13.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/log4j-1.2.13.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/log4j-1.2.13.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/resolver.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/resolver.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/resolver.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/saaj.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/saaj.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/saaj.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/sslext-1.2.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/sslext-1.2.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/sslext-1.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/struts.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/struts.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/struts.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/velocity-dep-1.4.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/velocity-dep-1.4.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/velocity-dep-1.4.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/velocity-tools-1.2.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/velocity-tools-1.2.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/velocity-tools-1.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/wsdl4j-1.5.1.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/wsdl4j-1.5.1.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/wsdl4j-1.5.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/xercesImpl.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/xercesImpl.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/xercesImpl.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/lokahi/lokahi/trunk/lib/xml-apis.jar URL: http://svn.apache.org/viewcvs/incubator/lokahi/lokahi/trunk/lib/xml-apis.jar?rev=394747&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/lokahi/lokahi/trunk/lib/xml-apis.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream