All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't create a new project with Yocto BitBake Commander plugin
@ 2011-05-18  0:46 Daniel Lazzari
  2011-05-18  2:46 ` Zhang, Jessica
  2011-05-18 20:55 ` Zhang, Jessica
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Lazzari @ 2011-05-18  0:46 UTC (permalink / raw)
  To: yocto

Hi everyone,

I searched and couldn't find anything on this issue, but it seems so
obvious that I'm guessing I'm doing something wrong. I installed the
Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
10.04 machine. I selected File->New->Project, Selected Yocto BitBake
Commander->New Yocto Project, set the Project Name to Yocto and
selected the workspace folder where I have my Yocto checkout. It says
everything is valid at the top, I click Finish, and it just flashes
and keeps the dialog box up. No new project is created.

Has anyone else experienced this and knows of a fix or workaround? I'd
be happy to provide more details or log a bug for it if that helps.

Thanks,
Daniel Lazzari Jr.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can't create a new project with Yocto BitBake Commander plugin
  2011-05-18  0:46 Can't create a new project with Yocto BitBake Commander plugin Daniel Lazzari
@ 2011-05-18  2:46 ` Zhang, Jessica
  2011-05-18 20:55 ` Zhang, Jessica
  1 sibling, 0 replies; 7+ messages in thread
From: Zhang, Jessica @ 2011-05-18  2:46 UTC (permalink / raw)
  To: Daniel Lazzari, yocto

Hi Daniel,

So to be clear, you want a bitbake commander project or yocto sdk project? The former will allow you to edit the bitbate recipe files, the later will allow you develop embedded applications that compiling using the cross toolchain.

Also, what is your Yocto checkout, the latest or Bernard, how about your eclipse plug-in? The 1.0 Eclipse plug-in is having some issues working with the latest yocto tree, and only working with Bernard.

Please provide more information.

Thanks,
Jessica

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Daniel Lazzari
Sent: Tuesday, May 17, 2011 5:46 PM
To: yocto@yoctoproject.org
Subject: [yocto] Can't create a new project with Yocto BitBake Commander plugin

Hi everyone,

I searched and couldn't find anything on this issue, but it seems so
obvious that I'm guessing I'm doing something wrong. I installed the
Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
10.04 machine. I selected File->New->Project, Selected Yocto BitBake
Commander->New Yocto Project, set the Project Name to Yocto and
selected the workspace folder where I have my Yocto checkout. It says
everything is valid at the top, I click Finish, and it just flashes
and keeps the dialog box up. No new project is created.

Has anyone else experienced this and knows of a fix or workaround? I'd
be happy to provide more details or log a bug for it if that helps.

Thanks,
Daniel Lazzari Jr.
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can't create a new project with Yocto BitBake Commander plugin
  2011-05-18  0:46 Can't create a new project with Yocto BitBake Commander plugin Daniel Lazzari
  2011-05-18  2:46 ` Zhang, Jessica
@ 2011-05-18 20:55 ` Zhang, Jessica
  2011-05-19 18:26   ` Daniel Lazzari
  1 sibling, 1 reply; 7+ messages in thread
From: Zhang, Jessica @ 2011-05-18 20:55 UTC (permalink / raw)
  To: Daniel Lazzari, yocto

Hi Daniel,

One more thing to check, do you have a build dir under your Yocto checkout?  If so that maybe the reason prevent a new bitbake commander project being created since the build dir can contain large contents that Eclipse IProject tree view can't handle, so the work around is to move your build dir outside your Yocto checkout through oe-init-build-env path_of_build_dir...

Thanks,
Jessica

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Daniel Lazzari
Sent: Tuesday, May 17, 2011 5:46 PM
To: yocto@yoctoproject.org
Subject: [yocto] Can't create a new project with Yocto BitBake Commander plugin

Hi everyone,

I searched and couldn't find anything on this issue, but it seems so
obvious that I'm guessing I'm doing something wrong. I installed the
Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
10.04 machine. I selected File->New->Project, Selected Yocto BitBake
Commander->New Yocto Project, set the Project Name to Yocto and
selected the workspace folder where I have my Yocto checkout. It says
everything is valid at the top, I click Finish, and it just flashes
and keeps the dialog box up. No new project is created.

Has anyone else experienced this and knows of a fix or workaround? I'd
be happy to provide more details or log a bug for it if that helps.

Thanks,
Daniel Lazzari Jr.
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can't create a new project with Yocto BitBake Commander plugin
  2011-05-18 20:55 ` Zhang, Jessica
