|
|
|
Re: junit command does not show UI [message #654999 is a reply to message #654943] |
Thu, 17 February 2011 22:39 |
Johannes Utzig Messages: 329 Registered: July 2009 |
Senior Member |
|
|
Am 17.02.2011 18:15, schrieb Philip Borlin:
Hi Phil,
> There are no error messages at the point where the UI should show on the
> screen. In fact I have put log statements that prove that the code is
> being hit that creates my JFrame - just nothing shows up on the screen.
>
Then this is not an issue with buckminster since it executes your test
correctly. That doesn't help you of course, so let's see what can be done...
Windows is a somewhat unusual choice for a CI machine. I've never tried
that before so here's some guessing involved:
Are you executing Hudson as a windows service?
On Windows, services can AFAIK not have a graphical user interface, so
you would not be able to start a jframe at all.
If it is a service and there really is no way to active a UI for a
service, then you could consider executing the UI tests on a linux slave.
If it's not a service:
Is hudson started by your actual user, or some other (system) user? The
frame would only open on your screen if your actual user owns the hudson
process, but you probably know that already.
Best regards,
Johannes
|
|
|
|
Powered by
FUDForum. Page generated in 0.04088 seconds