Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top