On Oct 17, 1:52 pm, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote: > Thanks for the reply. I installed xvfb and did the following: > > [EMAIL PROTECTED]:~/credentialing-msh/target/gwtTest$ Xvfb :5 >/dev/null 2>&1 > & > [1] 5726 > [EMAIL PROTECTED]:~/credentialing-msh/target/gwtTest$ proc=$! > [EMAIL PROTECTED]:~/credentialing-msh/target/gwtTest$ ./ > gwtTest-com.sinai.credentialing.client.GwtTestExampleA.sh > > However, the same error occurred. Xvfb is running:
You also need to set your DISPLAY environment variable to point to the Xvfb instance: DISPLAY=:5 ant run-tests -- John A. Tamplin, Software Engineer (GWT), Google --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
