GWT throwing No source code is available for type on adding a new class in client

2012-10-02 Thread new_gwt
Hi, I am new to GWT and trying to learn it. Also, can you pls help me the source of goo GWT tutorial along with its architecture. I added a new class in client at same level(same folder) where my moduleentry class is and I am getting following error when I say LoginGWT loginPanel = new

Re: GWT throwing No source code is available for type on adding a new class in client

2012-10-02 Thread Jens
Your structure should be: src |-- mystock |-- client | |-- Stockexample.java | |-- LoginGWT.java |-- StockExample.gwt.xml If thats your structure, does the error go away if you add source path=client/ to your StockExample.gwt.xml? Following the documentation it should