Return-Path: Delivered-To: apmail-directory-api-archive@minotaur.apache.org Received: (qmail 39845 invoked from network); 8 Sep 2010 15:38:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 15:38:49 -0000 Received: (qmail 7072 invoked by uid 500); 8 Sep 2010 15:38:49 -0000 Delivered-To: apmail-directory-api-archive@directory.apache.org Received: (qmail 7025 invoked by uid 500); 8 Sep 2010 15:38:48 -0000 Mailing-List: contact api-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: api@directory.apache.org Delivered-To: mailing list api@directory.apache.org Received: (qmail 7006 invoked by uid 99); 8 Sep 2010 15:38:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 15:38:48 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of arvind.opensrc@gmail.com designates 209.85.214.178 as permitted sender) Received: from [209.85.214.178] (HELO mail-iw0-f178.google.com) (209.85.214.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 15:38:40 +0000 Received: by iwn35 with SMTP id 35so140974iwn.37 for ; Wed, 08 Sep 2010 08:38:19 -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 :content-transfer-encoding; bh=t0kQtSgB9qVjd0jzOUXbXxOeRq14vUNuCedS6f7QYfI=; b=OhPvrpHai38Him0AM3+//euJp2qsBx3MR08c6ul6HSYRDYjUcuOXuAZpj6QSJQrRUL Q9t/3NYS/f03j4RoMgAvk5unvODqw/Dlrz+bESW5XE7saO6ctfav8dA+tsmImjODve7Z 6skdpVZDBytu3hK79DghAs4ZtiyvxV/7j/9II= 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:content-transfer-encoding; b=OMXKHEJWEaxFZOtry12pqyM/YN/5P2pHZjfsBuy/PThC2Ur3NBcnE6lnIQdgpXewox h1LA0Kq6WNo5tVvAtqL/FycKBdk/ytwgLj2LS6N4YcaDvPnBu/fWUvD7XT5qrinqkJgD CiU8PIzZ1nTpQ3vv0cYHJfeIpHXbSWQ78VhT4= MIME-Version: 1.0 Received: by 10.231.10.141 with SMTP id p13mr3130298ibp.183.1283960298687; Wed, 08 Sep 2010 08:38:18 -0700 (PDT) Received: by 10.231.154.9 with HTTP; Wed, 8 Sep 2010 08:38:18 -0700 (PDT) In-Reply-To: <4C87AC2E.5040101@apache.org> References: <4C861837.4010609@gmail.com> <4C8636E3.8020209@apache.org> <4C863DF3.5030706@apache.org> <4C864CF5.3020208@apache.org> <4C87423D.90903@apache.org> <4C878BC9.7070908@apache.org> <4C87A38D.5000709@gmail.com> <4C87AC2E.5040101@apache.org> Date: Wed, 8 Sep 2010 21:08:18 +0530 Message-ID: Subject: Re: issues in compiling latest checked out src.. From: Arvind N To: api@directory.apache.org, elecharny@apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Sep 8, 2010 at 9:00 PM, Emmanuel L=E9charny = wrote: > >> On Wed, Sep 8, 2010 at 8:24 PM, Emmanuel Lecharny >> =A0wrote: >>>> >>>> Well when i do a mvn clean install i get the below exception >>>> >>>> >>>> [INFO] Surefire report directory: >>>> D:\os\apacheDC\directory-checkstyle\target\surefire-reports >>>> Error occurred during initialization of VM >>>> Could not reserve enough space for object heap >>>> Could not create the Java virtual machine. >>> >>> Increase the heap size =A0to -Xmx1024m. It should work. >> >> Did not help .. see below trace >> >>> What JVM are you using ? >>> Which Maven version ? >> >> D:\os\apacheDC>mvn --version >> Apache Maven 2.2.1 (r801777; 2009-08-07 00:46:01+0530) >> Java version: 1.6.0_07 > > You should *really* switch to Java 1.6.0_20. =A0The Java version you are = using > is more than 2 years and a half old... maybe i should .. but do you think this could be the issue ?? > Can you give the command line you use to build the project ? the command you said mvn -e clean install NOTE: a maven naive user here.. may be i should just try in a new setup itself.. hmmm ~A