From dev-return-27928-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Nov 05 17:00:09 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 74524 invoked from network); 5 Nov 2008 17:00:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 17:00:07 -0000 Received: (qmail 88587 invoked by uid 500); 5 Nov 2008 17:00:13 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 88543 invoked by uid 500); 5 Nov 2008 17:00:13 -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 88527 invoked by uid 99); 5 Nov 2008 17:00:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 09:00:13 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elecharny@gmail.com designates 216.239.58.190 as permitted sender) Received: from [216.239.58.190] (HELO gv-out-0910.google.com) (216.239.58.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 16:58:55 +0000 Received: by gv-out-0910.google.com with SMTP id l14so25918gvf.19 for ; Wed, 05 Nov 2008 08:59:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding:from; bh=tjQyyrn/XGgKGVW5nTBTX0wdPqJJoRFY69SCk6gd1yM=; b=suLSHo5o1zyAlWBH/ToKqL5sQTLxqasu8zbG6J51ATjPkgzlGX3He07iwJ6sh+11CC bjorzv27VvZbrHQsm5LaIYFZ42Decl8ZfCWYkwuFD8jQGXPl3+jxnGSIInVoxT6rIFdS 1ln5cmMEd26u9Ai7EnH+JFGLm4QfJUz6IdZTU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding:from; b=jw+dYGlYUJH/P1EWtwNQD5r6BbmRhwmfzg+CVH6/MuW0gL7EewEwV2JGtg/lFXvqUM RYW4LC/NZjlHPjoy9KvwEkTTUd1oUqPdsdxhAI1lFwbttMkkEphWVeIzKqF46ht3E2ED NW1Q4ZqQdAc2UBClDkmQnCHa4dxLTlhHpalDY= Received: by 10.86.92.7 with SMTP id p7mr1369354fgb.24.1225904359801; Wed, 05 Nov 2008 08:59:19 -0800 (PST) Received: from ?192.168.0.13? ([78.226.4.211]) by mx.google.com with ESMTPS id e11sm291798fga.9.2008.11.05.08.59.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Nov 2008 08:59:18 -0800 (PST) Message-ID: <4911D0E5.40403@nextury.com> Date: Wed, 05 Nov 2008 17:59:17 +0100 User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [ApacheDS] Problem with AbstratctBootstrapSchema References: <3eff600b0811050843h589a6800k262915fd65c62715@mail.gmail.com> In-Reply-To: <3eff600b0811050843h589a6800k262915fd65c62715@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit From: Emmanuel Lecharny X-Virus-Checked: Checked by ClamAV on apache.org x wrote: > Emmanuel, > > I was working with 1.5.4, but I'm now trying with the 1.5.5 source. I made > the fix to set the package name, but now I am getting this stack trace: > Ok, nothing serious. Just do that : cd apacheds/bootstrap-partition mvn clean install and it will work. This DBFILES file is containing all the LDAP elements needed to bootstrap the server (the metabase), but sadly, if you simply build the server, then do a mvn eclipse:eclipse, this file is wipped out. To summarize, if you want to build ADS : - goto your root project (you will have the apacheds, shared, project, daemon and install subdirectories there) - mvn clean install - mvn eclipse:eclipse - cd apacheds/bootstrap-partition - mvn clean install that's it ! -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org