0

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

Zeeshan
  • 1,173
  • 5
  • 19
  • 26
  • 1
    What 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 Answers2

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
0

I have used a GWT's app creator. Which solves problem. Thanks

Zeeshan
  • 1,173
  • 5
  • 19
  • 26