I am facing problem while GWT compilation. I am using ANT build file in which i run 'build' target. when execution comes to 'gwtc' target the compilation sometimes stop or somtime it compiles successfully. Can anyone please tell me what i am doing wrong ? I am using GWT2.0
Asked
Active
Viewed 274 times
0
-
1What output do you get from ant when the compile 'stops'? By 'stops' do you mean terminates, or hangs? – tgdavies May 19 '10 at 06:24
2 Answers
1
HELLO zeeshan Brother
I got the answer!!!
1] Remove unused import from project
2] Don't Use server side object on client side
That's it
Your problem 100% Solve

StackOverFlow
- 4,486
- 12
- 52
- 87