sharkman / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

RC7 creates Async files that do not compile with GWT 1.4 #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install GWT 1.4.6x
2. Install cypal RC7
3. Create a project with a remote service
4. When building, cypal adds a parameterized AsyncCallback parameter to
each function, which doesn't compile with GWT 1.4

What is the expected output? What do you see instead?
Expected: public void getIPAddress(AsyncCallback callback);
Output: public void getIPAddress(AsyncCallback<String> callback);

What version of the product are you using? On what operating system?
See above

Please provide any additional information below.
Why not use the Facet Version setting to define the parameter format in the
Async file

Original issue reported on code.google.com by alemao...@gmail.com on 19 Jun 2008 at 3:18

GoogleCodeExporter commented 9 years ago
Yes. I'm working on this already

Original comment by grprakash on 19 Jun 2008 at 3:36

GoogleCodeExporter commented 9 years ago
Fixed with revision # 89

Should appear in RC8

Original comment by grprakash on 22 Jun 2008 at 1:05

GoogleCodeExporter commented 9 years ago

Original comment by grprakash on 22 Jun 2008 at 1:05