atomist-attic / rug

DEPRECATED Runtime for Rugs
GNU General Public License v3.0
53 stars 13 forks source link

Empty directory in source project created as file in destination project #655

Closed russmiles closed 7 years ago

russmiles commented 7 years ago

Original report from @duergner:

Having an empty directory (e.g. src/test/resources) on the source project will result in that directory being created as file rather than directory when generating a new project.

.atomist.yml


kind: "operation"
client: "com.atomist:rug"
version: "1.0.0-m.5"
editor:
  name: "ConvertExistingProjectToGenerator"
  group: "atomist"
  artifact: "rug-rugs"
  version: "0.32.1"```
russmiles commented 7 years ago

I've not been able to recreate the problem using the sample Rug project here: https://github.com/democritus-team/empty-dir