Has anyone successfully built an Adobe Air application with Maven? If so, what are the steps to get it working?
I have been trying to use flex-mojos to build ... |
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 ... |
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 ... |
we have java and flex projects at work. We currently have 1 base pom that contains the configurations we want to use for both projects. Problem with this is: flex projects ... |
I have to port an existing project to Maven, and it includes a resource called "config.xml" that is copied to the deploy directory alongside the SWF and HTML, and loaded at ... |
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 what source file) the error happens ... |
Right now I am using an apply task inside of an antrun execution.
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.4</version>
<executions>
...
|
|
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,
<flex.sdk.version>4.1.0.16076</flex.sdk.version>
<flex.mojo.version>3.6.1</flex.mojo.version>
but am running into ... |
has anyone encountered the following trouble with Flash Builder 4 Eclipse plugin: after I import some flash projects from poms (import -> existing maven projects) and set their type to flex ...
|
I use Flex Builder to generate data binding for my Flex app with Blaze DS. When I compile my pp from Flex Builder everything works just fine. But when I try ... |
I tried to compile using maven-flex2-plugin plugin with maven here is the error I got:
D:\PROJECTS\flex\Reports>mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Reports Maven Flex
[INFO] task-segment: [clean, install]
[INFO] ...
|
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 ... |
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 ... |
I am using flexmojos to build my flex projects.
I also have a flash project containing .fla files which needs to compiled into swf
Does anyone have any ideas on how to do ... |
I am trying to create and build a flex library project (.swc) using maven 2 firsttime.
I am able to create directory structure but build is failing.
My maven settings are : ... |
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 ... |
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 ...
|
I'm trying to use Maven to build a Flex project using the Sonatype flexmojos. I've set up the project and the build mostly works until it tries to download various swc ... |
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
...
|
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 ... |
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 ... |
We have been building our Flex app forever using Maven. Due to the fact that we use RIATest for integration testing we need to create a special test version of the ... |
I have a java server side project which contains JAX-WS web-services (using JavaEE 6 and the @WebService annotation).
Is there some kind of plugin that would allow me to generate Flex client ... |
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 (copy-flex-resources) on project smh:
Failure ... |
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 ... |
I'm getting the following error at the start of my application:
ReferenceError: Error #1065: Variable mx.messaging.config::ConfigMap is not defined.
at _ABC_FlexInit$/init()
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()
...
|
What is the correct procedure when creating and uploading to maven the flex framework sources?
|
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:
...
|
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 ... |
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 ... |
Currently, I'm trying to use latest maven to build flex projects in IntelliJ-Idea. But have no success.
What is the best way to do it?
|
I was looking for the source code of flex-rds-server.jar at the BlazeDS distro but I could not find it.
I did some research, but could neither find this project nor an explanation ... |