[
https://issues.apache.org/jira/browse/BUILDR-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730671#action_12730671
]
Daniel Spiewak commented on BUILDR-297:
---------------------------------------
Hacked up a prototype implementation. The main thing it's lacking is testing
and a configurable poll frequency -- right now, it's hard-coded at 200 ms.
Implementation can be found in my Git fork:
git://github.com/djspiewak/buildr.git / continuous-compilation
Any thoughts on this? If I can figure out a way to test it, I think this would
be a great addition to 1.3.5. Actually, between this and the shell support, we
may have enough really new features to push up to 1.4, but that's another
discussion.
> Add Support for Continuous Compilation Mode
> -------------------------------------------
>
> Key: BUILDR-297
> URL: https://issues.apache.org/jira/browse/BUILDR-297
> Project: Buildr
> Issue Type: New Feature
> Components: Core features
> Affects Versions: 1.3.4
> Reporter: Daniel Spiewak
> Assignee: Daniel Spiewak
>
> Buildr should include a project_local :cc task which activates a continuous
> compilation mode. This mode should monitor source and test directories for
> changes, triggering a recompilation as necessary. Given Buildr's primitive
> recompilation detection (especially with Groovy and Scala) and its extremely
> long startup time on JRuby, this feature should save a great deal of time,
> particularly in a quick-rebuild scenario. For this reason, I am assigning it
> a priority of "Major".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.