Search code examples
eclipsebuildrfacet

How can buildr be instructed to generate a facted eclipse .project configuration?


I'm developing a web-project with jsp and JAX-RS. If I run buildr eclipse, buildr generates a simple Java project. How can I instruct buildr to generate an eclipse project facet including "Dynamic Web Module", "Java", "JavaScript", and "JAX-RS"? Indeed, "Dynamic Web Module" and "Java" would be sufficient for me.


Solution

  • This is not supported by Buildr. Buildr generates a simple .project indeed, but cannot go further. There are many project natures out there, since each Eclipse plugins tend to provide their own.

    You are better off changing the .project and committing it.