You can absolutely have multiple applications in the same project; I
do right now (my main app and a FlexUnit testrunner). You just need a
seperate run configuration for each application you want to launch out
of Eclipse/FB.

The restriction is that all of you Application (and Module) components
need to be at the root of your source folder (as defined in your
project properties). I don't know why that is, you'd probably need to
ask somebody on the FB team.

In practice, though, if you're building a WAR your going to want to
use ant or something like it to pick and choose what files go in the
WAR. Unless you're using FDS there's no reason to have your source
code and embedded assets sitting around in your webapp; it's not going
to do anything there. So it's very, very common practice that you're
going to have some build/deploy step, rather than compiling right into
your web application's final resting place. Maybe I'm just used to it
but I don't see this as a major issue, personally.

--- In [email protected], "Stembert Olivier \(BIL\)"
<[EMAIL PROTECTED]> wrote:
>
> Yes I'd like to create multiple mxml apps like in the samples project
> for example.
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Beverly Guillermo
> Sent: Friday, February 02, 2007 9:25 PM
> To: [email protected]
> Subject: Re: [flexcoders] Project structure
> 
> 
> 
> Do you mean creating multiple mxml files that have <mx:Application> tag?
> I didn't think that was allowed?
> 
> I know that if I have components that I build using .mxml files I could
> just use a package structure which allows me to put them in sub-folders
> and access those components... 
> 
> 
> 
> On 2/2/07, Stembert Olivier (BIL) <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> > wrote: 
> 
>       
> 
>       In other words, why do we have to put mxml applications in the
> main flex folder?
>       I don't understand why such a limitation?
>        
>       Rgds,
>        
>       Olivier :)
> 
> ________________________________
> 
>       From: [email protected]
> [mailto:[email protected] <http://yahoogroups.com> ] On Behalf
> Of Stembert Olivier (BIL)
>       Sent: Thursday, February 01, 2007 7:43 AM
>       To: [email protected]
>       Subject: [flexcoders] Project structure
>       
>       
>       
> 
>       Hi flexcoders,
>       
>       I'd like to put many mxml applications in only one eclipse
> project.
>       The problem is that I can only put my applications in the main
> flex
>       folder. I don't like it because I want to structure my project
> and put
>       my applications in subfolders.
>       Is there a workaround using Flex Builder? I know I can use Flex
> Ant
>       tasks.
>       
>       Rgds,
>       
>       Olivier
>       
>       ---------------------
>       An electronic message is not binding on its sender.
>       Any message referring to a binding engagement must be confirmed
> in writing and duly signed.
>       ---------------------
>       
>       
> 
>       ---------------------
> 
>       An electronic message is not binding on its sender.
> 
>       Any message referring to a binding engagement must be confirmed
> in writing and duly signed.
> 
>       ---------------------
> 
>        
> 
>       ---------------------
> 
>       An electronic message is not binding on its sender.
> 
>       Any message referring to a binding engagement must be confirmed
> in writing and duly signed.
> 
>       ---------------------
> 
>        
> 
>       
> 
>       
> 
> 
>  
> 
> ---------------------
> 
> An electronic message is not binding on its sender.
> 
> Any message referring to a binding engagement must be confirmed in
> writing and duly signed.
> 
> ---------------------
> 
>  
> 
> 
> ---------------------
> An electronic message is not binding on its sender.
> Any message referring to a binding engagement must be confirmed in
writing and duly signed.
> ---------------------
>


Reply via email to