Not sure....  does anyone else has a situation like this?

VELO

On Fri, Apr 3, 2009 at 3:54 PM, alpduhuez <[email protected]> wrote:

>
> Hello...
> My project use to have a custom groovy script for generating
> FlexBuilder projects, just finished converting to use the 3.0 version
> in flexmojos.  It was a little difficult as our custom script did a
> few custom things that I had to port into the FlexBuilder goal.
>
> We decided that we wanted to keep FlexBuilder and maven builds
> completely separate.  This is mostly driven from the fact 1/2 team are
> Flash devs.  To do this we set different output folders for 3 types of
> projects:
>
> - Top level UI project: outputFolderPath was set to directing in the
> local web server b/c when we run it runs from localhost
>                                rootURL was set to
> http://localhost/app/main.html
> - Flex UI Module projects: outputFolderPath was set to a sub-directory
> of the main app
>   - also added module entries for each module
> - Library .swc projects: outputFolderPath was set to target/
> flexbuilder
>
> So I have added this to the FlexBuider based on a couple new
> properties
>
> rootUrl: sets the rootUrl
> customOutputFolder: sets the outputFolderPath to an arbitrary location
>
> customDependenciesOutputFolder: a map of artifactId to flexbuilder
> output locations.  This is so the FlexBuilder projects reference the
> FlexBuilder built versions of the library swc instead of the local
> repository.
>
> Do these sound like something that could find their way into the code
> base?  I would love not to have to maintain a custom script anymore.
>
> Thanks.
> -Al
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to