iconara / rubydoop

Write Hadoop jobs in JRuby
220 stars 33 forks source link

Duplicate files not handled gracefully by the packaging #2

Closed iconara closed 11 years ago

iconara commented 11 years ago

When there are two files which get the same path in the JAR they are both added, this doesn't cause problems in practice it seems, but its wrong and could potentially cause problems in the future, best deduplicate things before they are added to the JAR.

One problem is that you can't to jar uf job.jar something.rb.

iconara commented 11 years ago

This is no longer an issue. All gems are packaged separately.