Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » More control over Eclipse builders
More control over Eclipse builders [message #62365] Wed, 20 May 2009 22:47 Go to next message
Eclipse UserFriend
Originally posted by: bluedoze.gmail.com

Hi,

I'm looking for a way to get more control over Eclipse builders, like
the ability to invoke the builder multiple times in a loop, or break the
whole build if one of multiple builders encountered an error.

I saw that eclipse calls the builders in BuildManager class, but I
didn't see any extension points or a way to extend/replace this class.

Are there any other way to get more control over the builders? Any help
is appreciated.

Thanks
Re: More control over Eclipse builders [message #62438 is a reply to message #62365] Thu, 21 May 2009 09:15 Go to previous messageGo to next message
Dann Martens is currently offline Dann MartensFriend
Messages: 65
Registered: July 2009
Member
It's not clear on what you're trying to achieve; my first instinctual
reaction would be to question why your requirements would make sense.

Are you considering this for the builder stack of a single project, or
are you looking for ways to coordinate builders across multiple projects?

I've always approached a builder as self-contained, and the building
operation itself as atomic.

Best,
Dann



Bluedoze wrote:
> Hi,
>
> I'm looking for a way to get more control over Eclipse builders, like
> the ability to invoke the builder multiple times in a loop, or break the
> whole build if one of multiple builders encountered an error.
>
> I saw that eclipse calls the builders in BuildManager class, but I
> didn't see any extension points or a way to extend/replace this class.
>
> Are there any other way to get more control over the builders? Any help
> is appreciated.
>
> Thanks
Re: More control over Eclipse builders [message #62510 is a reply to message #62438] Thu, 21 May 2009 22:35 Go to previous message
Eclipse UserFriend
Originally posted by: bluedoze.gmail.com

I'm in a situation where the builders are dependent and I don't have
control over some of them, they are delivered to me, so I want to be
able to run them only if the previous builders finished correctly, and
run them multiple times on multiple input.


Dann Martens wrote:
> It's not clear on what you're trying to achieve; my first instinctual
> reaction would be to question why your requirements would make sense.
>
> Are you considering this for the builder stack of a single project, or
> are you looking for ways to coordinate builders across multiple projects?
>
> I've always approached a builder as self-contained, and the building
> operation itself as atomic.
>
> Best,
> Dann
>
>
>
> Bluedoze wrote:
>> Hi,
>>
>> I'm looking for a way to get more control over Eclipse builders, like
>> the ability to invoke the builder multiple times in a loop, or break
>> the whole build if one of multiple builders encountered an error.
>>
>> I saw that eclipse calls the builders in BuildManager class, but I
>> didn't see any extension points or a way to extend/replace this class.
>>
>> Are there any other way to get more control over the builders? Any
>> help is appreciated.
>>
>> Thanks
Re: More control over Eclipse builders [message #597702 is a reply to message #62365] Thu, 21 May 2009 09:15 Go to previous message
Dann Martens is currently offline Dann MartensFriend
Messages: 65
Registered: July 2009
Member
It's not clear on what you're trying to achieve; my first instinctual
reaction would be to question why your requirements would make sense.

Are you considering this for the builder stack of a single project, or
are you looking for ways to coordinate builders across multiple projects?

I've always approached a builder as self-contained, and the building
operation itself as atomic.

Best,
Dann



Bluedoze wrote:
> Hi,
>
> I'm looking for a way to get more control over Eclipse builders, like
> the ability to invoke the builder multiple times in a loop, or break the
> whole build if one of multiple builders encountered an error.
>
> I saw that eclipse calls the builders in BuildManager class, but I
> didn't see any extension points or a way to extend/replace this class.
>
> Are there any other way to get more control over the builders? Any help
> is appreciated.
>
> Thanks
Re: More control over Eclipse builders [message #597724 is a reply to message #62438] Thu, 21 May 2009 22:35 Go to previous message
Eclipse UserFriend
Originally posted by: bluedoze.gmail.com

I'm in a situation where the builders are dependent and I don't have
control over some of them, they are delivered to me, so I want to be
able to run them only if the previous builders finished correctly, and
run them multiple times on multiple input.


Dann Martens wrote:
> It's not clear on what you're trying to achieve; my first instinctual
> reaction would be to question why your requirements would make sense.
>
> Are you considering this for the builder stack of a single project, or
> are you looking for ways to coordinate builders across multiple projects?
>
> I've always approached a builder as self-contained, and the building
> operation itself as atomic.
>
> Best,
> Dann
>
>
>
> Bluedoze wrote:
>> Hi,
>>
>> I'm looking for a way to get more control over Eclipse builders, like
>> the ability to invoke the builder multiple times in a loop, or break
>> the whole build if one of multiple builders encountered an error.
>>
>> I saw that eclipse calls the builders in BuildManager class, but I
>> didn't see any extension points or a way to extend/replace this class.
>>
>> Are there any other way to get more control over the builders? Any
>> help is appreciated.
>>
>> Thanks
Previous Topic:Update Manager port?
Next Topic:PDE Build, SVN and jar qualifiers
Goto Forum:
  


Current Time: Fri Apr 19 06:01:06 GMT 2024

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

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

Back to the top