Flex Builder allows additional compiler arguments to be set in the compiler options, under properties. It sets the argument;
-services ".../services-config.xml"
Is there a way to set the same argument when using the ant task mxmlc?
Cheers,
Mike
|
|
|
|
|
|
|
You should be able to set it as an attribute on the mxmlc task:
|
||
|
|
|
Not that I know of. You could always use the task with subnodes if you still are unable to find it in the docs. Example:
|
||
|
|
|
|
Hi, I have a similar problem I want to include the services compiler argument in my ant script, the same that is defined in Flex Builders 'Additional Compiler Arguments'. When I add it as a services attribute and run the build it gives an error saying a context root needs to be defined. If I add this as an attribute I get the following error: ....\WEB-INF\flex\services-config.xml: Error: Channel definition, mx.messaging.channels.RTMPChannel, can not be found. Anyone any ideas on this?? Any help much appreciated. |
||
|
|