views:

162

answers:

1

I'm sure this must be possible:

I want to have the revision number (from Subversion) put into a property that is accessible from Ant when my build runs in Luntbuild. There must be an OGNL expression that I can add to the Build Properties box on the configuration page for my Ant builder.

Does anyone know what it is?

+1  A: 

You might find using either the SvnAnt or svntask Ant tasks to get the Subversion revision number directly in your Ant script might be a valid alternative.

Simon Lieschke
Yeah, I thought of that, but it seems like this should be possible, using Luntbuild.
pkaeding
Well, this wasn't the answer I was hoping for, but since you suggested it, and no one else suggested a way to do this strictly inside LuntBuild, I suppose it might not be possible. Thanks for helping me confirm it!
pkaeding