tuplejump / play-yeoman

Play + Yeoman integration sbt and play plugins
Apache License 2.0
237 stars 58 forks source link

Get it working with Play 2.2 #15

Closed milliondreams closed 10 years ago

milliondreams commented 11 years ago

There are minor changes in play 2.2 API and we will need to modify the plugin to work with it.

pschulz commented 10 years ago

Rohit, did you start that already? Do you have an overview what needs to be done? I could help.

milliondreams commented 10 years ago

I had it working with 2.2-Snapshot on release/0.6.2

I think we will just need to update the version of play and sbt and merge the changes from master. Will try it out this weekend and release.

Will be great if you can try it out and let me know if things work for you :)

kompot commented 10 years ago

I had it working with 2.2.0 final with just updated dependencies as you've mentioned and sent a pull request. https://github.com/tuplejump/play-yeoman/pull/24

milliondreams commented 10 years ago

Merged!

Thanks Anton!

Guys please give it a shot and let me know if it works for all the cases? Will target a release this weekend...