RE: loaderInfo.uncaughtErrorEvents

2014-01-07 Thread Raj U. Shaikh
:) yes and Thanks. Is this object/stacktrace will be available on release player as well (I believe it isnt there)? If not what will be standard practice to log errorr? -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, January 07, 2014 1:15 PM To:

AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2014-01-07 Thread Christofer Dutz
Ho John, well I am currently not Aware of anything Special regarding the names. I too am using FlexUnit for running my test using FM 7.0.0 and I don't have any issues with this. One Thing that might be interfering could be if any pom you are using references a Flex artifact with an Adobe Group

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread wim.deblauwe
Good news guys! Got it working like this: I edited the maven.cfg file from this: /var/lib/jenkins/jobs/Flux/workspace/client-domain/target/test-classes to this: /var/lib/jenkins/jobs/Flux/workspace/client-domain/target/test-classes

Re: loaderInfo.uncaughtErrorEvents

2014-01-07 Thread Alex Harui
The latest players will have a stack trace. You might need to set your swf-version to a higher number to get it. On 1/7/14 12:07 AM, Raj U. Shaikh raj.sha...@mastek.com wrote: :) yes and Thanks. Is this object/stacktrace will be available on release player as well (I believe it isnt there)? If

AW: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Christofer Dutz
Glad to hear this :-) what do you think about having a useWine instead? If this is set and the System is Linux, FM could automatically Change things. FM currently has quite a lot of insanely complex Options for which even I have no Idea what Velo added them for ;-) ... I would like to Keep

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread wim.deblauwe
I am not totally in the clear yet. I don't have it working through jenkins yet. * I have installed vnc4server package (sudo apt-get install vnc4server) and the vnc plugin in jenkins. * I have set the option in the build settings of my project to start vnc. * I can connect using vinagre to this

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Tom Chiverton
Wow, complicated. Are you trying to work around the fact your Jenkins machine is headless ? Or something else ? Basically, why is VNC here at all ? Tom On 07/01/2014 09:23, wim.deblauwe wrote: I am not totally in the clear yet. I don't have it working through jenkins yet. * I have

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread wim.deblauwe
I forgot to add the logs for the vnc problem: [DEBUG] [LAUNCHER] exec: [flashplayer] - /var/lib/jenkins/jobs/Flux/workspace/client-domain/target/test-classes/TestRunner.swf [DEBUG] [LAUNCHER] Creating process [WARNING] [LAUNCHER] Using regular flashplayer tests [DEBUG] [LAUNCHER] Executing

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Tom Chiverton
On 07/01/2014 09:41, wim.deblauwe wrote: [DEBUG] [SYSERR]: Segmentation fault (core dumped) Well, that's the problem then :-) Can you view the same display at the same time and see what is happening ? When you say it runs OK, is that as the exact same user, same environment settings etc ?

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread wim.deblauwe
I can view the remote desktop that is created by the jenkins build, but I don't see flashplayer appearing. If I start vncserver as the jenkins user myself (I do this by typing 'sudo su jenkins'), put in the DISPLAY variable and run my 'flashplayer' script, then I do see the flashplayer appearing

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Tom Chiverton
Probably... try logging in directly as the Jenkins user (you may have to give it a shell in /etc/password and set it's password) ? I take it Jenkins runs as a service account, with no display, normally ? This sounds like a problem other Jenkins users may already have solved at this point,

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread wim.deblauwe
VNC is there because I run jenkins as a service on Ubuntu, so there is no graphical display available. 2014/1/7 Tom Chiverton [via Apache Flex Users] ml-node+s246n4375...@n4.nabble.com Wow, complicated. Are you trying to work around the fact your Jenkins machine is headless ? Or

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread wim.deblauwe
I would agree if my build was not a complex multi-module project that needs Linux for some other parts of my application (like building RPMs). Maybe that can be solved with cygwin, I did not investigate that yet. 2014/1/7 Christofer Dutz [via Apache Flex Users]

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread wim.deblauwe
I just did a test with xvfb. I now get a broken pipe error: Xvfb starting$ Xvfb :1 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/2014-01-07_16-27-521847713838354367507xvfb [INFO] --- flexmojos-maven-plugin:6.0.1:test-run (default-test-run) @ client-domain --- [INFO] Flexmojos 6.0.1 [INFO]

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Alex Harui
Just curious: why does flexmojos need the flash player to run at all during a build? On 1/7/14 7:41 AM, wim.deblauwe wim.debla...@gmail.com wrote: I just did a test with xvfb. I now get a broken pipe error: Xvfb starting$ Xvfb :1 -screen 0 1024x768x24 -fbdir

Building Class Explorer

2014-01-07 Thread olegkon
Hi, I am trying to build Class (Object Model) Explorer in Flex, so it would show user Classes within Classes and allow View/Add/Edit/Delete them. This is not Flex classes, but kind of ORM system for user data. So I receive user data as from DB with a row like: Path (class4.class3.class2) - not

Re: Running unit tests with flashplayer under wine

2014-01-07 Thread wim.deblauwe
To run unit tests Op dinsdag 7 januari 2014 schreef Alex Harui [via Apache Flex Users] ( ml-node+s246n4384...@n4.nabble.com): Just curious: why does flexmojos need the flash player to run at all during a build? On 1/7/14 7:41 AM, wim.deblauwe [hidden

Re: Running unit tests with flashplayer under wine

2014-01-07 Thread Alex Harui
Do you need to run unit tests in a standalone player or can you launch a browser? On 1/7/14 10:34 AM, wim.deblauwe wim.debla...@gmail.com wrote: To run unit tests Op dinsdag 7 januari 2014 schreef Alex Harui [via Apache Flex Users] ( ml-node+s246n4384...@n4.nabble.com): Just curious: why