Flex :: Get Logging-to-trace To Work With FlashBuilder And FlexUnit?

Dec 29, 2010

I am using FlexUnit4 with FlashBuilder4. A lot of the classes that I'm unit testing make use of the Flash Logger.In the main app, we use TraceTarget so that the logging shows up in the trace window, which greatly aids in debugging:[code]I'd like to do the same thing for the unit test runner that FlashBuilder generates (FlexUnitApplication.mxml), but I'm not sure how to go about it. I could, of course, add TraceTarget to FlexUnit Application. mxml, but as the warning at the top of the file says,My question is: how do I get logging-to-trace to work with FlashBuilder and FlexUnit?

View 1 Replies


Similar Posts:


Flex :: Running FlexUnit Unable To Get Console Output For Trace?

Nov 1, 2011

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' property would help, but it doesnt seem to. In my logs I get the testcases only, none of my traces which are inside my tests.

[Code]...

View 1 Replies

Flex :: Trace() Is Not Working In Flashbuilder 4?

Dec 18, 2009

i'm trying to use actionscript 3.0 and using trace(), it never outputs content of trace of variable either in flash player or in output area? how to coorect or should i enable something?

View 3 Replies

Flex :: Disable Logging Data Returned From BlazeDS Call When Debug Level Logging Is Enabled?

Jul 5, 2011

Based on this guide, I have enabled debug level logging and also enabled date, time, level and category logging.

This works great, except now I am seeing all my data that's returned being logged. Is there a way to disable this? I would still like to see the calls logged. I've tried info level, but that turns off request logging.

View 1 Replies

Flex :: Mac OS X And Adobe Air Trace Does Not Work

Sep 19, 2011

For some reason trace does not work on when I put trace into my ActionScript files. I use the Flex SDK to build Adobe Air applications. I am currently on Flex SDK 4.5.1 and Adobe Air 2.7.I have checked that idl is not running, can't find a trace of it ( pun not intended ).I have also added mm.cgf to ~/Library/Application Support/Macromedia, that hasn't worked either.

Update: create basic HelloWorld.mxml

<?xml version="1.0" encoding="UTF-8"?>
<s:WindowedApplication
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"

[code]...

But it still doesn't work. Provided the code, that by some weird chance it could be the app.

View 1 Replies

Flex :: How Long One Test Took In FlexUnit

Jul 1, 2009

Is there a way to know how long one test took in FlexUnit? Is there a way to know how long all tests took?

View 1 Replies

Flex :: Is Flexunit Is Really Required For Application

Oct 3, 2011

I have a doubt on Flex unit. Unit test cases are really required for flex application for displaying data.

View 1 Replies

Flexunit - Unit Test Flex Applications?

Jul 26, 2010

Flex is a client-side language and based on events. How can such events be mocked to allow unit testing?

View 2 Replies

Flex :: FlexUnit Test Parsley Commands?

Aug 11, 2010

I needed some guidance on how to use FlexUnit 4 within Flash Builder,to unit test a Parsley-frameworked Flex application.I have tried lookign at one or two sites but with no avail.

View 1 Replies

Flex :: Get FlexUnit Output In JUnit Format?

Mar 12, 2011

I am setting up FlexUnit to run from the command line and want to capture the results in JUnit format, so that I can pull them into Hudson.

View 1 Replies

Flash :: Flex - Does Builder 4 Standard Come Bundled With FlexUnit

Apr 26, 2011

confirm that Flash Builder 4 STANDARD comes bundled with FlexUnit 4 just like Flash Builder 4 Premium trial does? My company is interested in buying a few copies just for unit testing an existing code base. Don't want to spend the extra money if not necessary and Adobe support was completely useless. Also, any other considerations you can think of regarding Flash Builder 4 Standard & FlexUnit 4?

View 1 Replies

Flex :: Configure Eclipse To Run FlexUnit Tests Automatically?

Jun 8, 2009

I'd like to set up my projects in Eclipse to run FlexUnit tests everytime I save my work.

I found an example with JUnit here : [URL]

How would you do it? Is it possible to run FlexUnit tests without Flash Player?

View 3 Replies

Flex :: Why AsyncHandler In FlexUnit Fails In Capturing TIMERCOMPLETE Event

Feb 22, 2011

I am testing timerevent with flex unit. Follwing is the code which i tried ,it always goes to cmdFailed function (Time out function).I am new to flex unit.[code]

