Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 34682 invoked from network); 4 Jan 2008 09:58:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2008 09:58:51 -0000 Received: (qmail 65404 invoked by uid 500); 4 Jan 2008 09:58:40 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 65365 invoked by uid 500); 4 Jan 2008 09:58:40 -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 65354 invoked by uid 99); 4 Jan 2008 09:58:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 01:58:40 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [195.216.81.147] (HELO mail.otego.com) (195.216.81.147) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 09:58:29 +0000 Received: (qmail 13324 invoked from network); 4 Jan 2008 09:58:21 -0000 Received: from 192.168.222.129 by zeus (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.91.2/4015. perlscan: 1.25st. Clear:RC:1(192.168.222.129):. Processed in 0.026512 secs); 04 Jan 2008 09:58:21 -0000 Received: from unknown (HELO ?192.168.222.129?) (192.168.222.129) by 0 with SMTP; 4 Jan 2008 09:58:21 -0000 Message-ID: <477E033E.2020307@apache.org> Date: Fri, 04 Jan 2008 10:58:22 +0100 From: Felix Knecht User-Agent: Thunderbird 2.0.0.9 (X11/20071118) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: svn commit: r608665 - in /directory/sandbox/felixk: ./ studio/ studio/src/main/assembly/ References: <20080103223709.D8B611A9832@eris.apache.org> <477D66E6.1040107@apache.org> <98d8c0860801040155r8dd7041s703d663c871cda58@mail.gmail.com> In-Reply-To: <98d8c0860801040155r8dd7041s703d663c871cda58@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Pierre-Arnaud Marcelot schrieb: > On Jan 3, 2008 11:51 PM, Felix Knecht > wrote: > > - I still can't start the distributed application for linux (but > time's running out for this evening) > > > I tried to start the application on linux and now I know why it's > failing... > We lack a few eclipse dependencies as jars and folders in the plugins > folder. > I'm going to make a list of what's missing, so you can update the > Studio M2 Repository. I also now, that originally some jars in the plugins folder were unzipped (it's commented in the sutdio/pom.xml). Do the need to be unzipped or can eclipse handle this? Felix