Yes that should do the trick. You just need to look at flex-sdk-description.xml after it builds and make sure that the build number is non-zero. The 2nd check would be to run mxmlc with no args and check that the build number is listed in the header that is printed out.
Thanks, Carol On 5/24/12 3 :11AM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >I've added: >build.number=${SVN_REVISION} > >to the properties section of the ant script in Jenkins I believe that >should do what you want. (it gets passed to ant with a -D option) > >Once the build machine is up and running again we'll know :-) > >Thanks, >Justin