Zeeshan
Zeeshan

Reputation: 1183

GWT Compilation

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

Upvotes: 0

Views: 280

Answers (2)

Zeeshan
Zeeshan

Reputation: 1183

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

Upvotes: 0

StackOverFlow
StackOverFlow

Reputation: 4614

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

Upvotes: 1

Related Questions