I want to rename my module name below from test to testing but when i change it from refactor to testing , it says
unable to find test.gwt.xml
its still looking for the previous module name ..
how can i resolve this
thanks9+
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='test'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
You can refer to the following Video.
http://www.youtube.com/watch?v=UW4WSYs1bKE
To rename
UPDATE
Given Video is not available now in YouTube. It might be removed by the owner.
There are a few steps here. The module is controlled by the modulename.gwt.xml file. First rename that file. I'm not sure but I think you also need to change the java path package name to the new name. Then edit the gwt.xml file and change the entry point and the 'rename' lines. If the module is the first module to launch when running your app you need to change the project run configurations to know the new entry point. That's off the top of my head, I hope I got all the places.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With