java - Eclipse RCP retrieve compilation errors -
i'm developing eclipse rcp. when run project, first builded , launched. if builder failed compile project, have notify user that.
which better way know if there errors during compilation?
thanks
one way add own builder in eclipse. go project->properties->builders , new add own builder. can have ant script or maven builder. ofcourse need know ant this.
Comments
Post a Comment