In the flex-config.xml each of the -manifest.xml files should be listed along with its URI. If IntelliJ uses a different set of -config.xml files that is missing that manifest entry, then the URI won't work, although I think you can specify the namespace as extra MXMLC parameters.
HTH, -Alex On 8/24/16, 3:29 PM, "Justin Mclean" <[email protected]> wrote: >Hi, > >> I'm using the latest version of IntelliJ and the latest Flex SDK, I >>managed to resolve it by no longer using the flex.apache.org namespace >>since it is 404ing for some reason by using >>xmlns:experimental="spark.components.*", but that is quite a bit of a >>hack. Anyone know why http://flex.apache.org/experimental/ns is 404ing >>and what we can do to fix it? > >The namespace is not a real URL and is just mapped to a file on your disk >[1]. “Resolving" it by pointing to the spark components will give you the >spark components not the experimental ones. > >Thanks, >Justin > >1. ./frameworks/experimental-manifest.xml
