OpenNTF / org.openntf.nsfodp

Maven and Eclipse tooling for working with NSF on-disk-project representations
Apache License 2.0
14 stars 6 forks source link

Eclipse project configurator should create missing source directories #179

Closed jesse-gallagher closed 4 years ago

jesse-gallagher commented 4 years ago

In projects that have ODPs without common source directories (e.g. Resources/Files), the project configurator will include those in the classpath and Eclipse will complain periodically about the folders missing. It'd make sense for Eclipse to create them automatically if they don't exist on the filesystem.

jesse-gallagher commented 4 years ago

This may not actually be reliably doable. There's already a Maven Mojo that generates these and m2e runs it on project refresh. However, Git will potentially delete empty folders on branch switch, which I think is what triggers the trouble.