Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 12524 invoked from network); 22 May 2010 11:46:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 May 2010 11:46:23 -0000 Received: (qmail 76907 invoked by uid 500); 22 May 2010 11:46:23 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 76746 invoked by uid 500); 22 May 2010 11:46:22 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 76738 invoked by uid 99); 22 May 2010 11:46:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 May 2010 11:46:21 +0000 X-ASF-Spam-Status: No, hits=4.3 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of webautomator2@gmail.com designates 74.125.82.46 as permitted sender) Received: from [74.125.82.46] (HELO mail-ww0-f46.google.com) (74.125.82.46) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 May 2010 11:46:15 +0000 Received: by wwi18 with SMTP id 18so1301446wwi.33 for ; Sat, 22 May 2010 04:45:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=engvCTlZ/Zom7BE/m52H6FqG4ARrBhQjcxzQVYA1V60=; b=ntfYEDgpqNcj9o6uleAVAVeQeHnzd3r4oLktI0UKcVJCK0gY1O8Nj1XFYbHCJDsuOE T4xemuP+QaZRvQUPropc8U6IsEox1Ji7iGqr6M5rJXVSgtMfRQ4Jx6bIwvzR20t0D9GW N2Gcix0stwq2/+/BqE4DKXrU0PMp0MYnMpAds= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=c2XkMOKzrecQ+sbixL6h1XC+PmVQp0KuxpvGWfphvoNTQdceb7yV8J3/vYgnsEQsaz mbOStRLwjVG53Q+kF3U1t5cinTQKcHW3xnNun0uIehJdT6RwRlgYn0VYANBBwW34o9IK 2bb2XWd54jqexP6Hn4wA72+FU3wE0U4Tu5btw= MIME-Version: 1.0 Received: by 10.216.88.211 with SMTP id a61mr1647657wef.65.1274528753693; Sat, 22 May 2010 04:45:53 -0700 (PDT) Received: by 10.216.220.200 with HTTP; Sat, 22 May 2010 04:45:53 -0700 (PDT) In-Reply-To: References: Date: Sat, 22 May 2010 14:45:53 +0300 Message-ID: Subject: Re: Tests are ignored From: Web developer To: dev@openjpa.apache.org Content-Type: multipart/alternative; boundary=0016e6d99a459eb30304872d59d9 --0016e6d99a459eb30304872d59d9 Content-Type: text/plain; charset=ISO-8859-1 I usually go to my ~ directory, make checkout from svn trunk: svn checkout http://svn.apache.org/repos/asf/openjpa/trunk openjpa After checkout is finished - I cd to 'openjpa' dub-dir. And make 'mvn test ...' from ~/openjpa, respectively under root (to have rights for 'ulimit -n 10000'). John 2010/5/21 Rick Curtis > Hmm... when you checked out trunk, you must have checked it out into a > directory with a name other than openjpa-parent. When I refer to > openjpa-parent, that is the directory where the root pom.xml file is > located. Are you running 'mvn test' from that directory? > --0016e6d99a459eb30304872d59d9--