Hi,

I need to know what is the best way to manage development and
production environment with the module.xml file and html file.

Here is a very simple sample:

I got an application to code, I need to compile my application with
the real GWT compiler (not the hosted mode) but i don't want to wait
for 15 minutes because of too many permutations (en_EN + fr_FR +
gecko1_8 + ie6 + etc...).

I just want to compile fast and dirty in fr + gecko1_8 for intance !
(<1minutes)

But in production environment i need to compile with all the
permutations... (en_EN + fr_FR + gecko1_8 + ie6 + etc...).

So I thought I just need 2 module.xml files, one for development mode
and one for production mode. I duplicated my module.xml and I modify
both to fit what I want (prod = all permutations, dev = fr + gecko1_8)

But I faced a problem when I want to modify the html file, I need to
modify the line :

<meta name='gwt:module' content='aaa.bbb.ccc.DDD' />

But how to have a generic html page when you have 2 modules (prod +
dev)...

I hope my problem would be clear, That is not easy to explain this
problem !

Any idea ?

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