Remove use of File.exist? in definition phase
---------------------------------------------
Key: BUILDR-174
URL: https://issues.apache.org/jira/browse/BUILDR-174
Project: Buildr
Issue Type: Improvement
Affects Versions: 1.3.2
Reporter: Ittay Dror
Fix For: 1.3.4
By 'definition phase' I mean the time from loading the build file until
top_level is called.
Currently, several extensions call File.exist? during the definition phase. In
Windows, this call is quite slow and adds 1 second to the launch (my buildfile
is quite large though). It would be nice if these calls are deferred to when
the tasks are actually called.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.