Tagged Questions
FlexMojos is a Maven plugin intended to allow build lifecycle management of Flex applications.
7
votes
2answers
2k views
When should we move to Maven 3?
Our project badly needs to move to Flexmojos4 to get a fix, but this requires Maven 3. Our project makes extensive use of Maven and we really love it, but have configured it very heavily. Between a ...
4
votes
6answers
1k views
Adobe Flex Development on Ubuntu
I'm thinking the following:
Netbeans + FlexBeans
Maven + FlexMojos
However:
FlexBeans just doesn't compare with FlexBuilder
Not sure FlexMojos supports Flex 4
How do you guys manage to ...
3
votes
1answer
242 views
How do I set the theme using Flexmojos?
When compiling using flexmojos I get the warning:
[WARNING] No themes are explicitly defined in the section or in any scope="theme" dependencies. Flexmojos is now attempting to figure out which ...
2
votes
7answers
965 views
Flex 4 App Blank
I'm building a Flex 4 app (using flexmojos rather than FlexBuilder). If I create a test Applications as follows, using mx:Application, then I see a button as I would expect:
<mx:Application
...
2
votes
1answer
1k views
Could not resolve <fx:Script> 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 ...
2
votes
2answers
383 views
Maven release:perform seems to break build-helper:add-source
I have a fairly simple Flex SWC module that is compiled via the Maven Flexmojos plugin. This module also uses the flexmojos:generate goal during the generate-sources phase to create Actionscript3 ...
2
votes
2answers
966 views
Which version of flexmojos should be used?
Recently I reorganized my Adobe AIR project as a maven project so I could hook into my continuous integration server. Most of the information I found to get it working came from various blogs, which ...
1
vote
2answers
163 views
Why does Flexmojos produce a different size swf to mxmlc?
I am compiling a very simple app, Main.mxml:
<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
...
1
vote
1answer
302 views
Upgrade to Flex SDK 4.5.1 from 4.1.0 causes namespace compile errors for certain mx components
I have a Flash builder project that I am migrating from SDK 4.1.0 to 4.5.1. This has been a relatively easy change (we are using maven for our builds, and were able to get a successful build after ...
1
vote
0answers
29 views
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:
<modules>
<module>x</module>
</modules>
When module x builds it too uses the assembly plugin ...
1
vote
1answer
472 views
Why is FlexMojos “unable to resolve 'assets/**/*.png' for transcoding”?
I'm trying to mavenize a Flex project using Flash Builder 4 as IDE.
I'm using flexmojos 4.0-beta-7 with flex sdk 4.5.0.19786.
In my pom.xml I have:
<build>
...
1
vote
1answer
156 views
Flex Spring Hibernate Maven Archtype
Is there a good Maven archtype for Flex Spring Hibernate integration which can be used as template ?
1
vote
1answer
178 views
How to use dependency instead of loadExterns in flexmojos Maven plugin?
The documentation for flexmojos plugin states that loadExterns parameter is deprecated, and suggests: " Use dependency with type "xml" and classifier "link-report" ...
1
vote
2answers
258 views
How to get informative compile error messages when using flexmojos-maven-plugin?
I'am using flexmojos-maven-plugin to build my Flex module. So on the compile phase I'm getting
org.apache.maven.plugin.MojoExecutionException: Error compiling!
with no information on where (at ...
0
votes
0answers
59 views
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 ...
0
votes
1answer
73 views
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:
...
0
votes
1answer
34 views
Error: Could not resolve <s:SWFLoader> 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 <s:SWFLoader> to a component implementation.
In
...
0
votes
1answer
78 views
mvn package (build failure) flexmojos - how do I get my flash player in the right path
build failure says it cant find my flash player but the flash player is installed
I even put it in my Path variable
right here i was just trying to run mvn package
also i have maven installed in my ...
0
votes
0answers
60 views
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
...
0
votes
1answer
30 views
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 ...
0
votes
1answer
84 views
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 ...
0
votes
0answers
38 views
Compiling flex project on Maven error without information
Since 2 days ago, i can't compile my flex project.
I tried it in 3 different computers and via eclipse and command-line and all I have is an error without information
If I run it in debug mode (-X) ...
0
votes
1answer
19 views
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 ...
0
votes
1answer
8 views
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 ...
0
votes
2answers
192 views
Get “Error: unable to resolve '/assets/images/**.png' for transcoding” while building on FlexMojos 4.0-RC2 and Flex SDK 4.5.1.21328
I get the this "Error: unable to resolve '/assets/images/**.png' for transcoding" while building on FlexMojos 4.0-RC2 and Flex SDK 4.5.1.21328. Code is like below
...
0
votes
1answer
49 views
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:
<s:Rect id="tbFill" left="0" ...
0
votes
1answer
318 views
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] ...
0
votes
2answers
609 views
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 ...
0
votes
1answer
311 views
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 ...
0
votes
0answers
126 views
Flex application compiled with flexmojo, labels missing and the display is reversed?
I compiled my Flex app as shown in the pom snippet below. When I open the swf file, the display is reversed and I don't see any labels in the buttons. Can anyone see anything wrong in my script?
...
0
votes
1answer
66 views
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?
0
votes
0answers
103 views
Asdoc reports are not getting generated when the flex project depends on another flex library project
I have a multi module maven project.
It constitutes of a flex library module i.e. a swc module and several dependent flex modules i.e. swf modules.
When I run
mvn site
for the multi module ...
0
votes
1answer
106 views
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 ...
0
votes
2answers
680 views
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 ...
0
votes
3answers
293 views
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 ...
0
votes
2answers
326 views
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 ...
0
votes
0answers
277 views
BlazeDS & Maven + Flex & Mojos
i'm working on a small web project using a java backend and a flex frontend.
now the goal was to use maven to automate all the dependencies the two ends have.
i'm working on the flex frontend, another ...
0
votes
1answer
172 views
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:
<?xml version="1.0" encoding="UTF-8"?>
<project ...
0
votes
2answers
208 views
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 ...
0
votes
1answer
195 views
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 ...
0
votes
2answers
808 views
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 ...
0
votes
2answers
276 views
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 ...