Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top