Re: [flexcoders] ant and mxmlc

2006-10-10 Thread Paul Spitzer
you might try adding the entire lib directory... ... I'm thinking you might need the rpc lib but I also think you'd get a compile error if that was the case. I've experienced some weird things with the locale bundles. You might try including that... ... My config files are pretty simple..

Re: [flexcoders] ant and mxmlc

2006-10-10 Thread Douglas Knudsen
Works fine and dandy when compiled via FB.  The app uses RemoteObject, I'm assuming that's where the 'ColdFusion' in the error is coming from.  RemoteObject is using CFCs on CF7.02.  Works fine when compiled by FB, just not with the target below.  Anyway you can post a sample custom config file?

Re: [flexcoders] ant and mxmlc

2006-10-10 Thread Paul Spitzer
I could be wrong but it doesn't seem like it's a problem w/ your ANT target. Are you trying to load something external to your app with ColdFusion in the path? Are you using data services?... does it work if you let Flex Builder manage the compilation? Douglas Knudsen wrote: > 'unknown destina

Re: [flexcoders] ant and mxmlc

2006-10-10 Thread Douglas Knudsen
'unknown destination ColdFusion'.DKOn 10/10/06, Paul Spitzer <[EMAIL PROTECTED]> wrote: What's the run time exception?Douglas Knudsen wrote:> I'm using the below to compile a Flex app.  Compiles with no errors or> warnings.  But the resulting swf throws a error when access>> >> >>   

Re: [flexcoders] ant and mxmlc

2006-10-10 Thread Paul Spitzer
What's the run time exception? Douglas Knudsen wrote: > I'm using the below to compile a Flex app. Compiles with no errors or > warnings. But the resulting swf throws a error when access > > > > >fork="true" >failonerror="true" >maxme

[flexcoders] ant and mxmlc

2006-10-10 Thread Douglas Knudsen
I'm using the below to compile a Flex app.  Compiles with no errors or warnings.  But the resulting swf throws a error when access                   fork="true"            failonerror="true"            maxmemory="128m"           dir="${flexsdk}\frameworks">