Tagged Questions

4
votes
2answers
264 views

Headless Eclipse Build returns ERRORLEVEL 13

Everything was going well. Nightly builds ran for more than a month with no problems. However, suddenly when invoking the feature builder from Eclipse the execution ends right aw …
1
vote
2answers
38 views

Setting headless property in .net

In java you can set a "headless" flag to true to reconcile the differences between a headless server environment and your desktop development environment. System.setProperty("java …
1
vote
2answers
142 views

headless xml generation from xsd with eclipse

In recent versions of the free and open source Eclipse IDE you can generate XML documents from DTD and XSD files. Right-click on a given *.dtd or *.xsd file and select "Generate -> …
1
vote
1answer
67 views

Is there a headless way to import projects and refresh the workspace?

Hello! Still trying to set up an headless build for a big university project (RCP product). Every Eclipse user knows the following manual functionality: "File --> Import --> Exis …
1
vote
1answer
936 views

How can I make Cobertura/Emma play nice with an Eclipse application?

My company is in the middle of upgrading our build system to use Buckminster (which has gone well). Naturally the managers would like it if we could automatically generate some of …
1
vote
2answers
346 views

Java - Differences in AWT from 1.4 to 1.5 ( working on Unix and Windows )

Hi, This is with reference to my question: java.awt.HeadlessException Applets not displayed. There is a next question that has come up from the Sys Admins. They are asking - "W …
0
votes
4answers
129 views

Easiest way to unit test SWT and Swing apps in a headless environment?

I'm looking to unit test some SWT and Swing code for a project I'm working on and the tests run fine as long as I'm running them from eclipse. As soon as I run them in my hudson e …
0
votes
2answers
99 views

Hudson job does not stop - why?

Hello! My automated build and tests are up and running, everything works fine. Im am using hudson and the pde build (configured with pluginbuilder). When the build succeeds ever …
0
votes
1answer
66 views

How can i invoke the EMF Generator headless using a workspace outside the eclipse installation?

Hello! I am trying to generate the edit and the editor code of a EMF Genmodel using a batch file and the headless command. Here is my batch code: cd\ cd C:\eclipse eclipsec -no …
0
votes
5answers
300 views

Programmatically remove Firefox’s license agreement dialog

I am running regression tests with Selenium and am automatically launching instances of Firefox. The problem is my tests get stuck because of Firefox's license agreement dialog: …
0
votes
2answers
188 views

Suppressing Popups in Windows

Is there an easy way to tell Windows not to display popups on a headless server machine? Currently occasional application popups are causing my app to freeze because no one is ava …
0
votes
1answer
410 views

Using customBuildCallbacks.xml in an Eclipse RCP headless build

I am trying to add some custom build steps to my headless build process for an Eclipse RCP application. I understand that the recommended way is to provide a customBuildCallbacks. …