when creating a package, the task to copy it to the repository is not an
artifact
---------------------------------------------------------------------------------
Key: BUILDR-220
URL: https://issues.apache.org/jira/browse/BUILDR-220
Project: Buildr
Issue Type: Bug
Components: Packaging
Affects Versions: 1.3.2
Reporter: Ittay Dror
Fix For: 1.3.4
in package.rb, this line:
file(Buildr.repositories.locate(package)=>package) {
package.install }
means that if i depend on the package as an artifact (on the repository
location), the task is FileTask, not Artifact, and so some things fail.
(in my project i have some artifacts that i want to be handled as thirdparty
and downloaded, unless built explicitly)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.