Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 92305 invoked from network); 12 Sep 2008 17:37:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2008 17:37:25 -0000 Received: (qmail 76667 invoked by uid 500); 12 Sep 2008 17:37:22 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 76658 invoked by uid 99); 12 Sep 2008 17:37:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 10:37:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 17:36:24 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 9EB1E11151 for ; Fri, 12 Sep 2008 17:36:26 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Fri, 12 Sep 2008 17:36:26 -0000 Message-ID: <20080912173626.6191.73180@eos.apache.org> Subject: [Jdo Wiki] Update of "TestingAndBuilding" by RichardSchilling X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification. The following page has been changed by RichardSchilling: http://wiki.apache.org/jdo/TestingAndBuilding ------------------------------------------------------------------------------ == Assumptions == - I make a couple of assumptions that you should know about: + I make a few assumptions that you should know about: - 1. You've already downloaded the JDO code, all the build tools (e.g. Maven 1.1 and NOT Maven 2), and have successfully run a build. + 1. You've already checked out or downloaded the JDO source code. Get it at [http://db.apache.org/jdo/svn.html]. + 2. You have your build tools installed. You'll need Ant (the latest version is fine), and Maven 1.1 (and '''NOT''' Maven 2). [http://ant.apache.org/ get Ant Here]. [http://archive.apache.org/dist/maven/binaries/maven-1.1.exe get Maven 1.1 here]. + 3. You have successfully built the JDO code without your modifications first, and then with your modifications. - 2. You have built a JUnit test before. So, get used to JUnit if you haven't already. See [http://www.junit.org/ The JUnit Website] for more information. + 2. You have built a JUnit test before. So, get used to JUnit if you haven't already. See [http://www.junit.org/ The JUnit Website] for more download. - If you haven't done that already, then these instructions aren't going to help you too much - they will merely provide some insight on the build process. + If you haven't done these things already, then stop reading for now and go do that. Then, come back to this page. Otherwise, these instructions aren't going to help you too much - they will merely provide some insight on the build process. == Steps In Adding A New Test To the JDO Source Tree ==