Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 86744 invoked from network); 7 Apr 2006 12:56:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2006 12:56:40 -0000 Received: (qmail 44104 invoked by uid 500); 7 Apr 2006 12:56:10 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 44068 invoked by uid 500); 7 Apr 2006 12:56:10 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 44057 invoked by uid 99); 7 Apr 2006 12:56:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 05:56:10 -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; Fri, 07 Apr 2006 05:56:09 -0700 Received: (qmail 86392 invoked by uid 65534); 7 Apr 2006 12:55:43 -0000 Message-ID: <20060407125543.86391.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r392267 - /incubator/harmony/enhanced/classlib/trunk/RUNNING-TESTS.txt Date: Fri, 07 Apr 2006 12:55:42 -0000 To: harmony-commits@incubator.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tellison Date: Fri Apr 7 05:55:31 2006 New Revision: 392267 URL: http://svn.apache.org/viewcvs?rev=392267&view=rev Log: Bringing the tests instructions up to date Modified: incubator/harmony/enhanced/classlib/trunk/RUNNING-TESTS.txt Modified: incubator/harmony/enhanced/classlib/trunk/RUNNING-TESTS.txt URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/RUNNING-TESTS.txt?rev=392267&r1=392266&r2=392267&view=diff ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/RUNNING-TESTS.txt (original) +++ incubator/harmony/enhanced/classlib/trunk/RUNNING-TESTS.txt Fri Apr 7 05:55:31 2006 @@ -23,14 +23,15 @@ 2) JUnit.jar - any modern version. http://www.junit.org - Put this on your classpath because - we self-host to test (i.e. use both the Harmony class library - and the external non-open source J9 VM that is available to us - under an evaluation license + Put this on your ant/lib directory too. -3) bcprov-jdk14-131.jar : from http://www.bouncycastle.org/ +3) Ensure you have the build time dependencies installed, these + can be downloaded using the following command: - Put in classpath - we'll fix this problem too. + ant -f make/depends.xml download + + Warning: Some of the dependencies are made available under + licences other than the ASLv2. 4) J9 VM from IBM (evaluation) @@ -39,7 +40,7 @@ Warning - this is not open source, and you must go through a minor registration process. - This is IBMs production VM that for now works with the Harmony classlib. + This is IBM's VM that works with the Harmony class libraries. We will use this until our own VM efforts come up to speed. Installation - drop into deploy/jre/bin/default @@ -58,11 +59,10 @@ in make dir : - $ ant -f build-test.xml + $ ant test and wait. You can find a html report in - target/test_report/html/index.html + build/test_report/html/index.html when it's finished. - \ No newline at end of file