Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Formatter and command line
Formatter and command line [message #968822] Fri, 02 November 2012 19:41
MarkusL Missing name is currently offline MarkusL Missing nameFriend
Messages: 2
Registered: February 2011
Junior Member
Hi,

I want to let our continuous integration system check if the code has the correct code style. The sytle in specified within CDT/Eclipse. With JAVA projects I could use the same code style (exported from eclipse) and check code on the command line with:


$ /opt/local/eclipse/eclipse -nosplash
-application org.eclipse.jdt.core.JavaCodeFormatter
-verbose
-config .settings/org.eclipse.jdt.core.prefs
src/ tests/ doc/examples/


Is it possible to do something similar with my C++ Codestyle rules exported from the CDT formatter?

Cheers,
-Markus
Previous Topic:Multicore, multiple architecture support for SOC?
Next Topic:OpenCV link problem. Eclipse Juno
Goto Forum:
  


Current Time: Fri Apr 19 10:41:06 GMT 2024

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

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

Back to the top