On 5/14/17, 8:07 AM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
>Josh, > >I'm building app through the Moonshine pointing to distribution, as an >SDK. Ah yes, that is in fact the reason the compiler is reading flex-config. The "distribution" is an attempt to have Maven generate a package that is Ant and command-line friendly. I suppose it is nice to be able to generate such a thing, but the Ant build not only knows how to do this, but it can also run some basic tests on the Ant tasks via Ant along the way. Seems to me like we could rely on the Ant build to generate Ant artifacts and an SDK for IDE users that will be using Ant, and ponder what an SDK would look like for IDE users that want to use Maven from their IDEs and have the distribution generate that. I think there are Maven builders that might plug into Flash Builder's embedded Eclipse install. Don't know about the other IDEs. Of course, I could be wrong... -Alex