Re: What is the substitute for "package com.google.gwt.event.dom.client" does not exist for 1.5.3

2012-04-03 Thread Mithun Hore
Hi,

I have posted following post on GWT groups on yesterday. But I am not able
to see it through GWT google groups. Please let me know how can I see the
post over there.

Thanks,
Mithun

On Tue, Apr 3, 2012 at 3:56 PM, Mithun Hore  wrote:

> Can Someone please help me out on this?
>
> Regards,
> Mithun
>
> On Mon, Apr 2, 2012 at 6:48 PM, mithun.h...@gmail.com <
> mithun.h...@gmail.com> wrote:
>
>> Hi Guys,
>>
>> What is the substitute way for "package
>> com.google.gwt.event.dom.client" as it does not exist for 1.5.3? I am
>> migrating codes from GWT 2.0.3 to 1.5.3, so above package is not there
>> in 1.5.3. So It would be very helpful if someone can tell me how
>> should I proceed for down-gradation.
>>
>> Found in GWT Release (e.g. 2.4.0, 2.5.0 RC):
>> 1.5.3
>>
>> Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7):
>> Windows XP
>>
>> Detailed description (please be as specific as possible):
>> We are doing code migration from one project which has GWT version
>> 1.5.3 to another project which has GWT version 2.0.3. So at the time
>> of migrating GWT codes, I am getting an error that
>>
>> "package com.google.gwt.event.dom.client does not exist" in GWT 1.5.3.
>> So couple of methods (ex.
>>
>> HasClickHandlers,DistDataTextBox,ClickHandler,removeAllRows,ValueChangeHandler,KeyPressHandler,
>> clearCurves,getYAxis,setChartTitle,update)that used in 2.0.3 is not
>> able to compile in 1.5.3. Please let me know how should proceed on
>> this.
>>
>> Shortest code snippet which demonstrates issue (please indicate where
>> actual result differs from expected result):
>>
>> Here I am putting error report rather code snippet:
>>
>> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
>> plugin:2.0.2:compile (default-compile) on project planningmaint-web:
>> Compilation failure: Compilation failure:
>> J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
>> \src\main\java\com\ccna\supplychain\planningmaint\client
>> \DistDataGrid.java:[14,38] package com.google.gwt.event.dom.client
>> does not exist
>>
>> J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
>> \src\main\java\com\ccna\supplychain\planningmaint\client
>> \DistDataGChart.java:[11,7] cannot access
>> com.google.gwt.event.dom.client.HasClickHandlers
>> class file for com.google.gwt.event.dom.client.HasClickHandlers not
>> found
>> public class DistDataGChart extends GChart {
>>
>> J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
>> \src\main\java\com\ccna\supplychain\planningmaint\client
>> \DistDataGrid.java:[415,9] cannot find symbol
>> symbol  : class DistDataTextBox
>> location: class
>> com.ccna.supplychain.planningmaint.client.demandprofile.DistDataGrid
>>
>> Thanks and Regards,
>> Mithun
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: What is the substitute for "package com.google.gwt.event.dom.client" does not exist for 1.5.3

2012-04-03 Thread Mithun Hore
Can Someone please help me out on this?

Regards,
Mithun
On Mon, Apr 2, 2012 at 6:48 PM, mithun.h...@gmail.com  wrote:

> Hi Guys,
>
> What is the substitute way for "package
> com.google.gwt.event.dom.client" as it does not exist for 1.5.3? I am
> migrating codes from GWT 2.0.3 to 1.5.3, so above package is not there
> in 1.5.3. So It would be very helpful if someone can tell me how
> should I proceed for down-gradation.
>
> Found in GWT Release (e.g. 2.4.0, 2.5.0 RC):
> 1.5.3
>
> Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7):
> Windows XP
>
> Detailed description (please be as specific as possible):
> We are doing code migration from one project which has GWT version
> 1.5.3 to another project which has GWT version 2.0.3. So at the time
> of migrating GWT codes, I am getting an error that
>
> "package com.google.gwt.event.dom.client does not exist" in GWT 1.5.3.
> So couple of methods (ex.
>
> HasClickHandlers,DistDataTextBox,ClickHandler,removeAllRows,ValueChangeHandler,KeyPressHandler,
> clearCurves,getYAxis,setChartTitle,update)that used in 2.0.3 is not
> able to compile in 1.5.3. Please let me know how should proceed on
> this.
>
> Shortest code snippet which demonstrates issue (please indicate where
> actual result differs from expected result):
>
> Here I am putting error report rather code snippet:
>
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
> plugin:2.0.2:compile (default-compile) on project planningmaint-web:
> Compilation failure: Compilation failure:
> J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
> \src\main\java\com\ccna\supplychain\planningmaint\client
> \DistDataGrid.java:[14,38] package com.google.gwt.event.dom.client
> does not exist
>
> J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
> \src\main\java\com\ccna\supplychain\planningmaint\client
> \DistDataGChart.java:[11,7] cannot access
> com.google.gwt.event.dom.client.HasClickHandlers
> class file for com.google.gwt.event.dom.client.HasClickHandlers not
> found
> public class DistDataGChart extends GChart {
>
> J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
> \src\main\java\com\ccna\supplychain\planningmaint\client
> \DistDataGrid.java:[415,9] cannot find symbol
> symbol  : class DistDataTextBox
> location: class
> com.ccna.supplychain.planningmaint.client.demandprofile.DistDataGrid
>
> Thanks and Regards,
> Mithun

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



What is the substitute for "package com.google.gwt.event.dom.client" does not exist for 1.5.3

2012-04-03 Thread mithun.h...@gmail.com
Hi Guys,

What is the substitute way for "package
com.google.gwt.event.dom.client" as it does not exist for 1.5.3? I am
migrating codes from GWT 2.0.3 to 1.5.3, so above package is not there
in 1.5.3. So It would be very helpful if someone can tell me how
should I proceed for down-gradation.

Found in GWT Release (e.g. 2.4.0, 2.5.0 RC):
1.5.3

Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7):
Windows XP

