Hy Roman,

it was a typo... It should be fixed now.

Thx for reporting :)

Bye,
Norman

2009/9/23 Roman Ilin <[email protected]>:
>
> I changed the color many times.
> If I change it to 'red' Hupa works, back to 'grey' - App won't start.
>
> Regards
>
> On Tue, Sep 22, 2009 at 4:36 PM, Daniel Simons <[email protected]> 
> wrote:
>> Actually what is most likely happening is that when you changed the color
>> property value it kicked off a fresh build....try changing the color value
>> back to grey to see if that was the case.
>>
>> Regards,
>> daniel
>>
>> On Tue, Sep 22, 2009 at 9:32 AM, purplehaze <[email protected]> wrote:
>>>
>>> Hi *,
>>>
>>> I have jdk 1.6 only installed.
>>> So I set
>>>                        <plugin>
>>>                                <groupId>org.apache.maven.plugins</
>>> groupId>
>>>                                <artifactId>maven-compiler-plugin</
>>> artifactId>
>>>                                <configuration>
>>>                                        <source>1.6</source>
>>>                                        <target>1.6</target>
>>>                                </configuration>
>>>                        </plugin>
>>> and told to eclipse-maven plugin to update project configuration.
>>> It helps. No restricted thing more...
>>>
>>> But I have got one exception in GWT Log console:
>>>
>>> [ERROR] Unable to load module entry point class
>>> org.apache.hupa.client.Hupa (see associated exception for details)
>>> com.google.gwt.core.client.JavaScriptException: (Error): Ungültiger
>>> Eigenschaftswert.
>>>  number: -2146827908
>>>  description: Ungültiger Eigenschaftswert.
>>>        at com.google.gwt.dom.client.Style$.setPropertyImpl$(Native Method)
>>>        at com.google.gwt.dom.client.Style$.setProperty$(Style.java:43)
>>>        at org.apache.hupa.widgets.ui.EnableHyperlink.<init>
>>> (EnableHyperlink.java:57)
>>>        at org.apache.hupa.widgets.ui.EnableHyperlink.<init>
>>> (EnableHyperlink.java:43)
>>>        at org.apache.hupa.client.mvp.IMAPFolderView.<init>
>>> (IMAPFolderView.java:77)
>>>        at
>>> org.apache.hupa.client.gin.HupaGinjectorImpl.org$apache$hupa$client
>>> $mvp$IMAPFolderView_IMAPFolderView_methodInjection(transient source
>>> for org.apache.hupa.client.gin.HupaGinjectorImpl:66)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
>>> $apache$hupa$client$mvp$IMAPFolderView$_annotation$$none$$(transient
>>> source for org.apache.hupa.client.gin.HupaGinjectorImpl:70)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
>>> $apache$hupa$client$mvp$IMAPFolderView$_annotation$$none$$(transient
>>> source for org.apache.hupa.client.gin.HupaGinjectorImpl:76)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
>>> $apache$hupa$client$mvp$IMAPFolderPresenter$Display$_annotation$$none$$
>>> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:
>>> 237)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
>>> $apache$hupa$client$mvp$IMAPFolderPresenter$Display$_annotation$$none$$
>>> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:
>>> 241)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
>>> $apache$hupa$client$mvp$IMAPFolderPresenter$_annotation$$none$$
>>> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:
>>> 433)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
>>> $apache$hupa$client$mvp$IMAPFolderPresenter$_annotation$$none$$
>>> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:
>>> 439)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
>>> $apache$hupa$client$mvp$MainPresenter$_annotation$$none$$(transient
>>> source for org.apache.hupa.client.gin.HupaGinjectorImpl:305)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
>>> $apache$hupa$client$mvp$MainPresenter$_annotation$$none$$(transient
>>> source for org.apache.hupa.client.gin.HupaGinjectorImpl:311)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
>>> $apache$hupa$client$mvp$AppPresenter$_annotation$$none$$(transient
>>> source for org.apache.hupa.client.gin.HupaGinjectorImpl:263)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
>>> $apache$hupa$client$mvp$AppPresenter$_annotation$$none$$(transient
>>> source for org.apache.hupa.client.gin.HupaGinjectorImpl:269)
>>>        at org.apache.hupa.client.gin.HupaGinjectorImpl.getAppPresenter
>>> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:7)
>>>        at org.apache.hupa.client.Hupa.onModuleLoad(Hupa.java:34)
>>>
>>>
>>> I found out that if I change
>>> org.apache.hupa.widgets.ui.EnableHyperlink    line 57
>>> from html.getElement().getStyle().setProperty("color", "grey");
>>> to    html.getElement().getStyle().setProperty("color", "#8d8d8d");
>>>
>>> Hupa works as expected.
>>>
>>> Regards
>>>
>>> Roman
>>>
>>
>>
>> >
>>
>
> >
>

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

Reply via email to