<target name="Administrator">
 <java jar="${mxmlc.jar}" fork="true">
  <arg 
line="-local-fonts-snapshot='${flexsdk.home}/frameworks/winFonts.ser'"/>
  <arg line="-load-config='${flexsdk.home}/frameworks/flex-config.xml' "/>
  <arg 
line="-load-config+='${basedir}/Administrator/build/Administrator-config.xml' 
"/>
  <arg 
line="-load-config+='${basedir}/Administrator/build/Administrator-includes.xml' 
"/>
  <arg line="-library-path+='${fluidas3.lib}'"/>
  <arg line="-library-path+='${flex.lib}'"/>
  <arg line="-library-path+='${locale.lib}'"/>
  <arg line="-library-path+='${admin.lib}'"/>
  <arg line="-incremental=true"/>
  <arg line="-output 
'${basedir}/Administrator/htdocs/bin/Administrator.swf'"/>
  <arg line="--"/>
  <arg line="'${basedir}/Administrator/as3/Administrator.mxml'"/>
 </java>
</target>

Ralf Bokelberg wrote:
> Hi Paul,
>
> i can run it with ant wo problem. What does your ant target look like?
> Cheers,
> Ralf.
>
> On 10/2/06, Paul Spitzer <[EMAIL PROTECTED]> wrote:
>   
>> Robert Wąs wrote:
>>     
>>> option is:
>>> -incremental
>>> and works for me
>>>       
>> w/ ANT?
>>
>>
>>     
>>> Robert Was
>>>
>>>
>>>
>>> Paul Spitzer wrote:
>>>       
>>>> Did anyone ever figure this out? I've having the same problem. I'm
>>>> trying to use incremental compiling w/ ANT but am getting the following
>>>> error...
>>>>
>>>> "Failed to match the compile target with ... Administrator_405624.cache.
>>>> The cache file will not be reused."
>>>>
>>>> The .cache file is created without any problems but the compiler is
>>>> complaining about it.
>>>>
>>>> Any ideas? Thanks
>>>>
>>>> --- In flexcoders@yahoogroups.com
>>>> <mailto:flexcoders%40yahoogroups.com>, "Lance Linder" <[EMAIL PROTECTED]>
>>>> wrote:
>>>>         
>>>>> I am getting the following message from the MXMLC compiler when calling
>>>>> it from NAnt using the -increment parameter.
>>>>>
>>>>>
>>>>>
>>>>> "[exec] Failed to match the compile target with myApp_411843.cache. The
>>>>> cache file will not be reused."
>>>>>
>>>>>
>>>>>
>>>>> I don' t see any reason why this wouldn't work if I run multiple
>>>>> compiles back to back using the -increment parameter and I don't even
>>>>> change any code.
>>>>>
>>>>>
>>>>>
>>>>> I do see _xxxxx.cache files showing up but as you can see the compiler
>>>>> refuses to use them.
>>>>>
>>>>>
>>>>>
>>>>> Any idea
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>           
>
>
>   



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to