<br><br><br>hello <br>we where on monday in Lugano to present our project in kongresszentrum Lugano<br>then today we were in your office . but we saw no body<br>tomorrow we  to collect grape<br><br>ok<br>bye <br>chanceline / michel<br>
<br><br><br><div class="gmail_quote">On Sat, Oct 1, 2011 at 12:00 PM,  <span dir="ltr"><<a href="mailto:yanel-development-request@wyona.com">yanel-development-request@wyona.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send Yanel-development mailing list submissions to<br>
        <a href="mailto:yanel-development@wyona.com">yanel-development@wyona.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:yanel-development-request@wyona.com">yanel-development-request@wyona.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:yanel-development-owner@wyona.com">yanel-development-owner@wyona.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Yanel-development digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Yanel with git and Eclipse: Tip for build directory<br>
      (Michael Wechner)<br>
   2. Yanel source is now hosted at Github (Michael Wechner)<br>
   3. Re: Yanel with git and Eclipse: Tip for build directory (basZero)<br>
   4. Re: Yanel source is now hosted at Github (basZero)<br>
   5. showing git branch in command prompt (Michael Wechner)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 30 Sep 2011 13:51:53 +0200<br>
From: Michael Wechner <<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>><br>
To: <a href="mailto:yanel-development@wyona.com">yanel-development@wyona.com</a><br>
Subject: Re: [Yanel-dev] Yanel with git and Eclipse: Tip for build<br>
        directory<br>
