Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] A tutorial on writing an e4-Application

Hi Tom,

I can switch between "chapter2" and "chapter4" back and forth with errors. What kind of error do you have? 

Are you using the latest and greatest EGit? Update site: http://download.eclipse.org/egit/updates-nightly

Cheers, Lars

2010/7/22 Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>
Hi Lars,

It works great as long as you the set of projects in branches are not
differing.

branch1
 * p1
 * p2

branch2
 * p1
 * p2
 * p3

Switching from branch1 to branch2 works like a charme but switching from
branch2 to branch1 fails.

I've now done it differently and add the project to a meta-project and
one can then link stuff into the workbench.

You can clone the whole thing from http://github.com/tomsontom/e4demo

Tom


Am 22.07.10 19:51, schrieb Lars Vogel:
> Hi Tom,
>
> we might want take this off the e4 mailing list, but IMHO EGit work
> really well for this scenario.
>
> Could you send me a procedure to produce a problem or even better open a
> bug for this issue? I have some contact with the  EGit committer  and
> might be able to work this out with them.
>
> Best regards, Lars
>
> 2010/7/22 Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx
> <mailto:tom.schindl@xxxxxxxxxxxxxxx>>
>
>     Hi,
>
>     In theory this is a good idea. In practice I have to tell you that this
>     completly fails when you the branches have a different set of bundles
>     because EGit is probably TOO clever in try to restore stuff.
>
>     Tom
>
>     Am 22.07.10 15:50, schrieb Lars Vogel:
>     > Hi Tom,
>     >
>     > would be cool if you check the example into a git repo and make every
>     > step a branch so that it is easier for new people to follow along your
>     > example.
>     >
>     > Cheers, Lars
>     >
>     > 2010/7/21 Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx
>     <mailto:tom.schindl@xxxxxxxxxxxxxxx>
>     > <mailto:tom.schindl@xxxxxxxxxxxxxxx
>     <mailto:tom.schindl@xxxxxxxxxxxxxxx>>>
>     >
>     >     Hi,
>     >
>     >     On the notes of yesterdays call there was something about tutorial
>     >     stuff. I've been working since yesterday on a small MailDemo
>     Tutorial
>     >     which demostrates step by step how one creates an e4-Application.
>     >
>     >     I've just finished the first 5 chapters (I've not looked at
>     spelling
>     >     errors, ...) but you should get a first idea where I'm heading
>     too.
>     >
>     >     I plan to release the tutorial on my blog at the time we ship
>     e4 so I've
>     >     still some work to do :-)
>     >
>     >     Feedback naturally appreciated
>     >
>     >     Tom
>     >
>     >     --
>     >     B e s t S o l u t i o n . a t                        EDV
>     Systemhaus GmbH
>     >
>     ------------------------------------------------------------------------
>     >     tom schindl
>      geschaeftsfuehrer/CEO
>     >
>     ------------------------------------------------------------------------
>     >     eduard-bodem-gasse 5/1    A-6020 innsbruck      phone    ++43
>     512 935834
>     >
>     >     _______________________________________________
>     >     e4-dev mailing list
>     >     e4-dev@xxxxxxxxxxx <mailto:e4-dev@xxxxxxxxxxx>
>     <mailto:e4-dev@xxxxxxxxxxx <mailto:e4-dev@xxxxxxxxxxx>>
>     >     https://dev.eclipse.org/mailman/listinfo/e4-dev
>     >
>     >
>     >
>     >
>     > --
>     > Lars
>     > http://www.vogella.de - Tutorials about Java, Eclipse and Web
>     programming
>     > http://www.twitter.com/vogella - Lars on Twitter
>     >
>     >
>     >
>     > _______________________________________________
>     > e4-dev mailing list
>     > e4-dev@xxxxxxxxxxx <mailto:e4-dev@xxxxxxxxxxx>
>     > https://dev.eclipse.org/mailman/listinfo/e4-dev
>
>
>     --
>     B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
>     ------------------------------------------------------------------------
>     tom schindl                                        geschaeftsfuehrer/CEO
>     ------------------------------------------------------------------------
>     eduard-bodem-gasse 5/1    A-6020 innsbruck      phone    ++43 512 935834
>     _______________________________________________
>     e4-dev mailing list
>     e4-dev@xxxxxxxxxxx <mailto:e4-dev@xxxxxxxxxxx>
>     https://dev.eclipse.org/mailman/listinfo/e4-dev
>
>
>
>
> --
> Lars
> http://www.vogella.de - Tutorials about Java, Eclipse and Web programming
> http://www.twitter.com/vogella - Lars on Twitter
>
>
>
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev


--
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                                        geschaeftsfuehrer/CEO
------------------------------------------------------------------------
eduard-bodem-gasse 5/1    A-6020 innsbruck      phone    ++43 512 935834
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev



--
Lars
http://www.vogella.de - Tutorials about Java, Eclipse and Web programming
http://www.twitter.com/vogella - Lars on Twitter

Back to the top