In TFS 2010 build, I have a new build and I want to call an ant script that builds Flash.
How do I call the ant script?
Also
How can I compile the Flash directly?
I've seen the Power Tools and this question but it doesn't help me as we don't have TFS 2008. I can't find any documentation on how to use the power tools except the 1 sentence on the bottom of download page saying to create your build the old way and import it (which isn't very helpful).
I've installed the power tools on the agent computer but开发者_开发问答 I don't see any new options in the Toolbox when I'm designing the build flow.
So yeah, i'm stumped :(
If you are working with Team Explorer 2010, you have checkin the TFSBuild.Proj and Ant Script files in source control. Then, you have edit UpgradeTemplate Build Prcoess Template to execute the TFSBuild.Proj file which you have checked-in which inturn will call your Ant script.
If you haven't worked on Building Java Projects using Team Build 2008, you may not like doing these steps.
I was able to call the Ant script by using InvokeProcess. The ant script then builds the flash so everything is working good for me now.
精彩评论