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

Flex Maven project: Could not resolve to a component implementation

While converting an existing flex project to a maven project using the IntelliJ IDEA, I am facing an interesting issue for couple of days: Problem Description: When I use the module dependency as Flex SDK 3.2.0, I am able to see the 'mx:Application'…
Vaibhav Shah
  • 93
  • 1
  • 10
0
votes
1 answer

Adobe flex migration error defaults.css expected

I am having an issue migrating from Adobe Flex 3.3.0.4852 to 4.5.1.21328 Applying the same configuration I had it set up it throws a exception executing flexmojos-maven-plugin org.sonatype.flexmojos
jorgevasquezang
  • 1,008
  • 1
  • 9
  • 16
0
votes
1 answer

Problems with changing flexmojos to give testing support to air applications

I want to test air applications and air libraries using flexmojos 3.9-SNAPSHOT. However, although flexmojos does indeed has support for air, it tries to run the swf generated by the build using flash player, and as I need to use air native libraries…
Rafael
  • 2,373
  • 4
  • 22
  • 28
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
1 answer

Running flexunit4 tests for AIR app while building with maven and flexmojos

Is it possible? Since AIR is pure actionscript (no flex) and flexunit4 uses flex to build it's testrunner SWF when running the tests. Or am I missing something? Otherwise, is there any other unit testing library that can be used together with…
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:…
0
votes
1 answer

Local non-mavenised SWC

I'm working on a project that requires a very complex maven build. One swc we use is just for native Flash assets. All our assets are versioned separately in another git repo so I just want maven to include it as a local lib. Until now we have…
James Trickey
  • 1,322
  • 13
  • 21
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…
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
2 answers

flexmojo java heap space error

When I lunch maven flexMojo compile plugin from eclipse in windows OS I get java heap space error . any idea on increasing memory for maven ? I tired this in windows envirement variables : MVN_OPTS = -Xmx1024m -XX:MaxPermSize=512m and it didn't…
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

How to share code between Maven modules so IntelliJ IDEA recognises it?

I have got a library project (written in ActionScript), that has two build outputs: One is made by including library A, the other is made by including library B. My goal is to mavenize this library, and I've come up with the following solution: I…
sydd
  • 1,824
  • 2
  • 30
  • 54
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…
0
votes
1 answer

Mockolate Verify Error: Illegal override.. after Flex SDK 4.10 update

Since we upgraded the flex sdk in our application to 4.10 we've been running into Verify Errors while running unit tests that use mockolate. They seem to occur when mocking an interface where a ByteArray is used in a method signature. Example…
Bert
  • 257
  • 1
  • 2
  • 10