From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tinyArch.localdomain (unknown [78.110.170.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 82CC7E004EB for ; Fri, 23 Sep 2011 07:13:00 -0700 (PDT) Received: from [192.168.0.58] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id 1191220797 for ; Fri, 23 Sep 2011 14:30:05 +0100 (BST) Message-ID: <4E7C93EE.2030509@communistcode.co.uk> Date: Fri, 23 Sep 2011 15:13:02 +0100 From: Jack Mitchell User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: yocto@yoctoproject.org References: <4E7C918D.5050407@communistcode.co.uk> In-Reply-To: <4E7C918D.5050407@communistcode.co.uk> Subject: Re: Eclipse Plugin 1.1-M4 X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 14:13:03 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 23/09/2011 15:02, Jack Mitchell wrote: > I am trying to get the latest plugin working with Eclipse Indigo and > have followed the instructions listed here: > > http://permalink.gmane.org/gmane.linux.embedded.yocto.general/2596 > > The instructions all work fine until I point Eclipse to a local git > clone of the EclipsePlugin directory. When I try to install the plugin > I recieve this error message: > > Cannot complete the install because one or more required items could > not be found. > Software being installed: Yocto Plugin for Eclipse 1.1.0.qualifier > (org.yocto.sdk.feature.group 1.1.0.qualifier) > Missing requirement: Yocto Plugin for Eclipse 1.1.0.qualifier > (org.yocto.sdk.feature.group 1.1.0.qualifier) requires > 'org.yocto.sdk.source.feature.group 0.0.0' but it could not be found > > Could anyone shed any light on the situation? > > Regards, > Jack. > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Ok, I managed to get it installed by adding the 1.0 repository so that it could find the'group' it was looking for. When installed I then tried to alter the preferences and promtly recieved this message: Unable to create the selected preference page. org.yocto.sdk.ide.preferences.YoctoSDKPreferencePage Screenshot: http://i.imgur.com/Ieibg.png If I try to create a project using the yocto plugin it throws a nullPointer error - am I missing something here or are there still issues to be ironed out on the new 1.1 git? Cheers, Jack.