You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Sergey Konakov (JIRA)" <ji...@apache.org> on 2008/05/28 17:01:45 UTC

[jira] Created: (BUILDR-76) Buildr::Compile::Base.compile_map screwes up relative path parameters.

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.


[jira] Resolved: (BUILDR-76) Buildr::Compile::Base.compile_map screwes up relative path parameters.

Posted by "Victor Hugo Borja (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Hugo Borja resolved BUILDR-76.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.1

> 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
>            Assignee: Victor Hugo Borja
>             Fix For: 1.3.1
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> 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.


[jira] Assigned: (BUILDR-76) Buildr::Compile::Base.compile_map screwes up relative path parameters.

Posted by "Victor Hugo Borja (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Hugo Borja reassigned BUILDR-76:
---------------------------------------

    Assignee: Victor Hugo Borja

> 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
>            Assignee: Victor Hugo Borja
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> 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.