SmartClient Version: v13.0p_2023-04-25/PowerEdition Deployment (built 2023-04-25)
Eclipse Version 2023-03.
This is not directly a SmartGWT question, but not sure how to google an answer to this, and hoping you might have a suggestion. And yes I know changing two major revisions at the same time is not advisable.
In this combination of versions of SmartGWT and eclipse when we make changes to datasources ( *.ds.xml ) we see that the changes are not automatically picked up in the deployed version running in eclipse under getty. Similarly changes in server side *.java code are not causing automatic recompiles in the browser. To get any of these changes into the running debugger we have to stop the server/getty in eclipse and re-run the configuration in eclipse and then reload the browser tab again. Like starting from scratch.
Yes we have the Project -> Build Automatically setting of eclipse set.
Automatic updates due to code changes (DS or .java) used to work in our older eclipse version (2018) and 12.1 SmartGWT.
I suppose what I'm asking is this: is this an artifact of smartGWT 13.0 or of eclipse 2023-03, or both? Or do you have no comment?
Eclipse Version 2023-03.
This is not directly a SmartGWT question, but not sure how to google an answer to this, and hoping you might have a suggestion. And yes I know changing two major revisions at the same time is not advisable.
In this combination of versions of SmartGWT and eclipse when we make changes to datasources ( *.ds.xml ) we see that the changes are not automatically picked up in the deployed version running in eclipse under getty. Similarly changes in server side *.java code are not causing automatic recompiles in the browser. To get any of these changes into the running debugger we have to stop the server/getty in eclipse and re-run the configuration in eclipse and then reload the browser tab again. Like starting from scratch.
Yes we have the Project -> Build Automatically setting of eclipse set.
Automatic updates due to code changes (DS or .java) used to work in our older eclipse version (2018) and 12.1 SmartGWT.
I suppose what I'm asking is this: is this an artifact of smartGWT 13.0 or of eclipse 2023-03, or both? Or do you have no comment?
Comment