Thanks Ryan!!

--- In flexcoders@yahoogroups.com, "Ryan Graham" <[EMAIL PROTECTED]> wrote:
>
> 
> Sure, you can create another folder in your flex project at the same
> level as src, then in Project >> Properties >> Build Path >> Source Path
> click Add Folder and point to the folder you just created.  It will be
> treated the same as src when compiling. Just make sure you have "Copy
> non-embedded files to output folder" checked under Project >> Properties
> >> Flex Compiler.
>  
> HTH,
> Ryan
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of m_koks
> Sent: Monday, October 27, 2008 6:26 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: FB: Extracting a folder contents into output
> folder while compiling
> 
> 
> 
> Does anyone have answer please?
> 
> Thanks
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> , "m_koks" <m_koks@> wrote:
> >
> > Hi All,
> > 
> > I have few additional html files in my project that I want them to be
> > get copied into the output folder while compiling the application
> > using Flex builder.
> > 
> > Presently, I have following options to achieve this.
> > 
> > 1. Put those additional files into src folder and in flex builder,
> > check the option of 'copy non-embedded files into output foler'
> > 
> > 2. Put those additional files into html-template folder so that while
> > compiling from flex builder, all those files will automatically get
> > copied to output folder.
> > 
> > But I would not prefer any of the above method as those additional
> > html files are large in number and I don't want to put them loosely
> > into src or html-template folder. Rather I would prefer to put them in
> > a folder and while compiling, flex builder should extract the contents
> > of that folder (i.e. those html files) and copy them in output folder.
> > Is it possible using flex builder 3?
> > 
> > PS - I know using ant script I can easily copy the contents of any
> > folder into the output folder while compiling. But is possible using
> > flex builder? 
> > 
> > TIA
> >
> 
> 
> 
>  
> 
> 
> This message is private and confidential. If you have received it in
error, please notify the sender and remove it from your system.
>


Reply via email to