On 12/7/12 8:07 AM, "Chema Balsas" <jbal...@gmail.com> wrote:

> In the meantime, I noticed that spark.swc weights around 80kb more if
> version.properties is not included which strikes me as quite odd... this
> doesn't happen for rpc or spark_dmv. Is there a reason for this? Something
> we should look into?
Unfortunately, I have the answer, having just spent several hours last night
and this morning trying to figure out why a simple HelloWorld was no longer
working.

Both the build.xml and the compile-config.xml were specifying include-file
(the build.xml was specifying version.properties, and compile-config was
specifying defaults.css and more) and it appears that when you do that, the
build.xml wins and the include-file in compile-config gets ignored.  This
caused spark.swc to not have its defaults.css in it causing my Helloworld
app to die.

Interestingly, checkintests somehow passed, which it shouldn't have, so I am
going to investigate that now.

I'm not going to check in my fix.  Please figure out what you want to do
about version.properties and then make sure all of the include-files are
specified in only one of build.xml or compile-config.xml

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to