I have deployed grails applications on tomcat6 on my client server computer, but the application still needs to be fixed a lot, so every error is based or missing on the client machine, I create a patch and deliver the client via ftp to .tar.gz, which will be replaced by the expanded folder.
I cannot send fully .war files because the applications are large (~ 80M), so sending changes to .class files is the only option I have. but the process of creating a patch is too time-consuming , especially to rebuild the project , clear the target folder and start compiling all the files in the project. after that I look at different .class files using the applications of the comparison folder in the new target / classes folder compared to the old target / classes folder and send it to the client.
it really took a long time to create the war process to fix a minor thing, is there a simpler way to get another .class on compiled code ? because I need to create a patch for 2-3 days each to fix a small amount, which is also regularly reported to the client.
thanks,
source share