Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » custom builder helper
custom builder helper [message #102180] Tue, 29 July 2003 09:11 Go to next message
Eclipse UserFriend
We are working on a custom builder and I have a question regarding the
arguements Map that gets passed down via the BuildCommand. Is that map a
map of the keys / values from the compiler preferences for the given
project? If not, how do you get a hold of those preferences from a builder.

thanks,

Lance Phillips
Re: custom builder helper [message #102195 is a reply to message #102180] Tue, 29 July 2003 09:12 Go to previous messageGo to next message
Eclipse UserFriend
Sorry... I think this belongs on JDT... I'll repost it over there.

lp

"Lance Phillips" <lphillips@metamatrix.com> wrote in message
news:bg5rr7$2hd$1@eclipse.org...
> We are working on a custom builder and I have a question regarding the
> arguements Map that gets passed down via the BuildCommand. Is that map a
> map of the keys / values from the compiler preferences for the given
> project? If not, how do you get a hold of those preferences from a
builder.
>
> thanks,
>
> Lance Phillips
>
>
Re: custom builder helper [message #107055 is a reply to message #102180] Tue, 05 August 2003 17:58 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

When you add a builder to a project's build spec, you supply an ICommand
object that contains the builder name and a map of arguments. This is
the map that is provided to the builder's run method. In other words,
that map is defined by you when you add your builder.

I assume you're looking for the java builder options? These are
available via the API JavaCore.getOption(String), where the string is
one of the preference constants defined on the JavaCore class.
--


Lance Phillips wrote:
> We are working on a custom builder and I have a question regarding the
> arguements Map that gets passed down via the BuildCommand. Is that map a
> map of the keys / values from the compiler preferences for the given
> project? If not, how do you get a hold of those preferences from a builder.
>
> thanks,
>
> Lance Phillips
>
>
Previous Topic:Ant output to Console
Next Topic:Implementing createControl() to build Wizard Page
Goto Forum:
  


Current Time: Sun Jun 08 04:51:12 EDT 2025

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

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

Back to the top