unnecessary recompilation

View: New views
2 Messages — Rating Filter:   Alert me  

unnecessary recompilation

by Ittay Dror :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm running buildr 1.3.1.1. For some reason it starter recompiling some projects. Adding debug messages showed that for some artifacts in the local repository the corresponding rake tasks have <EARLY TIME> timestamp. The files look OK. Regenerating the repository didn't help.

I'd appreciate any pointers.
Ittay

Re: unnecessary recompilation

by Assaf Arkin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jun 30, 2008 at 4:26 AM, Ittay Dror <ittay.dror@...> wrote:
>
> Hi,
>
> I'm running buildr 1.3.1.1. For some reason it starter recompiling some
> projects. Adding debug messages showed that for some artifacts in the local
> repository the corresponding rake tasks have <EARLY TIME> timestamp. The
> files look OK. Regenerating the repository didn't help.

Artifacts that are downloaded, not built by the project, would have
timestamp of EARLY. Tasks like compile would be triggered if any of
their dependencies are newer than their target, that's how it decides
to run when source code changes.  Obviously it won't be triggered by
timestamp EARLY.


Assaf

>
> I'd appreciate any pointers.
> Ittay
> --
> View this message in context: http://www.nabble.com/unnecessary-recompilation-tp18193547p18193547.html
> Sent from the Buildr - User mailing list archive at Nabble.com.
>
>