Buildr::Compile::Base.compile_map screwes up relative path parameters.
----------------------------------------------------------------------
Key: BUILDR-76
URL: https://issues.apache.org/jira/browse/BUILDR-76
Project: Buildr
Issue Type: Bug
Components: Core features
Affects Versions: 1.3
Reporter: Sergey Konakov
in compile.rb on line 174 you have Util.relative_path(source, file)
Which makes no sense since we are trying to find relative path from source dir
to file.
And parameters to relative_path are TO, FROM not FROM, TO
This causes my builds to not get the needed? right and recompile everything all
the time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.