Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Custom builder help
Custom builder help [message #81317] Tue, 29 July 2003 09:13 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 help [message #81432 is a reply to message #81317] Tue, 29 July 2003 11:00 Go to previous message
Eclipse UserFriend
Originally posted by: amanaval.sybase.com

The arguments are the parameter entries (key/value pairs) in the builder
extension definition.

<run class="a.b.c">
<parameter name="key1" value="value1">
</parameter>
</run>

-Anou

"Lance Phillips" <lphillips@metamatrix.com> wrote in message
news:bg5rus$2le$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
>
>
Previous Topic:test
Next Topic:ClassPath problem
Goto Forum:
  


Current Time: Sun May 11 23:31:38 EDT 2025

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

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

Back to the top