Questions tagged [flex-mojos]

A collection of maven plugins to allow for compiling, optimizing, and testing Flex based applications.

34 questions
0
votes
1 answer

Java/Flash application not working when compiled with flex-mojo

I'm working on a Java web application which contains some Flash modules. So far I've used Adobe Flash builder to compile the Flash source code and manually integrate the swf file into the war, and the web application can be deployed and runs…
remigio
  • 4,101
  • 1
  • 26
  • 28
0
votes
1 answer

Error: nothing was specified to be included in the library when upgrading to flexmojos 4

I am trying to upgrade to flexmojos 4 from 3.9 and it is causing many issues (the maven build fails with lots of errors) and the main error seems to be: Error: nothing was specified to be included in the library And then it goes to tell you which…
user220755
  • 4,358
  • 16
  • 51
  • 68
0
votes
1 answer

S:Application could not resolved to type

Hi am new to Flex and working on integration of Flex with Flexmojos (Maven plugin), i tried integrating but i had been facing a problem during compile in Main.mxml as s:Application could not be resolved to type Am using Flex SDK 4.6, i read few…
Bash
  • 21
  • 3
  • 8
0
votes
0 answers

Maven flex project using source directory from seperate module with new artifactId

Finding it difficult to express myself easily around this issue so thought best to start with a context section: Context: I have a Flex based application (a rather complex system) that can be compiled using "conditional compilation" into various use…
MonkeyMagiic
  • 126
  • 1
  • 7
1 2
3