You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Mihai Chira <mi...@gmail.com> on 2014/07/16 12:45:08 UTC

problem with spark project when importing in IntelliJ

I'm currently importing SDK projects into IntelliJ by using the import
module option, which copies the FlashBuilder settings as they are.

There are a few loopholes to jump, but a few projects are now compiling well.

I stumbled a bit with the spark project, because it seems to reference
a manifest.xml file which does not exist in the 'spark' folder. I
guess FlashBuilder just ignores it, but IntelliJ doesn't want to.

I looked around in the folder structure, and found
sdk\frameworks\spark-manifest.xml. Am I meant to rename it and use
that one, or to simply remove the reference to any manifest file?


Thanks,
Mihai