I'm cleaning up my (proje)act and trying to remove all warnings.

This one is bugging me:
"Source path entry, C:\dev\flexworkspace\project\src\assets\locale\en_US' is
a subdirectory of source path entry, 'C:\dev\flexworkspace\project\src\"

It's becuase I have these additional compiler arguments:
-locale en_US -source-path+=assets/locale/{locale}
-default-background-color=0x000000

It's needed to find the locale properties file, if I remove it from
the build path I get this error: "Unable to resolve class for
ResourceBundle: myresourcebundle"
It's probably fixable by moving the /assets/locale/ folder out of the src
path. However, we have our src folder checked into Subversion which has an
'external' link to the assets folder. So the assets need to be a subfolder
to src (for the externals link to work when we update the src folder)....

Anyhow - why doesn't it find the ResourceBundle when I don't include it in
the additional compiler settings (it's in the source path, as it says in the
warning ..)

-- 

========================
http://www.juicability.com - flex blog
http://www.43min.com - funny movies

Reply via email to