I cannot seem to get a headless FlexUnit build to run in Hudson CI + xvnc plugin on Ubuntu 9.04. Here is what I have tried:

  • compiled using -use-network=false switch
  • compiled with -headless-server=true
  • added Global Flash Player Trust file /var/lib/hudson/.macromedia/Flash_Player/#Security/FlashPlayerTrust/security.cfg (with the content /)
  • commented out the last line "twm &" from /var/lib/hudson/.vnc/xstartup
  • added /var/lib/hudson/mm.cfg
  • ...and, of course, read countless blogs and forums

After a full day working on this I still have no idea how to run my flexunit tests in Hudson! Can anyone help?

Darren

link|improve this question

44% accept rate
Does it work, when you ran it manually from command line? Do you use the profile that the hudson server uses for your tests? – Peter Schuetze Jun 1 '10 at 12:45
Yes, it does work command line. Yes, I am using the hudson user profile when running this... Another recommendation that I heard recently was to use TightVNC to remote into my vnc instance. I'll give this a try and update here when I have some news! – jensendarren Jun 10 '10 at 1:28
feedback

1 Answer

Don't give up! It can definitely be made to work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.