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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top