All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zhang, Jessica" <jessica.zhang@intel.com>
To: Atanas Gegov <atanas.gegov.oss@gmail.com>,
	"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [RFC 0/3] Cheat sheet for hello world project
Date: Tue, 31 Jul 2012 17:08:56 +0000	[thread overview]
Message-ID: <C6510F6D410BB64A8C15398EDC6B847C46ABCE36@ORSMSX101.amr.corp.intel.com> (raw)
In-Reply-To: <cover.1343140579.git.atanas.gegov@bmw-carit.de>

Hi Atanas,

This patch set looks nice, couple comments:

1. Is it just meant for C++ project since it's applicable to C project as well
2. I'd think this should be targeted for the upcoming 1.3 release that's targeted for Oct.. For 1.3 release we are based on the latest Juno release and also, there's a new feature added for SDK which makes it rellocatable which is under patch review atm.  I'd suggest you  follow bug 2383 once it's marked resolved, which means the patch is merged into master.  Then pull down the latest master and the latest Eclipse plug-in to capture the latest behavior and update the cheatsheet contents accordingly.

Thanks,
Jessica

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Atanas Gegov
Sent: Tuesday, July 24, 2012 8:54 AM
To: yocto@yoctoproject.org
Subject: [yocto] [RFC 0/3] Cheat sheet for hello world project

From: Atanas Gegov <atanas.gegov@bmw-carit.de>

Hi,

currently the adt manual contains a description of how to create a new project (chapter 4.2). Also some videos are explaining how to achieve this. Eclipse provides a nice way of interactive tutorials with the cheat sheets and I thought it would be nice to have this kind of user help. So I have created a cheat sheet for the 'Hello World C++ Autotools Project' project delivered with the yocto ide. It guides the user through the process of creating and building the hello world project. Some operations such as changing to the C/C++ perspective can even be automated helping the user to get started with the project.

Cheers, Atanas

Atanas Gegov (3):
  plugins/sdk.ide.doc.user: Added plugin for ide specific user help
  feature/sdk: Added user doc plugin
  plugins/sdk.ide.doc.user: Added cheat sheet for hello world project

 features/org.yocto.sdk/feature.xml                 |    8 +
 plugins/org.yocto.sdk.ide.doc.user/.classpath      |    6 +
 plugins/org.yocto.sdk.ide.doc.user/.project        |   28 +++
 .../.settings/org.eclipse.jdt.core.prefs           |    8 +
 .../META-INF/MANIFEST.MF                           |    8 +
 .../OSGI-INF/l10n/bundle.properties                |    7 +
 .../org.yocto.sdk.ide.doc.user/build.properties    |    6 +
 .../cheatsheets/createNewHelloWorldProject.xml     |  187 ++++++++++++++++++++
 plugins/org.yocto.sdk.ide.doc.user/plugin.xml      |   13 ++
 9 files changed, 271 insertions(+), 0 deletions(-)  create mode 100644 plugins/org.yocto.sdk.ide.doc.user/.classpath
 create mode 100644 plugins/org.yocto.sdk.ide.doc.user/.project
 create mode 100644 plugins/org.yocto.sdk.ide.doc.user/.settings/org.eclipse.jdt.core.prefs
 create mode 100644 plugins/org.yocto.sdk.ide.doc.user/META-INF/MANIFEST.MF
 create mode 100644 plugins/org.yocto.sdk.ide.doc.user/OSGI-INF/l10n/bundle.properties
 create mode 100644 plugins/org.yocto.sdk.ide.doc.user/build.properties
 create mode 100644 plugins/org.yocto.sdk.ide.doc.user/cheatsheets/createNewHelloWorldProject.xml
 create mode 100644 plugins/org.yocto.sdk.ide.doc.user/plugin.xml

--
1.7.5.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


  parent reply	other threads:[~2012-07-31 17:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-24 15:53 [RFC 0/3] Cheat sheet for hello world project Atanas Gegov
2012-07-24 15:53 ` [RFC 1/3] plugins/sdk.ide.doc.user: Added plugin for ide specific user help Atanas Gegov
2012-07-24 15:53 ` [RFC 2/3] feature/sdk: Added user doc plugin Atanas Gegov
2012-07-24 15:53 ` [RFC 3/3] plugins/sdk.ide.doc.user: Added cheat sheet for hello world project Atanas Gegov
2012-07-31 17:08 ` Zhang, Jessica [this message]
2012-08-01 13:40   ` [RFC 0/3] Cheat " Atanas Gegov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C6510F6D410BB64A8C15398EDC6B847C46ABCE36@ORSMSX101.amr.corp.intel.com \
    --to=jessica.zhang@intel.com \
    --cc=atanas.gegov.oss@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.