View 1 Replies

Flex :: Externally Configure Logging In App?

Dec 24, 2009

I was wondering what people are using for externally configuring logging in a Flex app. Are there any ready baked solutions out there, similar to Log4J's configuration via properties files for instance?

View 1 Replies

Actionscript 3 :: Logging Injection For Flex?

Mar 18, 2011

Is it possible to trace every single method call in flex/actionscript by injecting logging statements some way? Like how it's possible in C# using PostSharp.

View 1 Replies

Flex :: Parsley Logging - Messages In 4.5 Project

Sep 1, 2011

i'm looking for a possibility to log messages in my flex 4.5 Project. This should cover errormessages in remoteClasses, errorHandler or messages typing by hand. After reading a lot of webpages, the solution from parslay looks good. i want to switch to this framework anyway. the benefit is the possibility to configure the logging behavior at runtime. but i don't understand the documentation. perhaps because I'm brandnew in parsley. Also google has no fitting result.

[Code]...

View 1 Replies

Flex :: Stop A Custom Logger From Logging It's Own Functions?

Aug 5, 2010

I am trying to write a custom logger target by extending TraceTarget and overriding the mx_internal function internalLog. I would like to send the occasional error log to our server for recording. I am doing this using an HTTPService, and sending it each time internalLog() is called.

However, if one does the following,
logTarget = new StandardLogTarget();
logTarget.filters=["*"];

[code]......

View 1 Replies

Flex - Get Settings/properties Into A Flex/FlashBuilder Application?

Feb 28, 2012

I have a Flash Builder application which uses URLs within its code and I want to be able to change these URL values without having to recompile my application, i.e. I want to have a plain text file I can edit which is used to populate these URL values when the application begins. I've worked out what feels like a kludge to do this with ResourceBundles, but maybe there's a better or more straightforward way to go about this.

[Code]...

View 3 Replies

Flex :: Channel Security Error While Logging Into Two Different Domains From Single App

Jul 1, 2009

i need to connect to two different domains from a single flex application. the problem is the domain other than the current hosted domain is unable to login. letz say i hosted the application at LOCAL server. im able to login to the local server . From the existing application i need a login to the MAIN server too. The problem comes up here. flash security is not allowing login to MAIN server. in crossdomain we allow-access-from MAIN server. but i want access to the MAIN server from LOCAL server. is ther nything i need to put extra in [URL]?

View 1 Replies

Flash :: Flex - Builder - View Verbose Build Logging?

Feb 2, 2012

Is it possible to enable verbose build logging in Flash Builder? Ideally, I want to be able to see the exact arguments that are being passed to the mxmlc.exe compiler. Context: I'm currently trying to automate our build process using GradleFx so we can move away from using Flash Builder and run our build on a CI server. At present, I'm running into a few problems and my lack of knowledge about the flash/flex build process is impeding progress. Being able to see what the FB project translates to would greatly aid me in being able to set up the new build scripts.

View 1 Replies

Flex :: Transitioning From FlexBuilder 3 To FlashBuilder 4?

Mar 24, 2010

It's growing pains time again. Some of our stuff requires FlashBuilder 4 and some still requires FlexBuilder 3. Both are installed OK, and no projects use both IDEs. The trouble is, when I go back to work on a FlexBuilder 3 project it takes freakin' forever to build and I get weird errors like these: This doesn't seem to cause any identifiable problems except to throw up a modal dialog at various points in the build process, forcing user interaction. But I do notice that memory fills up fast in FB3 and generally FB3 starts behaving strangely and ultimately quits once it gets up over 700MB.

This is only a temporary bridge situation until we get all projects into FB4, but "temporary" could mean weeks if not months. Does anyone have any advice for how to get through this bridge period? Is there anything I can do to make these two IDEs work and play well together? Failing that, does anyone know what "java.lang.String" is the "reason" for the problem? Does Eclipse have a resource bundle somewhere that is getting corrupted when i go back and forth between the two?

View 1 Replies

Flex :: AddEventListener Not Working Flashbuilder 4.5

Oct 26, 2011

I'm doing everything by the book (I think), I've reviewed this problem multiple times, but I can't seem to get it fixed. The creationCompleteHandler function is b

[code]....

View 1 Replies

Flex :: Centralized Logging With Flex?

Sep 1, 2011

