Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 92399 invoked from network); 20 Nov 2007 18:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 18:11:06 -0000 Received: (qmail 34011 invoked by uid 500); 20 Nov 2007 18:10:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 33972 invoked by uid 500); 20 Nov 2007 18:10:52 -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 33961 invoked by uid 99); 20 Nov 2007 18:10:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 10:10:52 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [213.46.255.22] (HELO viefep24-int.chello.at) (213.46.255.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 18:10:41 +0000 Received: from felixknecht.ch ([217.162.149.243]) by viefep24-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071120181031.LUEL26398.viefep24-int.chello.at@felixknecht.ch> for ; Tue, 20 Nov 2007 19:10:31 +0100 Received: (qmail 25816 invoked by uid 210); 20 Nov 2007 18:10:30 -0000 Received: from 192.168.1.97 by odin (envelope-from , uid 201) with qmail-scanner-2.01st (clamdscan: 0.91.2/4846. perlscan: 2.01st. Clear:RC:1(192.168.1.97):. Processed in 0.025469 secs); 20 Nov 2007 18:10:30 -0000 Received: from unknown (HELO ?192.168.1.97?) (192.168.1.97) by 192.168.1.11 with SMTP; 20 Nov 2007 18:10:30 -0000 Message-ID: <47432316.60002@apache.org> Date: Tue, 20 Nov 2007 19:10:30 +0100 From: Felix Knecht Organization: apache.org User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Studio Maven Build References: <472F5A33.8030907@apache.org> <472FA3FD.4070207@apache.org> In-Reply-To: <472FA3FD.4070207@apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Stefan > > Here are the steps using the ant/ivy build: > - Checkout sources > - Run "ant resolve" > - Start eclipse (using a fresh workspace) > - Select File->Import->General->Existing Projects into Workspace > - Choose the folder with the sources > - After some time there should be a list of projects, select all and finish > So far I am, but howto start the plugins within eclipse? - I open the studio-rcp/studio.product file. - In the Overview-Tab + I try to Testing/ 1. Synchronize -> Error 'The product's defining plug-in could not be found. + I try to Testing/ 2. Launch an Eclipse Application -> Error SESSION Tue Nov 20 19:08:18 CET 2007 ------------------------------------------ !ENTRY org.eclipse.equinox.launcher 4 0 2007-11-20 19:08:18.687 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:505) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) at org.eclipse.equinox.launcher.Main.main(Main.java:1148) I'm using JDK1.6, Eclipse Europe 3.3.1.1. Do I need to install any further Eclipse plugins or can't I launch the plugins like this as an application? Thanks Felix