Re: [Lift] Directory structure

2009-12-21 Thread David Pollak
On Sun, Dec 20, 2009 at 12:48 PM, Alex Boisvert alex.boisv...@gmail.comwrote: I don't think it's worth a lot of effort. If it's been tried and doesn't work nicely, I'm fine with sticking with the current structure. +1 I dislike the current lift-xxx structure, but we've got higher

[Lift] Directory structure

2009-12-20 Thread Alex Boisvert
While we're discussing lift-core in a separate thread, I wanted to bring up a minor annoyance All module directories in the repository start with lift-, boisv...@smudge:~/git/liftweb$ tree -L 2 | grep lift |-- lift-archetypes | |-- lift-archetype-basic | |-- lift-archetype-blank | |--

Re: [Lift] Directory structure

2009-12-20 Thread Indrajit Raychaudhuri
Alex, Yes, it's possible to have artifactId ≠ directoryName for Maven projects. But last time I did this Maven chose to be very cruel with me (site generation, relative path resolutions etc. broke). Also see the point and convergence to decision here:

Re: [Lift] Directory structure

2009-12-20 Thread Alex Boisvert
I don't think it's worth a lot of effort. If it's been tried and doesn't work nicely, I'm fine with sticking with the current structure. At some point, though, you have to decide who's boss, you or the build system ;) (I love taking jabs at Maven, sorry) alex On Sun, Dec 20, 2009 at 12:42

Re: [Lift] Directory structure

2009-12-20 Thread Indrajit Raychaudhuri
On 21/12/09 2:18 AM, Alex Boisvert wrote: I don't think it's worth a lot of effort. If it's been tried and doesn't work nicely, I'm fine with sticking with the current structure. At some point, though, you have to decide who's boss, you or the build system ;) (I love taking jabs at

Re: [Lift] Directory structure

2009-12-20 Thread Francois Armand
Le 20/12/2009 20:59, Alex Boisvert a écrit : [...] e.g. cd TAB (beep!) lift- TAB (beep!) c TAB (finally completes core) Or just use a modern shell, like ZSH : In liftweb: % cd lTABift-TAB lift-archetypes/ lift-core/lift-misc/ lift-base/lift-examples/lift-modules/ % cd

[Lift] directory structure

2009-06-16 Thread Oliver Lambert
In Boot.scala can I call LiftRules.addToPackages multiple times to add multiple directories with snippets in them? Do I have to have a directory structure ending with snippet, for snippets? Do I need the directories comet, model and view, when they are just empty? cheers Oliver