@ 2011-05-19 18:26   ` Daniel Lazzari
  2011-05-19 18:46     ` Daniel Lazzari
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Lazzari @ 2011-05-19 18:26 UTC (permalink / raw)
  To: Zhang, Jessica; +Cc: yocto

Hi Jessica,

I want a Bitbake Commander project as I'll be creating and editing
recipes, classes, and configuration files. I am using the Bernard
release I downloaded from
http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2
though I renamed the directory to Yocto. I am using the 1.0 Eclipse
plugin. I did have a build directory so I moved that outside of the
Yocto directory, but still no luck.

Thanks for the help,
Daniel Lazzari Jr.

On Wed, May 18, 2011 at 1:55 PM, Zhang, Jessica <jessica.zhang@intel.com> wrote:
> Hi Daniel,
>
> One more thing to check, do you have a build dir under your Yocto checkout?  If so that maybe the reason prevent a new bitbake commander project being created since the build dir can contain large contents that Eclipse IProject tree view can't handle, so the work around is to move your build dir outside your Yocto checkout through oe-init-build-env path_of_build_dir...
>
> Thanks,
> Jessica
>
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Daniel Lazzari
> Sent: Tuesday, May 17, 2011 5:46 PM
> To: yocto@yoctoproject.org
> Subject: [yocto] Can't create a new project with Yocto BitBake Commander plugin
>
> Hi everyone,
>
> I searched and couldn't find anything on this issue, but it seems so
> obvious that I'm guessing I'm doing something wrong. I installed the
> Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
> 10.04 machine. I selected File->New->Project, Selected Yocto BitBake
> Commander->New Yocto Project, set the Project Name to Yocto and
> selected the workspace folder where I have my Yocto checkout. It says
> everything is valid at the top, I click Finish, and it just flashes
> and keeps the dialog box up. No new project is created.
>
> Has anyone else experienced this and knows of a fix or workaround? I'd
> be happy to provide more details or log a bug for it if that helps.
>
> Thanks,
> Daniel Lazzari Jr.
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can't create a new project with Yocto BitBake Commander plugin
  2011-05-19 18:26   ` Daniel Lazzari
@ 2011-05-19 18:46     ` Daniel Lazzari
  2011-05-19 20:48       ` Zhang, Jessica
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Lazzari @ 2011-05-19 18:46 UTC (permalink / raw)
  To: Zhang, Jessica; +Cc: yocto

I tried with a fresh download and didn't rename the directory and then
looked at the .log file in my workspace/.metadata directory. Here's
the exceptions and stack traces I get from clicking Finish:

!SESSION 2011-05-19 11:42:15.961 -----------------------------------------------
eclipse.buildId=M20110210-1200
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product
org.eclipse.epp.package.cpp.product

!ENTRY org.yocto.bc.ui 4 4 2011-05-19 11:43:09.686
!MESSAGE
!STACK 0
java.lang.reflect.InvocationTargetException
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:121)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
	at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
	at org.yocto.bc.ui.wizards.install.InstallWizard.performFinish(Unknown Source)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
Caused by: org.eclipse.core.internal.resources.ResourceException:
Invalid project description.
	at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:162)
	at org.eclipse.core.internal.resources.Project.assertCreateRequirements(Project.java:52)
	at org.eclipse.core.internal.resources.Project.create(Project.java:274)
	at org.eclipse.core.internal.resources.Project.create(Project.java:256)
	at org.yocto.bc.ui.wizards.newproject.CreateBBCProjectOperation.execute(Unknown
Source)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
	... 43 more
Root exception:
org.eclipse.core.internal.resources.ResourceException: Invalid project
description.
	at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:162)
	at org.eclipse.core.internal.resources.Project.assertCreateRequirements(Project.java:52)
	at org.eclipse.core.internal.resources.Project.create(Project.java:274)
	at org.eclipse.core.internal.resources.Project.create(Project.java:256)
	at org.yocto.bc.ui.wizards.newproject.CreateBBCProjectOperation.execute(Unknown
Source)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
	at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
	at org.yocto.bc.ui.wizards.install.InstallWizard.performFinish(Unknown Source)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
Contains: OK
Contains: /home/dlazzari/workspace/poky-bernard-5.0 overlaps the
location of another project: 'poky-bernard-5.0'

Hope that helps.

On Thu, May 19, 2011 at 11:26 AM, Daniel Lazzari <busytester@gmail.com> wrote:
> Hi Jessica,
>
> I want a Bitbake Commander project as I'll be creating and editing
> recipes, classes, and configuration files. I am using the Bernard
> release I downloaded from
> http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2
> though I renamed the directory to Yocto. I am using the 1.0 Eclipse
> plugin. I did have a build directory so I moved that outside of the
> Yocto directory, but still no luck.
>
> Thanks for the help,
> Daniel Lazzari Jr.
>
> On Wed, May 18, 2011 at 1:55 PM, Zhang, Jessica <jessica.zhang@intel.com> wrote:
>> Hi Daniel,
>>
>> One more thing to check, do you have a build dir under your Yocto checkout?  If so that maybe the reason prevent a new bitbake commander project being created since the build dir can contain large contents that Eclipse IProject tree view can't handle, so the work around is to move your build dir outside your Yocto checkout through oe-init-build-env path_of_build_dir...
>>
>> Thanks,
>> Jessica
>>
>> -----Original Message-----
>> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Daniel Lazzari
>> Sent: Tuesday, May 17, 2011 5:46 PM
>> To: yocto@yoctoproject.org
>> Subject: [yocto] Can't create a new project with Yocto BitBake Commander plugin
>>
>> Hi everyone,
>>
>> I searched and couldn't find anything on this issue, but it seems so
>> obvious that I'm guessing I'm doing something wrong. I installed the
>> Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
>> 10.04 machine. I selected File->New->Project, Selected Yocto BitBake
>> Commander->New Yocto Project, set the Project Name to Yocto and
>> selected the workspace folder where I have my Yocto checkout. It says
>> everything is valid at the top, I click Finish, and it just flashes
>> and keeps the dialog box up. No new project is created.
>>
>> Has anyone else experienced this and knows of a fix or workaround? I'd
>> be happy to provide more details or log a bug for it if that helps.
>>
>> Thanks,
>> Daniel Lazzari Jr.
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can't create a new project with Yocto BitBake Commander plugin
  2011-05-19 18:46     ` Daniel Lazzari
