compc
AS3 alternatives to *_exclude.xml files, loading class definitions dynamically
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.[详细]
2023-03-20 21:30 分类:问答How to create an SWC file
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[详细]
2023-01-30 03:45 分类:问答Using compiler constants with <compc /> ant task
I\'m converting an existing build script from <mxmlc /> to <compc /> to generate a swc. However, the build is failing, giving the error:[详细]
2023-01-28 07:50 分类:问答Compiling content of directories/wildcard to SWC using Flex compc ant tasks
Here is how I usually write the compile task: <compc keep-generated-actionscript=\"true\" include-classes=\"Class1 Class2 com.package.Class3\"[详细]
2023-01-09 21:12 分类:问答Conditionally including Flex libraries (SWCs) in mxmlc/compc ant tasks
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[详细]
2022-12-16 00:23 分类:问答Compiling a Flex Library with a source attachment using compc or FlashBuilder
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[详细]
2022-12-10 23:31 分类:问答Flex Compilation - Strange Behavior of metadata tags
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.[详细]
2022-12-10 01:55 分类:问答