[flexcoders] Re: Flex Ant with external assets

2008-02-19 Thread kp_gem
Thank you for your time, Gaurav. I hope adobe will fix it soon. :-) --- In flexcoders@yahoogroups.com, "Gaurav Jain" <[EMAIL PROTECTED]> wrote: > > This looks like a bug. Can you please file a bug at > http://bugs.adobe.com/flex > > Thanks, > Gaurav > > --- In flexcoders@yahoogroups.com, "kp_

[flexcoders] Re: Flex Ant with external assets

2008-02-19 Thread Gaurav Jain
This looks like a bug. Can you please file a bug at http://bugs.adobe.com/flex Thanks, Gaurav --- In flexcoders@yahoogroups.com, "kp_gem" <[EMAIL PROTECTED]> wrote: > > Thanks Gaurav, > > Here is my directory structure for multiple projects. > > --- include - assets - img > | > |- test > |

[flexcoders] Re: Flex Ant with external assets

2008-02-19 Thread kp_gem
Thanks Gaurav, Here is my directory structure for multiple projects. --- include - assets - img | |- test | |- test1 | |- test2 test, test1, and test2 are flex projects and sharing assets in the 'include' folder. And, the ant task is

[flexcoders] Re: Flex Ant with external assets

2008-02-19 Thread Gaurav Jain
Can you show the complete ant task target? I suspect that the parent folder of assets is not specified in the source path. Thanks, Gaurav --- In flexcoders@yahoogroups.com, "kp_gem" <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there any way to include external assets to Flex Ant Tasks (mxmlc)? >