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?

Jonik
  • 80,077
  • 70
  • 264
  • 372
pkaeding
  • 36,513
  • 30
  • 103
  • 141

1 Answers1

1

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
  • 13,058
  • 6
  • 46
  • 60
  • Yeah, I thought of that, but it seems like this should be possible, using Luntbuild. – pkaeding Jul 07 '09 at 21:26
  • 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 Aug 25 '09 at 00:13