BTW, do not mess with sourcePaths. Use this instead: http://mojo.codehaus.org/build-helper-maven-plugin/add-source-mojo.html
<http://mojo.codehaus.org/build-helper-maven-plugin/add-source-mojo.html> VELO On Wed, Sep 23, 2009 at 9:53 AM, Todd <[email protected]> wrote: > > The example said "--actionscript-classpath" , but I agree it should be > source-path. I added the following and it worked perfectly! > > > <sourcePaths> > <path>src/main/flex</path> > <path>${flex.home}/frameworks/javascript/fabridge/src</path> > </sourcePaths> > > > Thanks for the help. > > Todd > > On Sep 22, 7:58 pm, Collin Peters <[email protected]> wrote: > > Todd - do you mean source-path? Flex Mojos has this option > > > > http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.... > > "Adds directories or files to the source path. The Flex compiler > > searches directories in the source path for MXML, AS, or CSS source > > files that are used in your Flex applications and includes those that > > are required at compile time." > > > > On Sep 22, 2:08 pm, Marvin Froeder <[email protected]> wrote: > > > > > > > > > I never saw and -actionscript-classpath on mxml > > > > > On Tue, Sep 22, 2009 at 5:55 PM, Todd <[email protected]> wrote: > > > > > > Hi, > > > > > > I am trying to add FABridge into my Maven build. I am > > > > following a some instructions from Adobe that say I need to specify > “— > > > > actionscript-classpath” as a compiler option. Is there a way to add > > > > customer compiler settings to the pom for FlexMojo? > > > > > > I tried the following, but it did not seem to work. > > > > > > <configuration> > > > > <actionScriptClasspath>${flex.home}\frameworks > > > > \javascript\fabridge\src\bridge</actionScriptClasspath> > > > > </configuration> > > > > > > Thanks, > > > > > > Todd- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
