Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] CDT Parser as a library without UI

Dear Experts,

            We want to use CDTParser for static C code analysis tool. But we want this tool to be invoked from command line tool without any UI so that it can be integrated with our build system/SCM easily. I was skimming through the CDT-Core code but found that it has a tight dependency on eclipse-core which means that I need to create an eclipse project for every project of ours (I am trying this now to check whether this can work).

            Is it possible to just separate out the parser as a library and use it independently without project etc (May be it can use the Eclipse-Core jars) . If yes, please provide me some guidance/links on how to do that. I searched through the internet but I am not able to find any useful information. So please do help me in this regard.

           

Thanks in Advance,

Karthik M

Huawei Technologies.

 

********************************************************************************************************
 This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient's) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!
 

 


Back to the top