Hi All, I am not able to compile an swc with plain action script files inside the main source folder.
I was trying to compile the following application using flex-mojos. http://bugs.adobe.com/jira/secure/attachment/24472/Flex3Ex.zip It is not a maven project but a eclipse project. I added the pom.xml file and when I tried to build it, I got the following errors: [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/core/ Version.as:[18,13] The static attribute may be used only on definitions inside a class.mx_internal static const VERSION:String = "3.0.0.0"; [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AlignStyles.as:[20,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AlignStyles.as:[30,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AnchorStyles.as:[25,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AnchorStyles.as:[40,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AnchorStyles.as:[55,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AnchorStyles.as:[70,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AnchorStyles.as:[85,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AnchorStyles.as:[100,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/AnchorStyles.as:[115,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BarColorStyle.as:[21,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[21,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[47,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[56,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[76,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[88,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[95,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[107,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[118,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[128,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[136,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[144,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[157,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[164,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[173,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/BorderStyles.as:[181,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/FillStyles.as:[24,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/FillStyles.as:[42,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/FocusStyles.as:[17,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/FocusStyles.as:[31,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/GapStyles.as:[17,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/GapStyles.as:[24,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/IconColorStyles.as:[24,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/IconColorStyles.as:[37,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/LeadingStyle.as:[18,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/ModalTransparencyStyles.as:[25,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/ModalTransparencyStyles.as:[35,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/ModalTransparencyStyles.as:[44,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/ModalTransparencyStyles.as:[52,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/PaddingStyles.as:[21,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/PaddingStyles.as:[31,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/SelectedFillColorsStyle.as:[19,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/SkinStyles.as:[21,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/SkinStyles.as:[32,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/SkinStyles.as:[40,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/SkinStyles.as:[48,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/SkinStyles.as:[57,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[17,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[24,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[44,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[56,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[78,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[98,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[106,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[114,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[134,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[142,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[156,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[165,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[183,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[191,2] [Style] must annotate a class. [ERROR] /home/oracle/workspace/Flex3Ex/src/main/flex/mx/styles/ metadata/TextStyles.as:[198,2] [Style] must annotate a class. I understand that these .as files are not action script class files but normal script files. But I guess flex-mojos assumes every thing under the source folder to be class files. Can somebody please tell me how to compile this application into an swc.? Thanks in advance. best regards sriraman. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
