Skip to main content



      Home
Home » Newcomers » Newcomers » Multiple Incremental Builds
Multiple Incremental Builds [message #261816] Thu, 24 July 2008 01:36 Go to next message
Eclipse UserFriend
Originally posted by: jhscott.mit.edu

Hi,

I have multiple components in a single project that I would like to build
in a cascade, details below. I would like eclipse integration (autobuild,
problems in the Problems pane, %age-complete, etc) which eliminates using
an external builder like ant. I'm wondering whether I have to build my own
Builder from scratch as described in:

http://wiki.eclipse.org/FAQ_How_do_I_implement_an_Eclipse_bu ilder%3F

Or if there is an easier solution.

I have components A, B, and C such that B depends on A, and C depends on B
(but B doesn't depend on C, nor does A on B or C). My code is organized in
directories:

srcA/
srcB/
srcC/

I would like to trigger three builds, the first for srcA, the second for
srcB with binA on the classpath, the third for srcC with binA, binB on the
classpath.

Is there any easy way to do this? And/or, what group should I post this
question on?

Thanks,

Jacob
Re: Multiple Incremental Builds [message #261866 is a reply to message #261816] Thu, 24 July 2008 09:53 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

I replied to the same question you posted to the eclipse.tools.jdt
group; if you want to cross-post, please do so with a single message
with multiple newsgroup destinations, rather than separate messages.
That way, everyone in both newsgroups can follow the discussion
regardless of where the replies come from.

Eric


Jacob Scott wrote:
> Hi,
>
> I have multiple components in a single project that I would like to
> build in a cascade, details below. I would like eclipse integration
> (autobuild, problems in the Problems pane, %age-complete, etc) which
> eliminates using an external builder like ant. I'm wondering whether I
> have to build my own Builder from scratch as described in:
>
> http://wiki.eclipse.org/FAQ_How_do_I_implement_an_Eclipse_bu ilder%3F
>
> Or if there is an easier solution.
>
> I have components A, B, and C such that B depends on A, and C depends on
> B (but B doesn't depend on C, nor does A on B or C). My code is
> organized in directories:
>
> srcA/
> srcB/
> srcC/
>
> I would like to trigger three builds, the first for srcA, the second for
> srcB with binA on the classpath, the third for srcC with binA, binB on
> the classpath.
>
> Is there any easy way to do this? And/or, what group should I post this
> question on?
>
> Thanks,
>
> Jacob
>
Previous Topic:Inhibit view pop-up menu
Next Topic:Team Provider
Goto Forum:
  


Current Time: Tue Jul 22 12:08:23 EDT 2025

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

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

Back to the top