caelum / vraptor-scaffold

VRaptor Scaffold extension to make it easier configuring new projects and plugins
http://vraptor.org
MIT License
55 stars 22 forks source link

Ant and Jetty (hot deploy) #58

Closed felipefontoura closed 13 years ago

felipefontoura commented 13 years ago

When I create a vraptor project with ant, it don't redeploy/reload automaticaly in jetty when I execute compile and war task.

I used 1.1.0 version.

Thanks

rodolfoliviero commented 13 years ago

Felipe, I create this gist https://gist.github.com/1043774 to fix the hot deploy. It works to me. Can you test it? You can find more information here http://docs.codehaus.org/display/JETTY/Ant+Jetty+Plugin

felipefontoura commented 13 years ago

Worked fine!

But didn't work with hsqldb (error on lock file).

PS: When I changed to mysql worked.

Thanks!

felipefontoura commented 13 years ago

I updated hsqldb to 2.2.0 in ivy.xml and worked fine!

rodolfoliviero commented 13 years ago

Done by felipe and merge already done.