On Wed, Dec 31, 2008 at 7:43 AM, Marc <[email protected]> wrote:
> replaced above configuration with
> <defines>
> <define>
> <name>CONFIG::debugging</name>
> <value>false</value>
> </define>
> <define>
> <name>CONFIG::server</name>
> <value>true</value>
> </define>
> </defines>
>
> this resulted in
>
> [ERROR] FATAL ERROR
Sorry about that. The docs are in a pitiful state right now, but we're
having trouble getting the latest uploaded to the site for some
reason.
Try replacing <define> with <property>. Here's how our working defines look:
<definesDeclaration>
<property><name>BUILD::buildNumber</name><value>${buildNumber}</value></property>
<property><name>BUILD::timestamp</name><value>${timestamp}</value></property>
<property><name>BUILD::mavenVersion</name><value>"${project.version}"</value></property>
</definesDeclaration>
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/
-~----------~----~----~----~------~----~------~--~---