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

Could not resolve to a component implementation

i created project with flexmojos maven archtype..i used flexmojos:flexbuilder and compile/run with FlashBuilder 4 everything is okay but when i try to compile project with flexmojos i got following error: [ERROR]…
seref
  • 41
  • 1
  • 4
2
votes
2 answers

Is it possible to merge two SWC files into one?

I'm currently trying to do some much needed cleanup in one of our projects and as part of that I am splitting up a blob SWC into multiple smaller ones. So far so good. The problem now is that due to legacy purposes I still need a single aggregate…
2
votes
1 answer

Setup of flex units on linux

I am working on a project using Flex and until now we are using Windows to run flex unit tests for the modules/artifacts that require flex environment. Because of given dependencies, it is difficult to automatize anything because I have to swithch…
Gogi
  • 1,695
  • 4
  • 23
  • 36
2
votes
2 answers

Where can I see the default execution plan for a Maven plugin?

In a current project I am on, we use the flexmojos-plugin to compile a small Flex application. The plugin has all kinds of configuration, but there is no goal configured, and so I am wondering what makes Maven "know" what goals are to be executed or…
oligofren
  • 20,744
  • 16
  • 93
  • 180
1
vote
2 answers

Why does Flexmojos produce a different size swf to mxmlc?

I am compiling a very simple app, Main.mxml:
chris
  • 1,731
  • 4
  • 26
  • 33
1
vote
0 answers

How do I include the generated assemblies of Maven modules in a multi module build?

I have a multimodule project, and I'm starting with just one child module: x When module x builds it too uses the assembly plugin to put together some of its artifacts into a tar.gz. However, it's main…
Michael
  • 62
  • 11
1
vote
2 answers

Maven, Flex build issue

I am new to Maven. I am trying to compile Flex using maven plug-in flexmojos. I am having hard time to get maven download files from public repository. Currently we do not have any company intranet repository. Maven always fails to download required…
Ravi
  • 35
  • 1
  • 8
1
vote
1 answer

How to use the -fteInMXComponents compiler option with flexmojos

When compiling a Flex 4 app with flexmojos, how do I specify the -fteInMXComponents (use Flash text engine in MX components) option? Or can I not?
chris
  • 1,731
  • 4
  • 26
  • 33
1
vote
1 answer

Flex Spring Hibernate Maven Archtype

Is there a good Maven archtype for Flex Spring Hibernate integration which can be used as template ?
user822166
  • 11
  • 1
1
vote
1 answer

Flexmojos coverage example

Flexmojos currently freezes when I try to run a coverage report. I've tried building the project as given in this post. I've tried building the project with multiple versions of the flexmojos 4.0 beta. Using both the provided examples and my own…
Wes
  • 6,697
  • 6
  • 34
  • 59
1
vote
2 answers

How to fix flexmojos: Type was not found - UncaughtErrorEvent (Flex 4.1)

I'm using flexmojos 3.8 with flex compiler 4.1.0.16248 My Project compiles fine in Flash Builder, but with flexmojos / maven I get the following Error: Type was not found or was not a compile-time constant: UncaughtErrorEvent The Flex Code looks…
Andre
  • 21
  • 4
1
vote
1 answer

Maven not executing my Ant target

I'm trying to do something really simple: run an Ant task from Maven. Foolproof, right? Wrong. Here's my pom:
Naftuli Kay
  • 87,710
  • 93
  • 269
  • 411
1
vote
1 answer

Flexmojos-maven-plugin - How to configure multiple source mxml files to generate multiple swf files?

Current working code: I am able to build a flex project using flexmojos-maven-plugin successfully. However, I can only provide one 'sourceFile' under my plugin configuration. Refer below my working pom.xml, which builds Main.mxml file correctly from…
Vaibhav Shah
  • 93
  • 1
  • 10
1
vote
2 answers

Flex Maven project compilation error: Global artifact is not available. Make sure to add 'playerglobal' or 'airglobal' to this project

I am converting an existing flex project to a maven project using the IntelliJ IDEA. As per the R&D on google, I have added the pom.xml file and I have resolved multiple issues by adding the required dependencies. However, I am stuck at one point…
1
vote
2 answers

Failing Maven build on Flex project http://repository.sonatype.org:80: No route to host

A Maven build on a Flex project recently stopped working even though there has been no changes to the code. The build fails with the following error: Sep 08, 2016 12:00:21 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec…
Robert Hunt
  • 7,914
  • 5
  • 40
  • 43