That would be really nice.... Doing modules project with the all in one design, like what Flexbuilder induces, can lead into all kind on weirdness.
VELO On Dec 15, 6:49 am, Sebastien Bordes <[email protected]> wrote: > I'm according with you I prefer to have more projects with a good > separation and transversal reusable library(ies) than a big project > all-in-one. > > I 'll probably write a small page on the flex-mojos wiki asap to > promote this layout and help other users > > Seb > > On 14 déc, 18:52, velo <[email protected]> wrote: > > > If you could, would be nice writing a bit on wiki about this > > architecture to work with flexmojos + modules, which on my personal > > view it the best approach. > > > VELO > > > On Dec 14, 3:18 pm, Sebastien Bordes <[email protected]> > > wrote: > > > > Like The Little Yellow Cat (tomcat) says : It Works !!! > > > > Than you > > > > For Posterity, FlexBuild doesn't check the content of the application > > > file parameterized, the gui does not let us add a module but you can > > > simply change the .actionScriptProperties file to add the Module you > > > want to use > > > No check is done and compilation works > > > > What a trick !!! > > > > <?xml version="1.0" encoding="UTF-8" standalone="no"?> > > > <actionScriptProperties mainApplicationPath="YourModule.mxml" > > > version="3"> > > > <compiler additionalCompilerArguments="-locale en_US" > > > copyDependentFiles="true" enableModuleDebug="true" > > > generateAccessible="false" htmlExpressInstall="true" > > > htmlGenerate="true" htmlHistoryManagement="true" > > > htmlPlayerVersion="9.0.124" htmlPlayerVersionCheck="true" > > > outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" > > > useApolloConfig="false" verifyDigests="true" warn="true"> > > > <compilerSourcePath/> > > > <libraryPath defaultLinkType="1"> > > > <libraryPathEntry kind="4" path=""/> > > > <libraryPathEntry kind="1" linkType="1" path="libs"/> > > > </libraryPath> > > > <sourceAttachmentPath/> > > > </compiler> > > > <applications> > > > <application path="YourModule.mxml"/> > > > </applications> > > > <modules/> > > > <buildCSSFiles/> > > > </actionScriptProperties> > > > > On 14 déc, 17:57, velo <[email protected]> wrote: > > > > > > But my problem is How create a flex module project compatible with > > > > > FlexBuilder, if I create a new project with a mx:Module child, > > > > > FlexBuild say to me that an mx:application is missing. > > > > > At creation FB may complain, but you can create as mx:Application then > > > > change to mx:Module, that does work, at least used to. > > > > > > How can I add dependency to flexapp, as a library ? > > > > >https://docs.sonatype.org/display/FLEXMOJOS/Adding+libraries+to+compi... > > > > > VELO -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
