Tagged Questions
0
votes
0answers
109 views
Eclipse headless files reresh
I am trying to use headless build by using the command:
eclipsec -nosplash -application org.eclipse.jdt.apt.core.aptBuild -data %WORKSPACE%
The build works, but there is a major problem. Files that ...
0
votes
2answers
158 views
Running buckminster headless from an Eclipse installation
I got Buckminster installed and it works perfectly within my Eclipse IDE. Now, I'd like to run the headless version of it, but I'm wondering if I have to install the headless version of Buckminster, ...
0
votes
1answer
279 views
Eclipse automatic build for custom projects
In Eclipse while creating the new Java Project (with our own custom wizards) I have associated a new builder to the project. Now the created java project has JavaNature and two builders associated ...
0
votes
1answer
387 views
Eclipse headless build doesnt return error code
I have an ant script that does a headless build using the following ant code
<java jar="${equinoxjar}" fork="true" failonerror="true" logerror="true">
<arg line="-application ...
4
votes
1answer
1k views
How to build Eclipse Plugin UpdateSite on headless server?
For the last few days I have been trying to test-build my eclipse plugin on a headless Debian VM. The reason for the headless Debian VM is that once I have the build setup, the build and the ...
1
vote
1answer
1k views
headless build with CDT using .cproject configuration
I have a eclipse project with .project and .cproject, and I want automate the building process, for it I use
./eclipse -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ...
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 ...
2
votes
3answers
2k views
Target Platform for PDE Headless build does not work
I am currently trying to get my headless pde-build working but I am stuck on a point where I do not know how to continue.
The problem is how to define the related target platform to compile the ...
0
votes
3answers
873 views
Hudson job does not stop - why?
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 everything is fine, the hudson ...
2
votes
3answers
923 views
Is there a headless way to import projects and refresh the workspace?
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 --> Existing projects into ...