I realize this probably isnt the right place for this, but I am hoping someone else has got this working and could just give me a hand or better the code...
I am trying get subversion revision number through a wixproj file using msbuild community tasks and it is not working! Here is the script I am using. I am not seeing any output in the revision. <Import Project="$(MSBUILDCommunityTasks)\MSBuild.Community.Tasks.Targets" /> <!--Get Subversion Revision here-you must use MSBUILDCommunityTasks:--> <Target Name="Version" > <SvnVersion LocalPath="..\" > <Output TaskParameter="Revision" PropertyName="Revision" /> </SvnVersion> <Message Text="Version: $(Revision)"/> </Target> Thanks in advance. Brian ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users