Posted By:
Anonymous
Posted On:
Friday, August 25, 2006 05:10 AM
Hi, I have written a plugin for a properitary language which is having the build support. I have extended "the org.core.resource.IncrementalProjectBuilder", and have overridden the build() method to execute the compiler command. When I am invoking the builder after modifying resources the "build" command is called. But, if I invoke "build" without modifying any resources the build() method is not invoked. I need to invoke the build() method as the project should be compiled each & every time the "build" command is invoked, even if there is no changes. How can i do this??? Thanks Deepanjan
More>>
Hi,
I have written a plugin for a properitary language which is
having the build support. I have extended "the org.core.resource.IncrementalProjectBuilder",
and have overridden the
build()
method to execute the compiler command.
When I am invoking the builder after modifying resources
the "build" command is called.
But, if I invoke "build" without modifying any resources the
build()
method is not invoked. I need to invoke the
build()
method as the project should be compiled each & every time
the "build" command is invoked, even if there is no changes.
How can i do this???
Thanks
Deepanjan
<<Less