A collection of maven plugins to allow for compiling, optimizing, and testing Flex based applications.
Questions tagged [flex-mojos]
34 questions
1
vote
1 answer
Missing resource bundle com.adobe.flex.framework:playerglobal:rb.swc:ko_KR:4.5.1.21328
facing a issue while creating locale file with maven build for Korean locale.
rest of language resource bundle get created properly only Korean locale giving problem.
the following error occur.
[ERROR] Failed to execute goal…

Vaibhav Tekade
- 65
- 1
- 7
1
vote
1 answer
Running AIR application tests with Maven/FlexMojos 4.2 beta
I have Maven module which is an AIR application. I use the FlexMojos plugin (version 4.2-beta).
EDIT: further investigation revealed that the issue is the descriptor used for the tests TestRunner.xml has the AIR 2.6 namespace, while my adl is…

Antoine Lassauzay
- 1,557
- 11
- 12
1
vote
2 answers
Apache Flex 4.9
I have just mavenized the Apache Flex 4.9 SDK. Now, how can I build my application with maven?
Does anybody have an example pom-File for this?
Is there a flex-mojos version out yet, which is working with this flex version? Or are there any…

LKa
- 11
- 4
0
votes
2 answers
STS M2E 'Plugin execution not covered by lifecycle configuration" Error - Flex-Mojos
I am trying to write my pom.xml for a multimodal flex application. I have been using this resource as an example:
http://www.sonatype.com/books/mvnref-book/reference/flex-dev-sect-creating-with-archetype.html
I am using M2E v1.01 but I am faced with…

totalcruise
- 1,343
- 2
- 13
- 25
0
votes
1 answer
Flex-Mojos compile fxg
Does anyone have a sample pom.xml or a tip of how to get flex-mojos to compile FXG files?
We use some FXG images in our project by adding them in mxml like:
The image ns refers to a package containing the FXG image files.
In Eclispe this works…

Arjen vd Have
- 119
- 11
0
votes
3 answers
Coping swf resources with flex-mojos to the custom folder
How I can configure copy-flex-resources goal and swf dependencies to copy swf files to the custom folder in my web-app? By default it copies to the web-app root.
More about copy-flex-resources goal…

Worker
- 2,411
- 6
- 29
- 55
0
votes
2 answers
Flex-Mojo/Flex-compiler version issues with Flex 4.1 and maven2
My projects UI is built using Flex4.1..I am using maven2 and trying to figure out which flex-mojo version should I use for compiling.
I tried with the following,…

subh
- 307
- 1
- 7
- 15
0
votes
2 answers
New project created with Flex Mojo's archetype throws Cannot Find Parent Project-Maven Exception
This is probably a silly question but I just cant seem to figure out. I'm completely new to flex and maven.
Maven 2.2.1: Maven 2.2.1 unzipped,M2_HOME set and repository altered to point to different drive location in settings.xml
Flex 4.0:…

ignorant
- 1
0
votes
1 answer
Flexmojo compiledLocal failed for italian or serbian language
I discover flex world and maven by adding some new feature in an existing flex app, I may certainly doing something wrong but i don't know what.
I'm using flexmojo to manage flex compilation and I got some error when I try to activate another…

bedomon
- 330
- 3
- 11
0
votes
0 answers
flexmojos-maven-plugin:7.0.1:test-compile build failure at net.flexmojos.oss.unitestingsupport.TestApplication
I have a project with Flexmojos 4.0-beta-7 and multiple modules.
There is an artifact with swc packaging and some tests.
During maven install phase it creates the following MXML file
/target/test-classes/TestRunner.mxml

KoichiSenada
- 183
- 1
- 1
- 10
0
votes
3 answers
building maven flex project with flex mojo depending on apache sdk fail
I have a mavenized flex project wich builds fine with adobe sdke 4.6.
Now , i'm trying to compile it with apache recent sdk .
I mavenized the sdk and copied the dependencies in local repo .
the apache version that i mavenized is : 4.13.0.20140701…

Sami Jmii
- 460
- 7
- 17
0
votes
1 answer
mx.controls.Menu doesn't render properly when built by flexmojos-maven-plugin
I've got wired problem with my Flex application, exactly menu (based on mx.controls.Menu and flexlib.controls.ScrollableMenu).
When I build my application by FlashBuilder menu works. See screenshot:
But when I build it by maven using…

Chris
- 23
- 3
0
votes
0 answers
Flex mojos runtime localization support
I've got a flex application built by flex-mojos maven plugin (flex-mojos version 4.2 - I know it is old and not supported anymore, but it works ok for us).
Now we need to get the application localized. And we'd like to use the runtime localization…

Tatyana Maximovskaya
- 309
- 1
- 3
- 8
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
How to package nested maven modules for full product suite build
At our company, we typically build an number of flex client applications, for numerous different clients. Each Flex application typically loads at runtime, a differing variety of standalone Flex Module swfs as well.
I'm trying to Mavenise the…

Jamie Hill
- 21,139
- 2
- 13
- 4