[
https://issues.apache.org/jira/browse/BUILDR-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643059#action_12643059
]
Assaf Arkin commented on BUILDR-189:
------------------------------------
package(:jar).include "#{compile.target}/com/**" will do exactly that. The
pattern is evaluated during packaging, at which point target should exist.
> ArchiveTask#includes cannot be used with patterns on generated files
> --------------------------------------------------------------------
>
> Key: BUILDR-189
> URL: https://issues.apache.org/jira/browse/BUILDR-189
> Project: Buildr
> Issue Type: Bug
> Reporter: Ittay Dror
>
> use case: i want my jar to include only "#{compile.target}/com/**"
> the problem: Path#include uses 'flatten' on the list of files, which resolves
> them, so nothing is found (unless compiled previously)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.