Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Dependency problem

>  Also after the compilation is complete I need to do some operatrions on
> the files produced and I have a class in my plugin that does the
> operation.  However I don't know how to make cdt call the method of my
> class after the build is complete.

CDT provides a way to do post-processing on the make level (post-build
step), but if you want your plugin class to be used you might consider
writing your own builder for that. Your builder could check for changes
to resources generated during the CDT build and call your own class
to operate on them.

Regards,
  Wieant


Back to the top