Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Running test framework on Linux
Running test framework on Linux [message #258331] Mon, 05 July 2004 03:37
Eclipse UserFriend
Originally posted by: xshen.actuate.com

I met some problem in my nightly build. My build scripts is written in
Ant, in which I used eclipse's test framework to run plugin tests. I then
use the 'at' command of Linux to schedule the task.
However, the tests failed to run. The error message is:
junit:
[java] Error: Couldn't find per display information
[java] Java Result: 1

It seems that the DISPLAY environment variable is not set, so I set it to
ip of linux server: 192.168.x.x:0.0. Now the error message became:
junit:
[java] Xlib: connection to "192.168.x.x:0.0" refused by server
[java] Xlib: No protocol specified
[java] Error: Couldn't find per display information
[java] Java Result: 1

Does any one meet this kind of problem before? How could I solve it?
Thanks!
Previous Topic:how to earn place
Next Topic:Local History: State not valid or has expired
Goto Forum:
  


Current Time: Thu Jul 17 08:48:38 EDT 2025

Powered by FUDForum. Page generated in 0.05574 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top