Don't forget that in general case there are not only java sources
but other types of source files (for example, ANTLR grammars).

Best regards,
Alexey
---
Alexey Demakov, ISP RAS
www: http://redverst.ispras.ru
e-mail: [EMAIL PROTECTED]
ICQ 740187


----- Original Message ----- 
From: "Aslak Hellesøy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 04, 2003 1:47 PM
Subject: smart reactor proposal


> Sorry if this has been brought up before, but I have an idea about how
> to make the reactor smarter/quicker.
>
> I have a project with lots of subprojects that are built with reactor. I
> want to reduce the build time by making the reactor smarter.
>
> Imagine I have 3 sub projects a,b and c with the following dependencies:
> a<-b<-c.
>
> The 1st time I run reactor everything is built. Then I modify b and run
> reactor again. a doesn't depend on b and therefore shouldn't be rebuilt.
> The reactor should now only build b and c.
>
> I think this can be implemented quite simply by doing some date
> comparisons between java sources and classes in each project.
>
> I'm planning to implement this feature, but before I do, I'd like to
> hear some opinions.
>
> Cheers,
> Aslak
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to