From dev-return-13988-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun Oct 29 22:09:51 2006 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 53132 invoked from network); 29 Oct 2006 22:09:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2006 22:09:50 -0000 Received: (qmail 73152 invoked by uid 500); 29 Oct 2006 22:10:01 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 73122 invoked by uid 500); 29 Oct 2006 22:10:01 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 73111 invoked by uid 99); 29 Oct 2006 22:10:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Oct 2006 14:10:01 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of aok123@bellsouth.net designates 205.152.59.66 as permitted sender) Received: from [205.152.59.66] (HELO imf18aec.mail.bellsouth.net) (205.152.59.66) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Oct 2006 14:09:48 -0800 Received: from ibm59aec.bellsouth.net ([65.80.200.112]) by imf18aec.mail.bellsouth.net with ESMTP id <20061029220926.WXXD21992.imf18aec.mail.bellsouth.net@ibm59aec.bellsouth.net> for ; Sun, 29 Oct 2006 17:09:26 -0500 Received: from [172.16.1.7] (really [65.80.200.112]) by ibm59aec.bellsouth.net with ESMTP id <20061029220926.HYPU23490.ibm59aec.bellsouth.net@[172.16.1.7]> for ; Sun, 29 Oct 2006 17:09:26 -0500 Message-ID: <454527D1.9010703@bellsouth.net> Date: Sun, 29 Oct 2006 17:14:41 -0500 From: Alex Karasulu User-Agent: Thunderbird 1.5.0.7 (X11/20060922) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [build] changes to trunks References: <454502F1.6080706@bellsouth.net> In-Reply-To: <454502F1.6080706@bellsouth.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Alex Karasulu wrote: > 1). Reverted to using 1.0.5 released for master directory pom for apacheds > > -- Even for subprojects in dev branches do not use a SNAPSHOT pom > Doing so will require a new builder to have to do non-recursive > build up at the top. We don't want that. > > 2). I disabled all the sar module builds which require the sar plugin > > -- If you want the sar stuff you'll have to figure out how to build > it on your own. It's requires more than the standard build path > to build. Why penalize users that don't even want it by breaking > the build. > > 3). Bumped up apacheds revision to 1.5.0-SNAPSHOT due to concluded vote. > > -- We are not bumping up shared code to 1.5 because that stuff > is not stable and is pre-1.0. Even a jump to JDK 5 is ok for now > it is still pre-1.0 since it will be in a state of severe flux > for a long time to come. > > > There is now some breakage in the build I will clean that in a few minutes. > Everything is building properly now in trucks without any issue. With a clean maven repo (doing a rm -rf ~/.m2/repository) you should be able to build apacheds in trunks (1.5 dev branch) and in the 1.0 stable branch. Alex