I would create a test.bat that echoes something to the console and see if you can get that to work.
Another trick is to edit the mxmlc.bat and remove any “echo off” so you can see what it is doing. -Alex On 12/17/14, 10:41 AM, "mark goldin" <[email protected]> wrote: >Well, I do have a MSBuild proj file that works with mxmlc.exe. Now I am >trying to use 4.13 that does not have exe compiler, but bat. Simply >replacing exe to bat does not work. When it runs no compilation is >occurring. > >On Wed, Dec 17, 2014 at 11:37 AM, OmPrakash Muppirala ><[email protected]> >wrote: > >> Mark, >> >> Looks like you might be the only one doing this :-) >> >> For what its worth, I found an Ant task for MSBuild here: >> http://stefan.samaflost.de/repos/anttask/doc.xhtml >> >> You should be able to write your ant script (there are lots of examples >>if >> you google for this) and then invoke it from MSBuild. >> >> If that does not work, you will have to figure out how to invoke mxmlc >>(for >> main app) and compc (for swc library projects) from MSBuild directly. >> >> Thanks, >> Om >> >> On Wed, Dec 17, 2014 at 9:28 AM, mark goldin <[email protected]> >> wrote: >> > >> > Great point, but I have no choice. Flex piece is a part of a large >>system >> > written in C#. Everything gets built by TFS Controller. >> > >> > On Wed, Dec 17, 2014 at 11:11 AM, Jason Guild <[email protected]> >> > wrote: >> > >> > > Why would you want to? Ant works great for that. >> > > >> > > >> > > On 12/17/2014 8:10 AM, mark goldin wrote: >> > > >> > >> Is anyone using MSBuild to build Flex projects? >> > >> >> > >> Thanks >> > >> >> > >> >> > > >> > >>
