Compiling content of directories/wildcard to SWC using Flex compc ant tasks -
Here I usually write compilation functions:
& lt; Compc - signals = "true" included -class = "class 1 square 2 com pocket class 3" output = "$ {module.output.dir} /output.swc" fork = "$ {flex.fork}" maximme = "256m" & gt; & Lt; Source-path path-element = "$ {module.basedir} / src" /> & Lt; / Compc & gt;
Whatever I see is a way of compiling the whole director of classes without specifying each class. I'm sure there is already an option for him, but I could not find the exact syntax.
Thank you in advance!
Comments
Post a Comment