make it easy to exclude java source files from compilation
----------------------------------------------------------
Key: BUILDR-190
URL: https://issues.apache.org/jira/browse/BUILDR-190
Project: Buildr
Issue Type: Bug
Affects Versions: 1.3.2
Reporter: Ittay Dror
Fix For: 1.3.4
I have cases where there are source files that should not be compiled (and yet
it is desired to keep them in scm).
i can use FileList inside the project definition (assign to compile.sources),
but then it means the files are scanned during the definition phase (where
afterwards this project's build may not be invoked)
it would be nice if compile.sources could be a proc (or contain proc) that is
evaluated only before compilation
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.