Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » head less compilation using .cproject configuration(how I can automate the compilation process)
head less compilation using .cproject configuration [message #656393] Fri, 25 February 2011 12:34 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: February 2011
Junior Member
Hello,

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 /home/user/workspace/ -build App

but it don't use the .cproject file to build, how I make for the building process use the .cproject configuration?

thanks
Re: head less compilation using .cproject configuration [message #754029 is a reply to message #656393] Mon, 31 October 2011 14:43 Go to previous message
romagurvits is currently offline romagurvitsFriend
Messages: 1
Registered: October 2011
Junior Member
Hi man,

I have the same problem,
I'm able to build project but dependencies/references which defined in .project file are not built.

did you managed to solve that issue.
thanks in advance.
Previous Topic:Eclipse relative indentation with classes inherited from the namespace
Next Topic:Get Eclipse to work with symlink in include path?
Goto Forum:
  


Current Time: Fri Apr 26 06:29:26 GMT 2024

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

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

Back to the top