Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Headless CDT build with ANT tasks(Building headless CDT projects with pre-compilation time ANT tasks)
Headless CDT build with ANT tasks [message #1714513] Fri, 13 November 2015 10:33
Nicolas Heine is currently offline Nicolas HeineFriend
Messages: 1
Registered: November 2015
Junior Member
I have a CDT project which contains an additonal ant builder with a couple of tasks that generate some files that are part of the C/Cpp compilation. When I start eclipse the normal GUI way all the compiling works fine.

On a continuous integration server I run a headless build of the project. this works fine as well until I start using eclipse/ant specific properties in the ant build.xml file. E.g. project.name or others that I try to pass through the Properties configuration tab will stay blank. I set this up like this

Name: project.name
Value: ${project_name}

The log file of the headless build complains about empty ${project_name}
Am I doing something wrong?


The other problem that I have with the ant files in headless build is that I can't see the ant standard output, is there a way to make that visible like the normal CDT terminal output?
Previous Topic:signal handler is not called in DEBUG
Next Topic:toggling gdb breakpoints sends SIGINT to my app
Goto Forum:
  


Current Time: Fri Sep 20 03:08:32 GMT 2024

Powered by FUDForum. Page generated in 0.03385 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top