[
https://issues.apache.org/jira/browse/BUILDR-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nathan Hamblen updated BUILDR-117:
----------------------------------
Attachment: 0001-Combine-sources-resources-and-generated-to-check-f.patch
Combines the source dirs before checking uniqueness and also checks all for
existence instead of just resources.
> Shared directory for both code and resources produces duplicate Eclipse
> classpath entries
> -----------------------------------------------------------------------------------------
>
> Key: BUILDR-117
> URL: https://issues.apache.org/jira/browse/BUILDR-117
> Project: Buildr
> Issue Type: Bug
> Components: IDE
> Affects Versions: 1.3.2, 1.3.3
> Reporter: Nathan Hamblen
> Attachments:
> 0001-Combine-sources-resources-and-generated-to-check-f.patch
>
>
> I usually use
> resources.from('src/main/java').exclude('**/*.java')
> to include resources from the java compilation directory, but this causes the
> eclipse task to produce a two identical entries for that directory and
> Eclipse gets all confused until you delete the duplicate. I've got a patch,
> just a sec!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.