Nevermind... It was my web.xml ... thanks ;)

From: [email protected] 
[mailto:[email protected]] On Behalf Of Ricardo Manuel Saraiva
Sent: sexta-feira, 18 de Junho de 2010 11:04
To: [email protected]
Subject: Moving to gwt 2.0.3

Hi,

I'm moving my project to the new version of gwt.

I'm having some problems. It gives me the following error:

"message /zonaReservada/scripts/gwt.Foo/common

description The requested resource (/zonaReservada/scripts/gwt.Foo/common) is 
not available."

I'm using module inheritance. It was working fine in the previous version. Is 
there anything new I have to consider?

Here are the modules:

Common.gwt.xml

<module>
                <inherits name='com.google.gwt.user.User'/>
                <source path="common/client"/>
                <stylesheet src='/zonaReservada/styles/advancecare.css'/>
</module>

Adv.gwt.xml

<module>
                <inherits name='gwt.Common'/>
                <source path="talao/business/entity"/>
</module>

Foo.gwt.xml

<module>
                <inherits name='com.advancecare.Adv'/>
                <source path="talao"/>
                <entry-point class='gwt.talao.TalaoEntry'/>
</module>


And this is my html file:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html>
                <head>
                               <meta http-equiv="Content-Type" 
content="text/html; charset=ISO-8859-1">
                               <meta name='gwt:module' 
content='/zonaReservada/GWT/gwt.Foo'>
                </head>
                <body>
                               <script language="javascript" 
src="/zonaReservada/scripts/gwt.Foo/gwt.Foo.nocache.js"></script>
                               <iframe id="__printingFrame" 
style="width:0;height:0;border:0"></iframe>
                </body>
</html>

In the previous version I only moved the file gwt.js to my scripts folder. In 
this version I'm moving all the compiled files.

Can anybody help?

Thanks,
Ricardo Saraiva

________________________________
Esta mensagem (incluindo eventuais ficheiros anexos) pode conter informação 
confidencial ou privilegiada. Se não for o destinatário pretendido, queira por 
favor contactar o remetente por e-mail e apagar a mensagem do seu sistema 
informático. A transmissão de mensagens por e-mail não é absolutamente segura 
ou livre de erros: a mensagem pode ser interceptada, alterada, perdida, 
destruída, chegar ao seu destinatário num momento posterior ao pretendido ou 
alterada, ou ainda com vírus. A AdvanceCare declina qualquer responsabilidade 
por erros ou omissões na presente mensagem que resultem das circunstâncias 
descritas. As opiniões contidas na presente mensagem são imputáveis à pessoa 
que a enviou, a não ser que o contrário resulte expressamente do seu texto e 
que a pessoa em causa tenha poderes para vincular a AdvanceCare.

E-mail transmission cannot be guaranteed to be secure or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. AdvanceCare therefore does not accept liability 
for any errors or omissions in the contents of this message which arise as a 
result of e-mail transmission. This message and any files transmitted with it 
may contain confidential information or privileged material. If you are not the 
intended recipient, please notify the sender immediately by e-mail and delete 
this message from your system. Any views expressed in this message are those of 
the individual sender, except where the message states otherwise and the sender 
is authorized to state them to be the views of AdvanceCare.
--
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.

-- 
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