Estoy probando esto:
-compiler.services "C:\ProyectoPrograma\BlazeDataPush\WebContent\WEB-INF\flex\services-config.xml"

luego al compliar me sale esto:

Description Resource Path Location Type
Token '{client.host}' in 'services-config.xml' was not replaced. Either supply a value to this token with a JVM option or remove it from the configuration. BlazeDsExample Unknown Flex Problem


y el xml tengo :

<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
<endpoint url="http://{client.host}:8080/BlazeDsServer/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/>
</channel-definition>


porque no lo toma??