Re: [Zope3-Users] zc.buildout beginner's question

2007-08-08 Thread Andreas Reuleaux
Never mind: I put some Makefiles with recursive clean targets in mydemo. Also I have found z3.log in parts/instance. Thanks, Andreas ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zc.buildout beginner's question

2007-08-07 Thread Andreas Reuleaux
> I found Benji's blogs a good entry point: Baiju's blog i. e. - well, it's getting late ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zc.buildout beginner's question

2007-08-07 Thread Andreas Reuleaux
> $ diff -f mydemo-skeleton mydemo1 > should only reflect my change: "Hello" -> "Hello from Rx" my typo: should read $ diff -r ... i. e. recursive diff ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] zc.buildout beginner's question

2007-08-07 Thread Andreas Reuleaux
I am aware that a lot of fancy stuff can be done with zc.buildout, however I am just starting... I found Benji's blogs a good entry point: [1] http://baijum81.livejournal.com/19795.html [2] http://baijum81.livejournal.com/20551.html I got z3hello running - hey, that was not to hard - and decided