In the script named 'Calendar-shell' I added -Xmx1024000 like this:
java -Xmx1024000 -cp "$APPDIR/src:$APPDIR/bin:/home/nanda/gwt/gwt-
linux-1.0.20/gwt-user.jar:/home/nanda/gwt/gwt-linux-1.0.20/gwt-dev-linux.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" in.informationmatters.calendar.Calendar/Calendar.html;
Now the error has changed to the following:
[TRACE] Loading module 'in.informationmatters.calendar.Calendar'
[TRACE] Loading inherited module 'com.google.gwt.user.User'
[ERROR] Line 8: Unexpected exception while processing element 'inherits'
java.lang.OutOfMemoryError: Java heap space
[ERROR] Failure while parsing XML
[ERROR] Line 4: Unexpected exception while processing element 'inherits'
[ERROR] Failure while parsing XML
[ERROR] Failure to load module '
in.informationmatters.calendar.Calendar'