Questions tagged [flexmojos]

FlexMojos is a Maven plugin intended to allow build lifecycle management of Flex applications.

[FlexMojos] is a Maven plugin intended to allow build lifecycle management of Flex applications, including compilation, optimization, bundling, and testing (using FlexUnit or other testing frameworks).

FlexMojos is currently the only available option for Maven-based Flex builds, and has been proven to support Flex SDK versions through 4.5.

Beginning of 2012 Flexmojos has left Sonatype. The main Wiki for the project is now available at 1 and the Jira System is available at 2

Starting with version 6 Flexmojos supports Apache Flex SDKs 3 which are generated using the Apache Mavenizer tool 4.

The latest stable version is 6.0.1

90 questions
7
votes
3 answers

How do I set the theme using Flexmojos?

When compiling using flexmojos I get the warning: [WARNING] No themes are explicitly defined in the section or in any scope="theme" dependencies. Flexmojos is now attempting to figure out which themes to include. (to avoid this warning you should…
chris
  • 1,731
  • 4
  • 26
  • 33
7
votes
2 answers

When should we move to Maven 3?

Our project badly needs to move to Flexmojos4 to get a fix, but this requires Maven 3. Our project makes extensive use of Maven and we really love it, but have configured it very heavily. Between a dozen modules we probably have 50+ pages of XML…
Dave
  • 21,524
  • 28
  • 141
  • 221
6
votes
6 answers

Adobe Flex Development on Ubuntu

I'm thinking the following: Netbeans + FlexBeans Maven + FlexMojos However: FlexBeans just doesn't compare with FlexBuilder Not sure FlexMojos supports Flex 4 How do you guys manage to develop Flex apps on Ubuntu? I personally prefer Netbeans…
Sri
  • 5,805
  • 10
  • 50
  • 68
4
votes
1 answer

Which version of flexmojos should be used?

Recently I reorganized my Adobe AIR project as a maven project so I could hook into my continuous integration server. Most of the information I found to get it working came from various blogs, which seems to be the only way to go as far as flex…
Justin Standard
  • 21,347
  • 22
  • 80
  • 89
4
votes
3 answers

IntelliJ, Maven, Flexmojos - Failed to generate Flex compiler configuration file

I'm running a multi-project build in IntelliJ setup with Flexmojos. All of the flex modules have a common parent pom file which is downloaded from Artifactory. This dependency seems to be resolved properly but when I hit "Reimport All Maven…
3
votes
2 answers

mvn package (build failure) flexmojos - how do I get my flash player in the right path

build failure says it cant find my flash player but the flash player is installed I even put it in my Path variable right here i was just trying to run mvn package also i have maven installed in my eclipse SDK but i cant get it to pop up but for the…
ApacheOmega
  • 41
  • 1
  • 4
3
votes
1 answer

Why is FlexMojos "unable to resolve 'assets/**/*.png' for transcoding"?

I'm trying to mavenize a Flex project using Flash Builder 4 as IDE. I'm using flexmojos 4.0-beta-7 with flex sdk 4.5.0.19786. In my pom.xml I have: ${basedir}/src/main/flex ... and I have…
Giorgio Vespucci
  • 1,586
  • 3
  • 18
  • 30
3
votes
7 answers

Flex 4 App Blank

I'm building a Flex 4 app (using flexmojos rather than FlexBuilder). If I create a test Applications as follows, using mx:Application, then I see a button as I would expect:
chris
  • 1,731
  • 4
  • 26
  • 33
3
votes
3 answers

Maven release:perform seems to break build-helper:add-source

I have a fairly simple Flex SWC module that is compiled via the Maven Flexmojos plugin. This module also uses the flexmojos:generate goal during the generate-sources phase to create Actionscript3 equivalents of my Java services & domain classes. …
Dave
  • 21,524
  • 28
  • 141
  • 221
3
votes
2 answers

How to get informative compile error messages when using flexmojos-maven-plugin?

I'am using flexmojos-maven-plugin to build my Flex module. So on the compile phase I'm getting org.apache.maven.plugin.MojoExecutionException: Error compiling! with no information on where (at what source file) the error happens and what is…
Tony
  • 31
  • 3
3
votes
2 answers

Flex & Maven : How to upgrade playerglobal version in pom.xml

I'm currently developping an flex application, and i've used native cursor support to dynamically change cursor in particular conditions. My application runs with Flex Sdk 4.1.0.16076, which use flash player 10.0 by default. I have upgrade this…
Camille Laborde
  • 858
  • 11
  • 17
3
votes
1 answer

How can I generate Flash HTML wrappers in a WAR using Flexmojos and Maven 3?

I have two Maven projects: one to build a SWF and another one to build a WAR that contains it. The WAR needs to contain a Flash wrapper for the SWF. Flexmojos is apparently capable of doing this via the HTML wrapper mojo, but this doesn't work with…
Kkkev
  • 4,716
  • 5
  • 27
  • 43
2
votes
0 answers

Compiling flex project on Maven error without information

Since 2 days ago, i can't compile my flex project. I tried it in 3 different computers and via eclipse and command-line and all I have is an error without information If I run it in debug mode (-X) and error mode (-e), only get this. This is the…
shilox
  • 39
  • 1
  • 5
2
votes
2 answers

Get "Error: unable to resolve '/assets/images/**.png' for transcoding" while building on FlexMojos 4.0-RC2 and Flex SDK 4.5.1.21328

I get the this "Error: unable to resolve '/assets/images/**.png' for transcoding" while building on FlexMojos 4.0-RC2 and Flex SDK 4.5.1.21328. Code is like below [Embed(source='/assets/images/lot_dimensions_bg_4digit.png')] SDK…
srayker
  • 21
  • 1
  • 2
2
votes
1 answer

Upgrade to Flex SDK 4.5.1 from 4.1.0 causes namespace compile errors for certain mx components

I have a Flash builder project that I am migrating from SDK 4.1.0 to 4.5.1. This has been a relatively easy change (we are using maven for our builds, and were able to get a successful build after updating to the 4.5.1 dependencies). As said, the…
John Leehey
  • 22,052
  • 8
  • 61
  • 88
1
2 3 4 5 6