we're developing an application and we need for this and further projects a centralized logging. I know there is a build in log api in flex builder 4.5. And the loger has a log target. All i found is how to send these loginformations to the trace console.But i'm looking for sending the logfiles to my server.Maybe i can send messages to a webservice which fill a database in the backend. I dont'know if this is a recommanded way.How do you store your log informations centralized?

View 2 Replies

Flex :: Comments In FlashBuilder (aka Flex) Mm.cfg File?

Feb 22, 2011

FlashBuilder's undocumented mm.cfg file has a lot of cool options as shown here and elsewhere. But what about commentsout there verify if comments are supported in FlashBuilder's mm.cfg file?If so what are the rules? For example:REM .bat style comment; .ini style comment# shell style commentines?

View 1 Replies

Flex :: BackgroundDisabledColor Error When Upgrading From FlashBuilder 4?

Apr 30, 2010

I've upgraded a FlexBuilder3 project to FlashBuilder4, and I am seeing many compilation errors regarding unsupported tag attributes:

The style 'backgroundDisabledColor' is only supported by type 'mx.controls.TextInput' with the theme(s) 'halo'

Here is the offending mxml element:

<mx:TextInput x="245" y="86" id="code1" maxChars="15" change="enableButton(event)" cornerRadius="9" borderStyle="solid" backgroundDisabledColor="#7977b6" />

what is the best workaround for this particular error? I was able to easily resolve a similar error with the "backgroundColor" attribute by changing it to "contentBackgroundColor", and was hoping there was a simple workaround for backgroundDisabledColor as well. I realize I can apply a css style, but I'd rather have a simpler solution as there are many many other attribute errors similar to this one.

View 1 Replies

Flex :: Flashbuilder 4 Gumbo States Are Sometimes Blank?

Nov 19, 2010

Below is a very simple example, randomly, if I click the step2 button the state will change but the Step 2 panel will not be there.

I suspect the children of the state are not getting created for some reason, which is why I set the itemCreationPolicy to "immediate", but it makes no difference This is catastrophic for the application because the user is left in limbo and is forced to refresh

<s:BorderContainer xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
creationPolicy="all" currentState="step1">

[code]....

View 2 Replies

Flex :: Error When Migrating A FlashBuilder Project To FDT?

Dec 6, 2010

I'm migrating a FlashBuilder project (actually a project I'm working on with FlexBuilder eclipse plugin on Linux) to use FDT. I managed to import the project, and make it aware of other projects it depends on.

However I get lots of compile errors for things that seem harmless (and used to compile). At least, for example :

<mx:SomeClass initialize="{this.init()}" ... >
<mx:Script>
<![CDATA[

[code]....

So, I get "unresolved function" for all the calls of the form someAttribute="{this.someFunction()}", even though the function is described in the same block file. Is it that I've been abusing AS3 / FlashBuilder for all this time ?

Also, generic components have problem. Assume I have a class with a deferred 'content' attribute, and I want to instanciate this class and "fill the blank" : I define a custom component in a CustomComponent.mxml file, with a deferred content

<mx:VBox>
<mx:Script>
<![CDATA[
public var content : IDeferredInstance;

[code]....

I'm using FDT 4.0, under Linux, with a (valid) eval key I'm using a custom Flex 3.5 SDK (not one shipped with FDT, but not a too strange one either)

View 1 Replies

Flex :: Consume A REST Web Service With Flashbuilder 4?

Apr 21, 2011

I am creating a Restful WCF web service which will need to be consumed by FlashBuilder 4. Is this possible? If so, how can I go about doing that?

View 2 Replies

Flex :: Spark Form Not Showing Up In Flashbuilder 4

Jun 9, 2011

I am going through the flex in a week training and I'm trying to use the Spark form in Flashbuilder 4, but it does not appear in the components windows. When I drag a form from there it is an mx form control. The project is set to use the 4.5 sdk and I can even create the tag in the code view, but when I do that is doesn't show up in the designer... How can I get the spark form control to either show up in the designer when created in the code view, or get the control to show up in the components window so I can drag it in?

View 1 Replies

Actionscript 3 :: Flex - Skeleton Animation In Flashbuilder?

Jan 16, 2012

I have to animate a hand(upto wrist) for keyboard playing. It has to be done in runtime of the project. For making it more clear, I have saved all the informations in a file about the animation(time, position of fingers etc). How can I animate the fingers(wrist included)? I also need to know how to use a 2D hand with bones in flex.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved