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

FlexMojos - Runtime error - VerifyError #1014 mx.controls.List Class not Found

I'm using FlexMojos 4.0-RC2 and Flex SDK 4.5.1 to compile my app which consists of several modules. The compilation is sucessful with insignificant warnings. When I try to run the application I get a VerifyError #1014 saying that mx.controls.List…
kkudi
  • 1,625
  • 4
  • 25
  • 47
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

Error: Could not resolve to a component implementation

I'm currently converting Flex project currently build by Ant to a project built by Maven. I receive the following error: Could not resolve to a component implementation. In
Kiril Kirilov
  • 11,167
  • 5
  • 49
  • 74
0
votes
1 answer

Maven build(with Flexmojos) for multi module project throwing an error

I am trying to setup a Flex/Java multi module project in Eclipse. Using Maven to run the build and generate the war file. The details of the versions I am using are as follows: Flexmojos : 3.5.0 Flex framework/compiler : 4.5.1.21328 …
Basith
  • 831
  • 1
  • 7
  • 14
0
votes
1 answer

Flex 4 SDK Class not found in Flex-mojos

When I try to build the project I get Definition spark.components.gridClasses:CellRegion could not be found. This class is contained in com/adobe/flex/framework/spark/4.5.0.17855/spark-4.5.0.17855.swc which is included in the library-path by the…
johnk
  • 390
  • 1
  • 4
  • 14
0
votes
1 answer

Maven FlexMojos produces empty Air app. Final product has no window. Creates SWF but will not open it

Problem When I run my air application (compiled via flexmojos), it seems "empty"--there is no window at all. It works perfectly when compiled from Flash Builder. Background I am compiling an Adobe Air Application using Maven's flexmojos plugin on…
gMale
  • 17,147
  • 17
  • 91
  • 116
0
votes
1 answer

Overriding defaults

I am currently trying to extend an existing project. Unfortunately I am completely new to plexus. I am greatly Spring biassed, so please tell me if the approach is completely wrong. Let me describe what I want to do: In the existing project there is…
Christofer Dutz
  • 2,305
  • 1
  • 23
  • 34
0
votes
1 answer

Building custom Maven ModelValidators

I use the flexmojos plugin quite a lot and am trying to help people on the flexmojos mailinglist as good as I can. While helping, I could see that a hand full of problems allway reoccur and usually allways have the same solution. My idea now was…
Christofer Dutz
  • 2,305
  • 1
  • 23
  • 34
0
votes
1 answer

Flex 4 Panel skin has dependency on 'pattern_147.gif' -- Where is this?

I am trying to create a new skin for the spark Panel based on a copy of the existing skin spark.skins.spark.PanelSkin. Inside my skin is the following:
Dave
  • 21,524
  • 28
  • 141
  • 221
0
votes
1 answer

Flexmojos compatibility with Flex SDK to 4.5

I was working on a project with flexmojos 3.9 and Flex 4.0. I decided to upgrafe my version of the flex SDK to 4.5 but I have the followin problems: 1- Maven Message: [FATAL ERROR] org.sonatype.flexmojos.optimizer.OptimizerMojo#execute() caused a…
user751037
  • 21
  • 3
0
votes
2 answers

flexmojos - copy-flex-resources of rsls not working

I am trying to copy the the dependent rsls into war using the copy- flex-resources plugin. However I'm getting the following error : [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven- plugin:3.8:copy-flex-resources…
JWhiz
  • 681
  • 3
  • 10
  • 22
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

Flex + BlazeDS + Multi module maven project

I've got a multi module Maven project (about 10 modules) where 2 of the modules are a flex project and its corresponding server project, communicating via BlazeDS. The server module is dependent on another module containing common things, shared…
thorseye
  • 237
  • 6
  • 16
0
votes
1 answer

How to pass additional compiler arguments in flexmojos-maven-plugin 3.8?

What we know: When I build the flex project with the Flex Builder (i.e. without maven build), I can use the 'Project Properties > Flex Compiler > Additional Compiler Arguments' to pass some additional arguments, such as referring to…
Vaibhav Shah
  • 93
  • 1
  • 10
0
votes
2 answers

Publish compiled Flex application and other resources to directory in Maven?

I just got all set up and compiling in Maven with Flex-Mojos, and now my next question is how I would "publish" my compiled application to an arbitrary directory along with its web resources. It has a few PHP scripts which need to be copied, as well…
Naftuli Kay
  • 87,710
  • 93
  • 269
  • 411