Referencing an existing package task using the package method fails if the
package has a custom filename
--------------------------------------------------------------------------------------------------------
Key: BUILDR-304
URL: https://issues.apache.org/jira/browse/BUILDR-304
Project: Buildr
Issue Type: Bug
Components: Core features
Affects Versions: 1.3.4, 1.3.3
Environment: Any
Reporter: Rhett Sutphin
With a project definition like this:
define 'foo' do
package(:jar, :file => 'custom.jar')
end
attempting to refer to the defined package via project('foo').package(:jar)
fails -- buildr creates a new package task instead. See this thread for more
discussion and the fix:
http://markmail.org/search/?q=Don%27t%20prepend%20the%20parent%20id%20to%20the%20subproject%20id#query:Don%27t%20prepend%20the%20parent%20id%20to%20the%20subproject%20id+page:1+mid:q7vjuhly2v6lwhru+state:results
Per the discussion, I'll provide a patch shortly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.