[Lift] Re: Include build # in LiftVersion?

2009-08-24 Thread Indrajit Raychaudhuri
Tim, Great to know, this would be wonderful. Grails can be a good reference. Not all grails idioms have direct analogy though. /Indrajit On Aug 23, 4:15 pm, Timothy Perrett timo...@getintheloop.eu wrote: Indrajit, We actually discussed this a while back for the installers, and the long

[Lift] Re: Include build # in LiftVersion?

2009-08-23 Thread Timothy Perrett
Indrajit, We actually discussed this a while back for the installers, and the long term plan is still that we do something like this to speed the getting started process if you know of any generation plugins that could potentially serve as a starting point that would be great! This stuff is

[Lift] Re: Include build # in LiftVersion?

2009-08-22 Thread Indrajit Raychaudhuri
Indeed, looking out in the maven land for a way out would be useful. Meanwhile, there is an issue request for buildnumber plugin to support GIT: http://jira.codehaus.org/browse/MOJO-1199. However, Maven plugin for lift activities (creating boilerplate codes - like model, snippet etc.) could be

[Lift] Re: Include build # in LiftVersion?

2009-08-21 Thread David Bernard
I don't know how to grab git fingerprint, but I can modify the pom.xml to add a timestamp in the Manifest Implementation-Version${project.version}-${buildNumber}/Implementation-Version Are you ok ? On Wed, Aug 19, 2009 at 18:26, David Pollakfeeder.of.the.be...@gmail.com wrote: On Wed,

[Lift] Re: Include build # in LiftVersion?

2009-08-21 Thread Indrajit Raychaudhuri
Maven is still quite git unfriendly, unfortunately. We used to have BuildNumber plugin (http://mojo.codehaus.org/ buildnumber-maven-plugin/create-mojo.html) in a Subversion based project. I don't think that works for Maven's Git SCM provider though. Alternately, this plugin allows injecting

[Lift] Re: Include build # in LiftVersion?

2009-08-21 Thread David Pollak
On Fri, Aug 21, 2009 at 6:18 AM, Indrajit Raychaudhuri indraj...@gmail.comwrote: Maven is still quite git unfriendly, unfortunately. We used to have BuildNumber plugin (http://mojo.codehaus.org/

[Lift] Re: Include build # in LiftVersion?

2009-08-21 Thread Timothy Perrett
Perhaps its worth going to market (as it were) to check that there is either no single solution, nor a number of other solutions (mojos) that we could string together to get what we want? Im not sure that the effort involved in making our own is warranted given the output... Perhaps someone in

[Lift] Re: Include build # in LiftVersion?

2009-08-19 Thread David Pollak
On Wed, Aug 19, 2009 at 5:44 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: Hi, When living on the bleeding edge (i.e. 1.1-SNAPSHOT) it is sometimes difficult to figure out which version of lift is in use and deployed. LiftRules.liftVersion only returns 1-1.0-SNAPSHOT. I could probably