I\'ve been banging my head against a wall for this for almost a couple days now and hoping that someone can point me in the right direction.
All I want is to take my AS3 source code files and compile them into a SWC file. Upon inspection, the SWC files I generate end up with some kind of timeline or spite in them when I use the Flash IDE
I\'m converting an existing build script from <mxmlc /> to <compc /> to generate a swc. However, the build is failing, giving the error:
Here is how I usually write the compile task: <compc keep-generated-actionscript=\"true\" include-classes=\"Class1 Class2 com.package.Class3\"
I have been struggling trying to figure out how to conditionally include Flex libraries in an ant build based on a property that is set on the command line.I have tried a number of approaches with the
I am trying to compile a Library SWC using FlashBuilder while retaining the references to the source code so that asdocs will still appear and 开发者_如何学编程the debugger will show source code when
I\'m trying to move the build of a Flex Builder workspace from the IDE into an Ant task, and I\'m having some trouble with the behavior of some custom metadata tags in the projects.