@ 2011-05-19 20:48       ` Zhang, Jessica
  2011-05-20  0:10         ` Daniel Lazzari
  0 siblings, 1 reply; 7+ messages in thread
From: Zhang, Jessica @ 2011-05-19 20:48 UTC (permalink / raw)
  To: Daniel Lazzari; +Cc: yocto

OK, can you give me more info regarding your directory setup?
1. What is your eclipse workspace directory
2. what is your poky Bernard directory?

I think you may run into a corner case bug with your setup which I'm trying to reproduce.  As to my setup that I tested and works is as following:

My Eclispe workspace is /home/jzhang/workspace
My Yocto directory is /home/jzhang/Yocto (without the build dir)

In the Eclise plug-in the create project, I set my project name as Yocto and the location as /home/jzhang and the bitbake commander project is created correctly for me.  Can you try create the project by mapping my directory setup? In the mean time I'll try to reproduce the issue with your setting once I get the info.

Thanks,
Jessica
-----Original Message-----
From: Daniel Lazzari [mailto:busytester@gmail.com]
Sent: Thursday, May 19, 2011 11:46 AM
To: Zhang, Jessica
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Can't create a new project with Yocto BitBake Commander plugin

I tried with a fresh download and didn't rename the directory and then
looked at the .log file in my workspace/.metadata directory. Here's
the exceptions and stack traces I get from clicking Finish:

