Tagged Questions
0
votes
0answers
25 views
Pass FlexMonkey args via ANT
I used to add my FlexMonkey args directly in the Flex Compiler window in the FlashBuilder IDE:
-include-libraries
"../libs/automation_monkey4.x.swc"
...
0
votes
0answers
29 views
Flash Builder 4.7 Ant Build Issues
I hope some one out there can help.
I have a large project that uses Ant for release builds, that must be "Run in the same JRE as workspace"
This has always been fine in fb4.5 and 4.6 but in 4.7 ...
0
votes
2answers
46 views
UIImpersonator.addChild() doesn't dispatch the right events
I am running FlexUnit tests through Ant. The test test1 fails with the message "Timeout Occurred before expected event" but test2 passes. The only difference between the two tests is that one uses ...
0
votes
0answers
21 views
All async unit tests timeout
I am trying to run FlexUnit tests through Ant in a very simplified version of the sampleCLIProject. The tests pass when I compile through Flash Builder and timeout when I run them through Ant on ...
2
votes
1answer
89 views
Ant uptodate task does not consider deleted files
I'm trying to speed up my builds by using the ANT <updtodate/> task to check for changes and compile only if necessary. This is for a Flex project. Here is the relevant part of my build.xml:
...
0
votes
0answers
155 views
Failed to Run Flex Unit Tests using ANT Build - Error while loading initial content
I am using a sample Flex AIR Application to Automate my Flex Unit Tests and Run them using Continuous Integration ANT BUILD. But when I run the ANT Build i am facing the below errors. Here is my ...
0
votes
1answer
45 views
Finding project dependencies in Eclipse
I'm working on a legacy app with several Java/Flex projects in Eclipse, including project P1, which uses Ant to compile (via mxmlc) property files into SWF files. (I don't know if Flex is relevant to ...
0
votes
1answer
243 views
Using ANT with Flex, building dependent target fails
I have a flex project called framework and another one called commons. Commons depends on framework.
Build script for framework :
<project name="imanager-framework" basedir=".">
...
1
vote
1answer
198 views
Using ANT to build swc, cannot find catalog.xml
I'm trying to build an SWC (in Flex 4.6) using ANT. This is what my build.xml looks like right now
<?xml version="1.0" encoding="UTF-8"?>
<project name="imanager-framework" basedir=".">
...
0
votes
1answer
147 views
Creating a release build with Ant not outputing all files?
I'm trying to create an Ant task to create a release build but it only outputs one SWF file and that SWF file size is smaller than normal and it doesn't output all the normal files from a normal Flash ...
0
votes
1answer
149 views
Not adding any classes in compc SWC
I'm trying to compile a AIR library project to SWC using compc and it's not including any of my libraries files. Here is my ANT task:
<!-- Compile the FCLibrary swc -->
<target ...
0
votes
0answers
90 views
Ant Build for flex files takes a lot of time
Ant build consumes a lot of time and memory for my project. Specially flex and groovy compilation take most of the time. Java build with Aspect wiring happens in 3-5 min but flex and groovy components ...
0
votes
2answers
52 views
OutOfMemoryError on compiling flex project
I am getting OOM while compiling flex project in windows 7
[java] Loading configuration file E:\work\3.4.0\frameworks\flex-config.xml
[java] Error: Java heap space
[java] ...
0
votes
1answer
496 views
AS3 Error: Access of possibly undefined property STANDARD_OUTPUT_DATA through a reference with static type Class
I have a Flex AIR project that compiles and runs in Flex Builder 4.6. I'm trying to create an Ant script that will build the project. On these lines I get these errors:
...
1
vote
1answer
235 views
ignore warnings using ant mxmlc
I am using the ant mxmlc task to build my project. I wish to ignore compiler warnings generated using the flex sdk, using ant mxmlc task. What do I need to do to my build script to get these ignored?
...
-1
votes
1answer
59 views
How can i keep my Diagrams Updated with ant jobs ?
My team works on a (Spring/Java/JSP-Intellij + Mysql + Flex/Cairgornm/BlazeDS) Monster that we all love, we need to keep the diagrams updated, specifically class diagram for the Java and Flex layers, ...
0
votes
2answers
489 views
AS3 Compile Time Constants give error when set in ant script
I have an AS3 project making use of compile time constants. This has worked well in FDT and adding compiler arguments like:
-define=CONFIG::buildver,"0.1"
But when trying to replicate this when ...
2
votes
1answer
782 views
Change the default location of Runtime Shared Library files
To make my Ant Generated swf as small as possible, i used the Runtime Shared Library like described in this URL.
By default, the RSL files should be located with the compiled swf (without RSL).
...
0
votes
1answer
120 views
Granite DS Actionscript Code Generation Ant cannot find class error
I am trying to get my Ant build to run the granite DS Actionscript code generation task and am running into some problems. At the moment I am getting this error:
BUILD FAILED
C...\build.xml:62: Could ...
0
votes
1answer
172 views
Config file to replace actionscriptProperties.as swc references?
I'm trying to set up ANT build scripts for some Flex projects I work with. I can define a custom config.xml file like so, that specifies additional details for the compiler (simplified):
...
0
votes
1answer
211 views
Build swf using mxmlc (Ant) - Code compiles when code not changed
I am using mxmlc task to generate swf for our project.
Problem is, even when I dont change any flex code, swf compiles every time, which is comparatively lengthy process.
Does anyone know how to ...
1
vote
1answer
188 views
Build Flash Project with ANT
Currently we have a large project that was created in Flash and AS3. I know that you can't really compile or build fla's with ANT. I have seen all of the flex capabilities with ANT. So let me explain ...
1
vote
1answer
951 views
Building Flex project with Ant. “The class not found in jar file: mxmlc.jar”
We've been tirelessly working on trying to catch up on our deployment that was due on Tuesday, so now that we have reached a point of deploying our application, Ant seems to be having difficulties ...
0
votes
1answer
171 views
Flex: Blank page when using builder compiled swf
I got a blank swf when compiling with builder. Everything works fine when compile with ant and deploy my ear file to weblogic. Im using Flash Builder 4.0 and sdk 4.5.
1
vote
2answers
745 views
How can I speed up MXMLC compiles?
I am using ant to build my web application. I have a target in my ant script which takes approximately 8 minutes to compile. Since mxmlc compiles everything from scratch and loads up the JVM each ...
0
votes
0answers
188 views
Flex on ubuntu failing to compile
A long time ago, before I arrived, someone at the company I work for set up Jenkins to do automated builds. We recently changed our repository settings from Subversion to Mercurial because it allowed ...
1
vote
1answer
416 views
Build a flex project on, ant or Maven?
I am going to write a build commands for flex 4.5 project, which is only based on actionscript not with java. I am very new to both maven and ant.So can you people suggest which is more compatible ...
0
votes
0answers
211 views
Ant build mxmlc takes more memory and time
I am using ant build for build my flex application. In the same time I have to compile java, flex and create war file, for that I think is the good choice.
Here is my build.xml snip
<target ...
0
votes
1answer
313 views
Running FlexUnit unable to get console output for trace
I've set up FlexUnit in my app, I want to debug a test using trace, but im not sure how to get flexunit to traceto the flashlog file. Here's part of my test task in ant, I thought the 'localtrusted' ...
0
votes
1answer
1k views
Android ant build - won't load keystore
My ant build for a Flex air 3.0 project for android with native extensions returns this error message:
could not load keystore file (password may be incorrect)
I'm sure password, keystore file name ...
0
votes
1answer
124 views
Specifying directory with Japanese characters in build.xml for ant in windows
I have a build.xml file that specify a directory with Japanese characters as an argument to a command.
<exec executable="${amxmlc_cmd}">
<arg line="${amxmlc_opt}" />
...
...
1
vote
1answer
57 views
Any way of parametrizing whether or not to append inner elements in ant?
I am writing an ant file for compiling a flex project (but this question may apply to non-flex ant scripts as well).
I had several targets there that look like this:
<target name="first">
...
0
votes
1answer
94 views
Flex and Ant: How do I include other folders via ant script?
I currently have a Flex project that was done in Eclipse, using the following compiler settings:
Flex Build Path: (Source Path) includes source folders from other areas, i.e common_components, which ...
1
vote
1answer
473 views
Flex 4.5.1 runtime errors, ant task compiling
I am having problems with my ant task or my Flex 4.5.1 compiler configuration.
I debug my app with the same Flex builder version (4.5.1) with Eclipse and there are no problems. I build my Flex app ...
2
votes
1answer
1k views
FlexUnit ANT task is hanging
I'm using the ANT task to run FlexUnit on a build server. When I run the Flex Unit Tests from the Flash Builder (4) it works fine. But when running from ANT it opens the default player (FireFox in my ...
3
votes
1answer
1k views
Ant tasks compc for air errors
I'm trying to compile the SWC from the source I have writen, but for some reason I'm getting this error:
[compc] Error: 'flash.events:StageOrientationEvent' is undefined.
[compc]
[compc] Error: ...
0
votes
0answers
121 views
Building flex project using ANT script
I am building my flex project using ant script, the build is successful but when I try to run the AIR file , the THEME and the IMAGES are not loaded.
How can I solve this?
1
vote
1answer
367 views
SWF built with ANT has different size from built on Eclipse
I'm using Eclipse with the Flex Plugin to build a Flex Application that resides inside an EAR. When Eclipse builds the SWF files, and I deploy the EAR on my app server, it works great. But now I need ...
0
votes
1answer
1k views
Flex and ANT: Resource bundle error
I get the following error when running my ANT script:
Error: Unable to resolve resource bundle "data" for locale "en_US"
I have tried to implement all the answers I've found about this question (and ...
3
votes
1answer
232 views
Creating ant build script to build only when a dependency was updated
I just started working with ant a few days ago. Right now I have a general buildall.xml which should call each project's build.xml. Because some projects depend on each other, I need to rebuild some ...
1
vote
1answer
157 views
Using Ant with Flex
I'm having problems setting up Ant to use with Flex. I install it fine but I get this error when I try and check the install: Unable to locate tools.jar.
From what I've read, I just need to point ...
0
votes
2answers
732 views
TFS Build 2010 how do I call an Ant script and/or build flash
In TFS 2010 build, I have a new build and I want to call an ant script that builds Flash.
How do I call the ant script?
Also
How can I compile the Flash directly?
I've seen the Power Tools and ...
0
votes
2answers
171 views
AIR app signing without password
I have a build server that generates our signed packages for deployment. However, I would prefer not to embed our passwords for signing the package in our ant file. Is there a way to get around ...
0
votes
1answer
888 views
MXMLC throws a java.lang.NullExceptionPointer when compiling in windows (not in mac nor ubuntu)
I'm running ant to compile a Flex application, and the build keeps failing when running it on a windows command line. Other people in my team can successfully run the very same build under mac and ...
2
votes
2answers
3k views
Adding runtime-library-path to flex build configuration using ant mxmlc task
I'm trying to build a flex project, linking it to some RLSs. When setting up the project in Flex Builder, the corresponding "build configuration" (that I got by adding -dump-config to the compiler ...
0
votes
1answer
400 views
How to get propery from scriptdef using Flex Ant Tasks
I have a working build.xml file that I'm using for various tasks like building a swc etc. One of the things I want to do is parse a version number from a class and append it to the swc filename.
I am ...
0
votes
0answers
193 views
How to validate a SWC library's manifest.xml?
I have an Ant build for a library, and the library has a manifest.xml (to specify the namespace).
How do I validate that the manifest.xml has all the classes that I'm building in the library?
...
3
votes
3answers
2k views
Flash Builder (Flex) ANT build and Debug
I'm trying to use ANT with Flash Builder 4 to compile and debug.
The compiling is the easy part but having trouble to get the debugger to work.
I want to use ANT to Debug SWF file inside Flash ...
0
votes
1answer
406 views
How to make a Flex Builder project to work on an existing Flex non-project with ant build?
I want to do some development on a Flex project that uses Ant: http://svn.openstreetmap.org/applications/editors/potlatch2/ . I can build it from the command line but now want to use Flex Builder ...
4
votes
2answers
2k views
Using compiler constants with <compc /> ant task
I'm converting an existing build script from <mxmlc /> to <compc /> to generate a swc.
However, the build is failing, giving the error:
[compc] C:\xxxx\LogViewer.mxml(32): Error: Access ...