Message-ID: <<a href="mailto:4E85AD59.6030608@wyona.com">4E85AD59.6030608@wyona.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
Hi Balz<br>
<br>
Thanks for your feedback. Now I remember: it's mainly about<br>
<br>
src/build<br>
<br>
right?<br>
<br>
I just improved the .gitignore slightly:<br>
<br>
<a href="https://github.com/wyona/yanel/commit/1808e32978e4f9cbbeefb05df640fbeac809e713" target="_blank">https://github.com/wyona/yanel/commit/1808e32978e4f9cbbeefb05df640fbeac809e713</a><br>
<br>
but I will think some more about it later on<br>
<br>
Thanks<br>
<br>
Michael<br>
<br>
<br>
<br>
Am 30.09.11 08:10, schrieb basZero:<br>
> Hi Michael,<br>
> maybe you didn't read my full mail. At the end I explained what you<br>
> can put into the .gitignore file so that it works.<br>
> My explanation in the beginning was more to think about the yanel<br>
> build, I still think it is not totally ideal to use "build"<br>
> directories as part of real sources. Maybe they should be called<br>
> "buildsrc" or something like that.<br>
><br>
> btw: .gitignore is the same as /.git/info/exclude<br>
><br>
> Cheers<br>
> Balz<br>
><br>
> On Fri, Sep 30, 2011 at 12:22 AM, Michael Wechner<br>
> <<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a> <mailto:<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>>> wrote:<br>
><br>
>     Hi Balz<br>
><br>
>     What about using a ".gitignore" file?<br>
>     (<a href="http://help.github.com/ignore-files/" target="_blank">http://help.github.com/ignore-files/</a>)<br>
><br>
>     Thanks<br>
><br>
>     Michael<br>
><br>
>     Am 06.09.11 09:35, schrieb basZero:<br>
>>     Hi,<br>
>><br>
>>     Since a few days, my realm's code is now in a git repository on<br>
>>     <a href="http://github.com" target="_blank">github.com</a> <<a href="http://github.com" target="_blank">http://github.com</a>> .<br>
>>     Yanel is still fetched from SVN of course.<br>
>>     On top of this, I work with Eclipse and the target directory for<br>
>>     built class files is <realmroot>/build:<br>
>>     - /build/classes<br>
>>     - /build/lib<br>
>><br>
>>     As you don't want to commit all classes into git, I initially<br>
>>     configured "build" into the ignore list at<br>
>>     - <realmroot>/.git/info/exclude<br>
>><br>
>>     But today I noticed, that also the "build" directory inside<br>
>>     resources, e.g. <root of a resource>/src/build/* , are NOT commited.<br>
>><br>
>>     A small change solves this issue, just tell git to ignore the<br>
>>     build directory in the realm's root folder:<br>
>>     So, this is now in the exclude file:<br>
>>     .DS_Store<br>
>>     .svn<br>
>>     /build<br>
>><br>
>>     Cheers<br>
>>     Balz<br>
>><br>
>><br>
><br>
><br>
>     --<br>
>     Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
>     <mailto:<a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a>><br>
>     <a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
><br>
><br>
><br>
><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.wyona.org/pipermail/yanel-development/attachments/20110930/4dc84974/attachment-0001.html" target="_blank">http://lists.wyona.org/pipermail/yanel-development/attachments/20110930/4dc84974/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 30 Sep 2011 14:03:57 +0200<br>
From: Michael Wechner <<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>><br>
To: <a href="mailto:yanel-development@wyona.com">yanel-development@wyona.com</a><br>
Subject: [Yanel-dev] Yanel source is now hosted at Github<br>
Message-ID: <<a href="mailto:4E85B02D.2020803@wyona.com">4E85B02D.2020803@wyona.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed<br>
<br>
Dear All<br>
<br>
I am very happy to announce that Yanel source is now hosted at Github<br>
<br>
<a href="https://github.com/wyona/yanel/" target="_blank">https://github.com/wyona/yanel/</a><br>
<br>
There are still a couple of issues to be resolved (.gitignore, commit<br>
notifications, Jenkins/Hudson Hooks, etc.)<br>
, but otherwise it seems to work very fine.<br>
<br>
I will send later on another email to give some more details, but for<br>
those who have git not installed yet, please install it ;-)<br>
<br>
Thanks<br>
<br>
Michael<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 30 Sep 2011 14:13:25 +0200<br>
From: basZero <<a href="mailto:baszero@gmail.com">baszero@gmail.com</a>><br>
To: <a href="mailto:yanel-development@wyona.com">yanel-development@wyona.com</a><br>
Subject: Re: [Yanel-dev] Yanel with git and Eclipse: Tip for build<br>
        directory<br>
Message-ID:<br>
        <CAOXzDSEdTcm5=<a href="mailto:NunQhvURkeJ17n-B8YX3N8stKT3uiwKM-5XTw@mail.gmail.com">NunQhvURkeJ17n-B8YX3N8stKT3uiwKM-5XTw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi Michael,<br>
yes exactly, it was about the src/build directory.<br>
cheers<br>
balz<br>
<br>
On Fri, Sep 30, 2011 at 1:51 PM, Michael Wechner<br>
<<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>>wrote:<br>
<br>
>  Hi Balz<br>
><br>
> Thanks for your feedback. Now I remember: it's mainly about<br>
><br>
> src/build<br>
><br>
> right?<br>
><br>
> I just improved the .gitignore slightly:<br>
><br>
><br>
> <a href="https://github.com/wyona/yanel/commit/1808e32978e4f9cbbeefb05df640fbeac809e713" target="_blank">https://github.com/wyona/yanel/commit/1808e32978e4f9cbbeefb05df640fbeac809e713</a><br>
><br>
> but I will think some more about it later on<br>
><br>
> Thanks<br>
><br>
> Michael<br>
><br>
><br>
><br>
> Am 30.09.11 08:10, schrieb basZero:<br>
><br>
> Hi Michael,<br>
> maybe you didn't read my full mail. At the end I explained what you can put<br>
> into the .gitignore file so that it works.<br>
> My explanation in the beginning was more to think about the yanel build, I<br>
> still think it is not totally ideal to use "build" directories as part of<br>
> real sources. Maybe they should be called "buildsrc" or something like that.<br>
><br>
>  btw: .gitignore is the same as /.git/info/exclude<br>
><br>
>  Cheers<br>
> Balz<br>
><br>
>  On Fri, Sep 30, 2011 at 12:22 AM, Michael Wechner <<br>
> <a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>> wrote:<br>
><br>
>>  Hi Balz<br>
>><br>
>> What about using a ".gitignore" file? (<br>
>> <a href="http://help.github.com/ignore-files/" target="_blank">http://help.github.com/ignore-files/</a>)<br>
>><br>
>> Thanks<br>
>><br>
>> Michael<br>
>><br>
>> Am 06.09.11 09:35, schrieb basZero:<br>
>><br>
>> Hi,<br>
>><br>
>>  Since a few days, my realm's code is now in a git repository on<br>
>> <a href="http://github.com" target="_blank">github.com</a> .<br>
>> Yanel is still fetched from SVN of course.<br>
>> On top of this, I work with Eclipse and the target directory for built<br>
>> class files is <realmroot>/build:<br>
>> - /build/classes<br>
>> - /build/lib<br>
>><br>
>>  As you don't want to commit all classes into git, I initially configured<br>
>> "build" into the ignore list at<br>
>> - <realmroot>/.git/info/exclude<br>
>><br>
>>  But today I noticed, that also the "build" directory inside resources,<br>
>> e.g.  <root of a resource>/src/build/* , are NOT commited.<br>
>><br>
>>  A small change solves this issue, just tell git to ignore the build<br>
>> directory in the realm's root folder:<br>
>> So, this is now in the exclude file:<br>
>>  .DS_Store<br>
>> .svn<br>
>> /build<br>
>><br>
>>  Cheers<br>
>> Balz<br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
>> <a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
>><br>
><br>
><br>
><br>
><br>
><br>
> --<br>
> Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
> <a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.wyona.org/pipermail/yanel-development/attachments/20110930/c71b332e/attachment-0001.html" target="_blank">http://lists.wyona.org/pipermail/yanel-development/attachments/20110930/c71b332e/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 30 Sep 2011 14:14:28 +0200<br>
From: basZero <<a href="mailto:baszero@gmail.com">baszero@gmail.com</a>><br>
To: <a href="mailto:yanel-development@wyona.com">yanel-development@wyona.com</a><br>
Subject: Re: [Yanel-dev] Yanel source is now hosted at Github<br>
Message-ID:<br>
        <<a href="mailto:CAOXzDSHquT5Wc4cebLks292tO019W_y5oEpodytuNjZ2KRKOGg@mail.gmail.com">CAOXzDSHquT5Wc4cebLks292tO019W_y5oEpodytuNjZ2KRKOGg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hurrrayyy!<br>
Finally... :-)<br>
<br>
Cheers form the new office,<br>
Balz.<br>
<br>
On Fri, Sep 30, 2011 at 2:03 PM, Michael Wechner<br>
<<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>>wrote:<br>
<br>
> Dear All<br>
><br>
> I am very happy to announce that Yanel source is now hosted at Github<br>
><br>
> <a href="https://github.com/wyona/**yanel/" target="_blank">https://github.com/wyona/**yanel/</a> <<a href="https://github.com/wyona/yanel/" target="_blank">https://github.com/wyona/yanel/</a>><br>
><br>
> There are still a couple of issues to be resolved (.gitignore, commit<br>
> notifications, Jenkins/Hudson Hooks, etc.)<br>
> , but otherwise it seems to work very fine.<br>
><br>
> I will send later on another email to give some more details, but for those<br>
> who have git not installed yet, please install it ;-)<br>
><br>
> Thanks<br>
><br>
> Michael<br>
> --<br>
> Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
> <a href="http://lists.wyona.org/cgi-**bin/mailman/listinfo/yanel-**development" target="_blank">http://lists.wyona.org/cgi-**bin/mailman/listinfo/yanel-**development</a><<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a>><br>

><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.wyona.org/pipermail/yanel-development/attachments/20110930/c7a9e0d4/attachment-0001.html" target="_blank">http://lists.wyona.org/pipermail/yanel-development/attachments/20110930/c7a9e0d4/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 30 Sep 2011 14:28:28 +0200<br>
From: Michael Wechner <<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>><br>
To: <a href="mailto:yanel-development@wyona.com">yanel-development@wyona.com</a><br>
Subject: [Yanel-dev] showing git branch in command prompt<br>
Message-ID: <<a href="mailto:4E85B5EC.9050102@wyona.com">4E85B5EC.9050102@wyona.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed<br>
<br>
Hi<br>
<br>
A friend of mine pointed out me how to show the git branch in the<br>
command prompt:<br>
<br>
<a href="https://duckduckgo.com/?q=show+git+branch+command+prompt" target="_blank">https://duckduckgo.com/?q=show+git+branch+command+prompt</a><br>
<br>
whereas I am currently doing it as follows on a Mac. Add the following<br>
lines to /Users/MY_NAME/.profile<br>
<br>
function parse_git_branch () {<br>
        git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'<br>
}<br>
<br>
RED="\[\033[0;31m\]"<br>
YELLOW="\[\033[0;33m\]"<br>
GREEN="\[\033[0;32m\]"<br>
NO_COLOUR="\[\033[0m\]"<br>
<br>
PS1="$GREEN\u@macbook$NO_COLOUR:\w$YELLOW\$(parse_git_branch)$NO_COLOUR\$ "<br>
<br>
and start a new terminal window and then you should see something like:<br>
<br>
michaelwechner@macbook:~/src/yanel (master)$<br>
<br>
which is more convenient than typing "git branch" ;-)<br>
<br>
HTH<br>
<br>
Michael<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Yanel-development mailing list<br>
<a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
<br>
<br>
End of Yanel-development Digest, Vol 60, Issue 1<br>
************************************************<br>
</blockquote></div><br>