Tagged Questions
A collection of maven plugins to allow for compiling, optimizing, and testing Flex based applications.
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 ...
3
votes
2answers
3k views
Complex Maven2 with Flex4 Setup
I have been struggling to get Maven2 to cooperate with me, and was wondering if anyone out there had any ideas on how to get this working.... I am working on a Flash project, and we are considering ...
2
votes
1answer
87 views
How to run maven plugin before dependency check
I want to run maven-install-plugin before dependency check. How can I do that?
The plugin configuration:
<artifactId>maven-install-plugin</artifactId>
<executions>
...
1
vote
2answers
162 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
465 views
How can I set a swc theme in Maven?
I can't set my custom theme in Maven like I do it in Eclipse by changing theme in project properties.
I note the theme swc in dependencies, the compiler founds it but the theme doesn't change.
Who ...
1
vote
1answer
474 views
How to compile multiple css files into individual swfs using pure Maven?
Right now I am using an apply task inside of an antrun execution.
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.4</version>
...
1
vote
1answer
2k views
Problem with flex-mojos
If I try the getting-started on http://flexmojos.sonatype.org/getting-started.html I get some errors. Can somebody help me out? I'm new to maven, but since it's a getting-started, I was hopin' ...
1
vote
1answer
605 views
Conditional Maven build section with a profile?
I'm building a Flex application with Maven and the Flex Mojos plugin. I now want to compile an alternative version of the application with some extra libraries to enable automated functional testing. ...
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
63 views
How to define a new kind of scope in Maven?
In order tell the Flexmojo Maven plugin that your project should use a particular theme, it is necessary to add a scope "theme" dependency to your project like this:
<dependency>
...
0
votes
2answers
191 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
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
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
2answers
806 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
4k views
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,
...
0
votes
2answers
275 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 ...
0
votes
2answers
308 views
Using swf as a library for another swf in a maven project using flex-mojos
I have a maven project with flex-mojos 3.1.0. Can I have a module with swf packaging and configure a dependency on it in another module? When I do, I get a compilation error.
project
| - ...