You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Ittay Dror (JIRA)" <ji...@apache.org> on 2008/09/10 15:38:44 UTC

[jira] Created: (BUILDR-145) buildr builds unnecessary packages when using compile.with

buildr builds unnecessary packages when using compile.with 
-----------------------------------------------------------

                 Key: BUILDR-145
                 URL: https://issues.apache.org/jira/browse/BUILDR-145
             Project: Buildr
          Issue Type: Bug
          Components: Packaging
    Affects Versions: 1.3.2
            Reporter: Ittay Dror
             Fix For: 1.3.3


If I use 'compile.with project('foo')', then in artifacts.rb, this line is used:
     when Project
        set |= artifacts(spec.packages)

this means that now to compile java, first all packages of foo are created. 

instead, only the 'jar' package should be created. 



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (BUILDR-145) buildr builds unnecessary packages when using compile.with

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

Assaf Arkin updated BUILDR-145:
-------------------------------

    Fix Version/s:     (was: 1.3.3)
         Priority: Minor  (was: Major)
       Issue Type: Improvement  (was: Bug)

compile.with should be smarter and only pick packages it knows what to do with, i.e. JAR or ZIP.  Compiling with less dependencies is better.

It could be better, but it's not broken, so changing issue type from bug to improvement.

> buildr builds unnecessary packages when using compile.with 
> -----------------------------------------------------------
>
>                 Key: BUILDR-145
>                 URL: https://issues.apache.org/jira/browse/BUILDR-145
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Packaging
>    Affects Versions: 1.3.2
>            Reporter: Ittay Dror
>            Priority: Minor
>
> If I use 'compile.with project('foo')', then in artifacts.rb, this line is used:
>      when Project
>         set |= artifacts(spec.packages)
> this means that now to compile java, first all packages of foo are created. 
> instead, only the 'jar' package should be created. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.