Detailed description (please be as specific as possible):
We are doing code migration from one project which has GWT version
1.5.3 to another project which has GWT version 2.0.3. So at the time
of migrating GWT codes, I am getting an error that

"package com.google.gwt.event.dom.client does not exist" in GWT 1.5.3.
So couple of methods (ex.
HasClickHandlers,DistDataTextBox,ClickHandler,removeAllRows,ValueChangeHandler,KeyPressHandler,
clearCurves,getYAxis,setChartTitle,update)that used in 2.0.3 is not
able to compile in 1.5.3. Please let me know how should proceed on
this.

Shortest code snippet which demonstrates issue (please indicate where
actual result differs from expected result):

Here I am putting error report rather code snippet:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
plugin:2.0.2:compile (default-compile) on project planningmaint-web:
Compilation failure: Compilation failure:
J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
\src\main\java\com\ccna\supplychain\planningmaint\client
\DistDataGrid.java:[14,38] package com.google.gwt.event.dom.client
does not exist

J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
\src\main\java\com\ccna\supplychain\planningmaint\client
\DistDataGChart.java:[11,7] cannot access
com.google.gwt.event.dom.client.HasClickHandlers
class file for com.google.gwt.event.dom.client.HasClickHandlers not
found
public class DistDataGChart extends GChart {

J:\workspace\PlanningMaintenance_Project\main\modules\planningmaint-web
\src\main\java\com\ccna\supplychain\planningmaint\client
\DistDataGrid.java:[415,9] cannot find symbol
symbol  : class DistDataTextBox
location: class
com.ccna.supplychain.planningmaint.client.demandprofile.DistDataGrid

Thanks and Regards,
Mithun

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.