flex « Development « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » Development » flex 

1. How can I build an Adobe Air project with Maven?    stackoverflow.com

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 ...

2. Using swf as a library for another swf in a maven project using flex-mojos    stackoverflow.com

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 ...

3. Complex Maven2 with Flex4 Setup    stackoverflow.com

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 ...

4. Can maven projects have multiple parents?    stackoverflow.com

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 ...

5. Specifying a flex-config.xml with Maven / Flex Mojos    stackoverflow.com

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 ...

6. How to get informative compile error messages when using flexmojos-maven-plugin?    stackoverflow.com

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 ...

7. How to compile multiple css files into individual swfs using pure Maven?    stackoverflow.com

Right now I am using an apply task inside of an antrun execution.

<plugin>
    <artifactId>maven-antrun-plugin</artifactId>
    <version>1.4</version>
    <executions>
       ...

8. Flex-Mojo/Flex-compiler version issues with Flex 4.1 and maven2    stackoverflow.com

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 ...

9. Flash Builder 4 code navigation disables for imported maven projects    stackoverflow.com


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 ...

10. Maven and Flex Builder    stackoverflow.com

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 ...

11. Maven and flex compile problem    stackoverflow.com

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] ...

12. When should we move to Maven 3?    stackoverflow.com

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 ...

13. Maven release:perform seems to break build-helper:add-source    stackoverflow.com

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 ...

14. Compile .FLA files using maven    stackoverflow.com

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 ...

15. Flex .swc build using org.sonatype.flexmojos is failing    stackoverflow.com

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 : ...

16. BlazeDS & Maven + Flex & Mojos    stackoverflow.com

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 ...

17. How to fix flexmojos: Type was not found - UncaughtErrorEvent (Flex 4.1)    stackoverflow.com

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 ...

18. Maven failure to download swc files    stackoverflow.com

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 ...

19. Flex 4 App Blank    stackoverflow.com

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
  ...

20. Asdoc reports are not getting generated when the flex project depends on another flex library project    stackoverflow.com

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 ...

21. Maven, Flex build issue    stackoverflow.com

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 ...

22. How to properly define the Flashbuilder 4.5 Premium license for a maven flexmojo based build?    stackoverflow.com

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 ...

23. Generate Flex SOAP client using maven    stackoverflow.com

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 ...

24. flexmojos - copy-flex-resources of rsls not working    stackoverflow.com

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 ...

25. Upgrade to Flex SDK 4.5.1 from 4.1.0 causes namespace compile errors for certain mx components    stackoverflow.com

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 ...

26. Maven built swf(flex project) throwing errors at application start    stackoverflow.com

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()

      ...

27. Maven Source for Adobe Flex SDK?    stackoverflow.com

What is the correct procedure when creating and uploading to maven the flex framework sources?

28. How to define a new kind of scope in Maven?    stackoverflow.com

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:

   ...

29. Compiling flex project on Maven error without information    stackoverflow.com

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 ...

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

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 ...

31. IntelliJ-Idea 10.5.x, Flex and Maven 3/2    stackoverflow.com

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?

32. flex-rds-server license    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.