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.