!SESSION 2011-05-19 11:42:15.961 -----------------------------------------------
eclipse.buildId=M20110210-1200
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product
org.eclipse.epp.package.cpp.product

!ENTRY org.yocto.bc.ui 4 4 2011-05-19 11:43:09.686
!MESSAGE
!STACK 0
java.lang.reflect.InvocationTargetException
        at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:121)
        at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
        at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
        at org.yocto.bc.ui.wizards.install.InstallWizard.performFinish(Unknown Source)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
Caused by: org.eclipse.core.internal.resources.ResourceException:
Invalid project description.
        at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:162)
        at org.eclipse.core.internal.resources.Project.assertCreateRequirements(Project.java:52)
        at org.eclipse.core.internal.resources.Project.create(Project.java:274)
        at org.eclipse.core.internal.resources.Project.create(Project.java:256)
        at org.yocto.bc.ui.wizards.newproject.CreateBBCProjectOperation.execute(Unknown
Source)
        at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
        at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
        ... 43 more
Root exception:
org.eclipse.core.internal.resources.ResourceException: Invalid project
description.
        at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:162)
        at org.eclipse.core.internal.resources.Project.assertCreateRequirements(Project.java:52)
        at org.eclipse.core.internal.resources.Project.create(Project.java:274)
        at org.eclipse.core.internal.resources.Project.create(Project.java:256)
        at org.yocto.bc.ui.wizards.newproject.CreateBBCProjectOperation.execute(Unknown
Source)
        at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
        at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
        at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
        at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
        at org.yocto.bc.ui.wizards.install.InstallWizard.performFinish(Unknown Source)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
Contains: OK
Contains: /home/dlazzari/workspace/poky-bernard-5.0 overlaps the
location of another project: 'poky-bernard-5.0'

Hope that helps.

On Thu, May 19, 2011 at 11:26 AM, Daniel Lazzari <busytester@gmail.com> wrote:
> Hi Jessica,
>
> I want a Bitbake Commander project as I'll be creating and editing
> recipes, classes, and configuration files. I am using the Bernard
> release I downloaded from
> http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2
> though I renamed the directory to Yocto. I am using the 1.0 Eclipse
> plugin. I did have a build directory so I moved that outside of the
> Yocto directory, but still no luck.
>
> Thanks for the help,
> Daniel Lazzari Jr.
>
> On Wed, May 18, 2011 at 1:55 PM, Zhang, Jessica <jessica.zhang@intel.com> wrote:
>> Hi Daniel,
>>
>> One more thing to check, do you have a build dir under your Yocto checkout?  If so that maybe the reason prevent a new bitbake commander project being created since the build dir can contain large contents that Eclipse IProject tree view can't handle, so the work around is to move your build dir outside your Yocto checkout through oe-init-build-env path_of_build_dir...
>>
>> Thanks,
>> Jessica
>>
>> -----Original Message-----
>> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Daniel Lazzari
>> Sent: Tuesday, May 17, 2011 5:46 PM
>> To: yocto@yoctoproject.org
>> Subject: [yocto] Can't create a new project with Yocto BitBake Commander plugin
>>
>> Hi everyone,
>>
>> I searched and couldn't find anything on this issue, but it seems so
>> obvious that I'm guessing I'm doing something wrong. I installed the
>> Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
>> 10.04 machine. I selected File->New->Project, Selected Yocto BitBake
>> Commander->New Yocto Project, set the Project Name to Yocto and
>> selected the workspace folder where I have my Yocto checkout. It says
>> everything is valid at the top, I click Finish, and it just flashes
>> and keeps the dialog box up. No new project is created.
>>
>> Has anyone else experienced this and knows of a fix or workaround? I'd
>> be happy to provide more details or log a bug for it if that helps.
>>
>> Thanks,
>> Daniel Lazzari Jr.
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can't create a new project with Yocto BitBake Commander plugin
  2011-05-19 20:48       ` Zhang, Jessica
@ 2011-05-20  0:10         ` Daniel Lazzari
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Lazzari @ 2011-05-20  0:10 UTC (permalink / raw)
  To: Zhang, Jessica; +Cc: yocto

