Getting the FLEX error "Error: nothing was specified to be included in the Library"
I'm using Intellij 9.0.1. My Flex project is built using Flex Mojos. I have Intellij using the *-config-report.xml file generated by the maven build.
However, I'm getting an "Error: nothing was specified to be included in the Library".
I've attached my *-config-report.xml file.
Here is a screenshot of my module setting:
UPDATE:
I tried running
mxmlc -load-config=portal/client/target/portal-client-1.0-config-report.xml
from the command line, and it seemed to work fine.
When I run the compile in the IDE, I notice now that the "Error: nothing was specified to be included in the Library" seems to be coming up before the actual compilation is even done my mxmlc.
Message was edited by: Will. Updated with new information.
Attachment(s):
portal-client-1.0-config-report.xml
请先登录再写评论。
Please look at Flex facet settings. I suppose that there is Output Type: Library, whereas correct should be Application.