Q42 / play-gae

Create Play! applications for Google App Engine
http://www.playframework.org/modules/gae
3 stars 2 forks source link

Eclipsified folder is deployed to gae #12

Open PerfectCarl opened 10 years ago

PerfectCarl commented 10 years ago

When you eclipsify your project with play, an eclipse folder is created with Eclipse specific files.

It turns out this folder is included in the war file that is deployed to GAE servers.

PerfectCarl commented 10 years ago

I suspect that this is also an issue with other ide related tasks.

lukasvan3l commented 10 years ago

True. We fixed this by creating our own grunt deployment script where we also remove a couple of libraries and modules needed for testing (jsonassert, cobertura...). It's not fixed by the play-gae module itself.