1
vote
0answers
282 views

SeleniumException: java.awt.AWTException: headless environment: Selenium Headless

I'm trying to run Selenium tests in an Headless environment but I'm getting this error all the time when trying to take screenshots of the Tests: [testng] [TestNG] Running: [testng] ...
0
votes
2answers
516 views

maven -> ant -> jsmoothgen : How to provide -Djava.awt.headless=true?

I have a situation where we wrap a jar with JSmooth to get an suitable exe file. This has traditionally been built by ant, and as part of our general mavenification the current, short-term solution ...
2
votes
1answer
1k views

PDE Headless Build (Feature-based) and Missing Required Plug-ins

When attempting to perform a PDE headless build, I am finding the eclipse.buildScript step to display the following: [java] generateScript: [java] [eclipse.buildScript] Some inter-plug-in ...
0
votes
1answer
246 views

Building BIRT with PDE

I'm trying to build BIRT 2.5.2 from source to fix some bugs (I know about BIRT 2.6 but not all of our customers are on BIRT 2.6, yet). I downloaded the BIRT 2.5.2 source ZIP and I found a couple of ...
0
votes
2answers
497 views

wsdl2Java fails from Headless Ant

We are working in RAD (7.0.0.x) for development to Websphere 6.1. In our ant script we have the following: <!-- *************************************************** --> <!-- ** Generate ...