Often when I get that error, it was because of my compiler defines.
On Wed, Jan 21, 2009 at 5:09 AM, droblin <[email protected]> wrote:
> <defines>
>
> <CONFIG::version>1.111</CONFIG::version>
>
> <CONFIG::default_login>admin</CONFIG::default_login>
>
> <CONFIG::default_password>admin</CONFIG::default_password>
> </defines>
> <configFile>air-config.xml</configFile>
The <defines> with <CONFIG::....> is the old style of doing combines
and has been deprecated. I'm pretty sure M9 has support for the new
style:
<definesDeclaration>
<property><name>CONFIG::version</name><value>1.111</value></property>
.......
</definesDeclaration>
I would try updating to this new style and see if it works better.
Logan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---