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
0
votes
1 answer

How do I get Flexunit, FlexMojos and Mockolate to work together?

For the past two days, I've been trying to get get FlexUnit, FlexMojos, and Mockolate to work together so that I can run tests in TeamCity, but I have not been having any luck. I have one project on Teamcity currently that uses FlexMojos and the…
Bob
  • 1,605
  • 2
  • 18
  • 33
0
votes
1 answer

Flexmojos 4.2-beta mergeResourceBundle

What is new command for flexmojos 3.8 true
user482745
  • 1,165
  • 1
  • 11
  • 31
0
votes
1 answer

coverage dont work in flexmojos-maven-plugin

I try see coverage report. Add coverage:true and get error. Without the coverage:true, but I need to know what percentage of code coverage. It seems the parser attempts to parse each files as java, and not as as3, please help! [exec] [INFO] Running…
pltnkv
  • 1
  • 1
0
votes
1 answer

Compile several SWF files with Flexmojos and install them into local repository

I'm trying to compile a main application (.mxml) to SWF file and many CSS files to SWF files to create skins that can be loaded at runtime. I use this : ... default-compile-swf
Olivier J.
  • 3,115
  • 11
  • 48
  • 71
0
votes
1 answer

Class not found with SWC compiled with FlexMojos and Maven

Here is my virtual project setup: A swc library what is using Open Source Media Framework (OSMF). This library is installed as a Maven artifact with FlexMojos. A main application that is compiled as swf and using the library with OSMF as a Maven…
Max Golovanchuk
  • 757
  • 6
  • 14
0
votes
0 answers

Error: Plugin execution not covered by lifecycle configuration maven error

I have a flex project that I need to convert into a maven project. I am using m2e for Eclipse and at the bottom of this post is the POM.xml file that I have created. My issue is that I cannot seem to run a mvn clean install on this POM. In Eclipse…
Ken Harris
  • 113
  • 1
  • 1
  • 9
0
votes
1 answer

Flexmojos, includes tag and wildcard

I know I can link in in my SWF at compile time some classes with the flexmojos includes tag : my.package.MyClass But is there a way to link in many classes with a wildcard directly ? I tried…
Olivier J.
  • 3,115
  • 11
  • 48
  • 71
0
votes
1 answer

Maven, Flexmojos and generate goal : choose for destination another package than source

I would like to know if there is a way to generate with Flexmojos and its generate goal another package than the source ? For example, if I have a Java class foo.bar.A.java, I would like to generatefor example bar.foo.A.as not foo.bar.A.as. My…
Olivier J.
  • 3,115
  • 11
  • 48
  • 71
0
votes
1 answer

Error: nothing was specified to be included in the library when upgrading to flexmojos 4

I am trying to upgrade to flexmojos 4 from 3.9 and it is causing many issues (the maven build fails with lots of errors) and the main error seems to be: Error: nothing was specified to be included in the library And then it goes to tell you which…
user220755
  • 4,358
  • 16
  • 51
  • 68
0
votes
1 answer

S:Application could not resolved to type

Hi am new to Flex and working on integration of Flex with Flexmojos (Maven plugin), i tried integrating but i had been facing a problem during compile in Main.mxml as s:Application could not be resolved to type Am using Flex SDK 4.6, i read few…
Bash
  • 21
  • 3
  • 8
0
votes
1 answer

flexmojos ignoring configuration?

I am trying to build out a SWC file from a Flex library, and no matter what I do, flexmojos (3.6.1) seems to build a "config.xml" file in the bin/classes folder that is empty, and uses that for configuration, completely ignoring everything I put…
TPiddy042
  • 51
  • 1
  • 5
0
votes
0 answers

Maven flex project using source directory from seperate module with new artifactId

Finding it difficult to express myself easily around this issue so thought best to start with a context section: Context: I have a Flex based application (a rather complex system) that can be compiled using "conditional compilation" into various use…
MonkeyMagiic
  • 126
  • 1
  • 7
0
votes
1 answer

java classes not found in WEB-INF in maven build

I am working on a project using flex and Java at the back end. It's a web-app project. The thing is when i compile it through Eclipse it's well and good. But when i use maven to build the war, i don't get class files inside my WEB-INF\classes…
Bash
  • 21
  • 3
  • 8
0
votes
2 answers

Configuring the Flash player for use with Flexmojos executed during a Maven release:perform

I have a Maven project that uses Flexmojos to execute unit tests and build a SWC. As it executes unit tests, I need to tell Flexmojos where my Flash player is, which I do via settings.xml: dev
Kkkev
  • 4,716
  • 5
  • 27
  • 43
-1
votes
2 answers

flexmojos:copy-flex-resources not copying resource files

Hi i had been setting up a flex project, its basically into 3 modules, a flex, a java and a war project. Am able to compile all, but the flexmojos:copy-flex-resources plugin only copies the ".swf" file into the webapp directory. There are other…
Bash
  • 21
  • 3
  • 8
1 2 3 4 5
6