Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to compile?
How to compile? [message #97256] Sun, 20 July 2003 08:23 Go to next message
Eclipse UserFriend
Originally posted by: liziwen.eyou.com

Hi,We are building a plugin about our project.If we define our own
language(ATL),and want to compile it in eclipse.We have found that the
extension point "org.eclipse.core.resources.builders is useful to us.But
how can I do it to compile our ALT code.
thanks
daniel
Re: How to compile? [message #97271 is a reply to message #97256] Sun, 20 July 2003 09:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pascal_rapicault.yahoo.fr

You are on the right track!
The builder you will contribute will be the one to compile your code.
It will receive a delta (containing all the changes since the last run of
the builder) and will have to find the files of interest to it, then
compile.

You should take a look at this article:
http://www.eclipse.org/articles/Article-Builders/builders.ht ml

PaScaL

"daniel" <liziwen@eyou.com> a
Re: How to compile? [message #97354 is a reply to message #97271] Sun, 20 July 2003 14:46 Go to previous message
Eclipse UserFriend
Besides the JDT example you can look at the RMI builder:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/lu nar-eclipse/rmi-generate/src/il/net/inter/genadyb/rmi/genera tion/RMIBuilder.java?rev=1.20

Just note that this builder operates on .class files and doesn't
correctly handle AUTO builds.

Genady

Pascal Rapicault wrote:
> You are on the right track!
> The builder you will contribute will be the one to compile your code.
> It will receive a delta (containing all the changes since the last run of
> the builder) and will have to find the files of interest to it, then
> compile.
>
> You should take a look at this article:
> http://www.eclipse.org/articles/Article-Builders/builders.ht ml
>
> PaScaL
>
> "daniel" <liziwen@eyou.com> a écrit dans le message de news:
> bfe1kc$65c$1@eclipse.org...
>
>>Hi,We are building a plugin about our project.If we define our own
>>language(ATL),and want to compile it in eclipse.We have found that the
>>extension point "org.eclipse.core.resources.builders is useful to us.But
>>how can I do it to compile our ALT code.
>>thanks
>>daniel
>>
>
>
>
Previous Topic:adding accelerator for content assist
Next Topic:access my view from new thread
Goto Forum:
  


Current Time: Sun Jun 08 10:19:30 EDT 2025

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

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

Back to the top