My Eclipse workspace is /home/dlazzari/workspace
My Yocto directory is /home/dlazzari/workspace/Yocto

By moving the Yocto directory to /home/dlazzari/Yocto like you have,
it started working. My guess is that it saw that the Yocto directory
was already in workspace and got confused thinking it was already an
Eclipse project.

Thanks for the help!
Daniel Lazzari Jr.

On Thu, May 19, 2011 at 1:48 PM, Zhang, Jessica <jessica.zhang@intel.com> wrote:
> OK, can you give me more info regarding your directory setup?
> 1. What is your eclipse workspace directory
> 2. what is your poky Bernard directory?
>
> I think you may run into a corner case bug with your setup which I'm trying to reproduce.  As to my setup that I tested and works is as following:
>
> My Eclispe workspace is /home/jzhang/workspace
> My Yocto directory is /home/jzhang/Yocto (without the build dir)
>
> In the Eclise plug-in the create project, I set my project name as Yocto and the location as /home/jzhang and the bitbake commander project is created correctly for me.  Can you try create the project by mapping my directory setup? In the mean time I'll try to reproduce the issue with your setting once I get the info.
>
> Thanks,
> Jessica
> -----Original Message-----
> From: Daniel Lazzari [mailto:busytester@gmail.com]
> Sent: Thursday, May 19, 2011 11:46 AM
> To: Zhang, Jessica
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Can't create a new project with Yocto BitBake Commander plugin
>
> I tried with a fresh download and didn't rename the directory and then
> looked at the .log file in my workspace/.metadata directory. Here's
> the exceptions and stack traces I get from clicking Finish:
>
> !SESSION 2011-05-19 11:42:15.961 -----------------------------------------------
> eclipse.buildId=M20110210-1200
> java.version=1.6.0_24
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.cpp.product
> Command-line arguments:  -os linux -ws gtk -arch x86 -product
> org.eclipse.epp.package.cpp.product
>
> !ENTRY org.yocto.bc.ui 4 4 2011-05-19 11:43:09.686
> !MESSAGE
> !STACK 0
> java.lang.reflect.InvocationTargetException
>        at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:121)
>        at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
>        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
>        at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
>        at org.yocto.bc.ui.wizards.install.InstallWizard.performFinish(Unknown Source)
>        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
>        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
>        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
>        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
>        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
>        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
>        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
>        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
>        at org.eclipse.jface.window.Window.open(Window.java:801)
>        at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
>        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
>        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
>        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
>        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
>        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
>        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
>        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
>        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
>        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
>        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
>        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
>        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
>        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
>        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
>        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
>        at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
> Caused by: org.eclipse.core.internal.resources.ResourceException:
> Invalid project description.
>        at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:162)
>        at org.eclipse.core.internal.resources.Project.assertCreateRequirements(Project.java:52)
>        at org.eclipse.core.internal.resources.Project.create(Project.java:274)
>        at org.eclipse.core.internal.resources.Project.create(Project.java:256)
>        at org.yocto.bc.ui.wizards.newproject.CreateBBCProjectOperation.execute(Unknown
> Source)
>        at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
>        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
>        at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
>        ... 43 more
> Root exception:
> org.eclipse.core.internal.resources.ResourceException: Invalid project
> description.
>        at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:162)
>        at org.eclipse.core.internal.resources.Project.assertCreateRequirements(Project.java:52)
>        at org.eclipse.core.internal.resources.Project.create(Project.java:274)
>        at org.eclipse.core.internal.resources.Project.create(Project.java:256)
>        at org.yocto.bc.ui.wizards.newproject.CreateBBCProjectOperation.execute(Unknown
> Source)
>        at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
>        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
>        at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
>        at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
>        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
>        at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
>        at org.yocto.bc.ui.wizards.install.InstallWizard.performFinish(Unknown Source)
>        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
>        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
>        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
>        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
>        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
>        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
>        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
>        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
>        at org.eclipse.jface.window.Window.open(Window.java:801)
>        at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
>        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
>        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
>        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
>        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
>        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
>        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
>        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
>        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
>        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
>        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
>        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
>        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
>        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
>        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
>        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
>        at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
> Contains: OK
> Contains: /home/dlazzari/workspace/poky-bernard-5.0 overlaps the
> location of another project: 'poky-bernard-5.0'
>
> Hope that helps.
>
> On Thu, May 19, 2011 at 11:26 AM, Daniel Lazzari <busytester@gmail.com> wrote:
>> Hi Jessica,
>>
>> I want a Bitbake Commander project as I'll be creating and editing
>> recipes, classes, and configuration files. I am using the Bernard
>> release I downloaded from
>> http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2
>> though I renamed the directory to Yocto. I am using the 1.0 Eclipse
>> plugin. I did have a build directory so I moved that outside of the
>> Yocto directory, but still no luck.
>>
>> Thanks for the help,
>> Daniel Lazzari Jr.
>>
>> On Wed, May 18, 2011 at 1:55 PM, Zhang, Jessica <jessica.zhang@intel.com> wrote:
>>> Hi Daniel,
>>>
>>> One more thing to check, do you have a build dir under your Yocto checkout?  If so that maybe the reason prevent a new bitbake commander project being created since the build dir can contain large contents that Eclipse IProject tree view can't handle, so the work around is to move your build dir outside your Yocto checkout through oe-init-build-env path_of_build_dir...
>>>
>>> Thanks,
>>> Jessica
>>>
>>> -----Original Message-----
>>> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Daniel Lazzari
>>> Sent: Tuesday, May 17, 2011 5:46 PM
>>> To: yocto@yoctoproject.org
>>> Subject: [yocto] Can't create a new project with Yocto BitBake Commander plugin
>>>
>>> Hi everyone,
>>>
>>> I searched and couldn't find anything on this issue, but it seems so
>>> obvious that I'm guessing I'm doing something wrong. I installed the
>>> Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
>>> 10.04 machine. I selected File->New->Project, Selected Yocto BitBake
>>> Commander->New Yocto Project, set the Project Name to Yocto and
>>> selected the workspace folder where I have my Yocto checkout. It says
>>> everything is valid at the top, I click Finish, and it just flashes
>>> and keeps the dialog box up. No new project is created.
>>>
>>> Has anyone else experienced this and knows of a fix or workaround? I'd
>>> be happy to provide more details or log a bug for it if that helps.
>>>
>>> Thanks,
>>> Daniel Lazzari Jr.
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-20  0:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-18  0:46 Can't create a new project with Yocto BitBake Commander plugin Daniel Lazzari
2011-05-18  2:46 ` Zhang, Jessica
2011-05-18 20:55 ` Zhang, Jessica
2011-05-19 18:26   ` Daniel Lazzari
2011-05-19 18:46     ` Daniel Lazzari
2011-05-19 20:48       ` Zhang, Jessica
2011-05-20  0:10         ` Daniel Lazzari

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.