Re: [google-appengine] Digest for google-appengine@googlegroups.com - 2 updates in 1 topic

2022-04-16 Thread 'Tim Macpherson' via Google App Engine
Hot restart works as described above.The old maven plugin enabled hot swap,but with the Cloud SDK-based maven plugin that doesn't work,anyone know why ? On Saturday, 16 April 2022, 19:54:30 BST, google-appengine@googlegroups.com wrote: |google-appengine@googlegroups.com |

[google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-16 Thread Ludovic Champenois
Hi, Almost there, I think you are missing this critical line in your pom.xml: target/${project.artifactId}-${project.version}/WEB-INF/classes ... This way, the compile on save is put the changed class in the correct web app location. At least, I tested it in NetBeans and

[google-appengine] hot reload: mvn google cloud sdk

2022-04-16 Thread 'Rajesh G' via Google App Engine
Hello, I have created a simple java appengine using maven archetypes. I am not using eclipse (because I don't have eclipse in windows wsl2.) I run the server using mvn appengine:run Then I do simple changes to a servlet. Then another window, I run mvn:compile. It compiles into the