[gwt-contrib] Re: Building GWT Apps

2009-05-05 Thread Salvador Diaz

Hi Papick,

There have been several discussions related to this topic in the
users' forum. I posted a tutorial in my blog about exactly what you're
looking for:
http://blog.salvadordiaz.fr/2009/04/29/keep-your-source-tree-clean-gwt/

Hope that helps,

Salvador

On May 4, 1:01 pm, "P.G.Taboada"  wrote:
> Hi,
>
> thanks for the GWT 1.6 release and for reviewing how GWT apps are
> build.
>
> I like the new approach, but I have a problem with generating the app
> into my web-app folder.
>
> As far as I can tell from the command line options I can't configure
> output and input web-folders separately.
>
> If I am right, I will again need some sort of maven/ ant tricks to
> generate the app/ start the dev console.
>
> Would it be possible to add such an option, so I can change where to
> "read" the ressources from, and where to generate the into? Would make
> the project layout in the SCM and the build scripts so much easier.
>
> It also would help me to easy plain vanilla maven/ ant.
>
> Or did I miss something?
>
> brgds,
>
> Papick
>
> ps: I searched the group, but I could not find similar topics. Sorry
> if this has already been discussed. I can't imagine I am the only one
> running into this one...

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Building GWT Apps

2009-05-04 Thread Scott Blum
Although the samples and ant scripts treat the war folder as both input and
output, this isn't fundamental to the GWT compiler.  From the compiler's
point of view, it's just an output folder.   You can definitely have a
src-war and an out-war and use an external script or tool to copy static
resources from one to the other.  In fact, in svn our own sample projects
are setup this way.

On Mon, May 4, 2009 at 7:01 AM, P.G.Taboada wrote:

>
> Hi,
>
> thanks for the GWT 1.6 release and for reviewing how GWT apps are
> build.
>
> I like the new approach, but I have a problem with generating the app
> into my web-app folder.
>
> As far as I can tell from the command line options I can't configure
> output and input web-folders separately.
>
> If I am right, I will again need some sort of maven/ ant tricks to
> generate the app/ start the dev console.
>
> Would it be possible to add such an option, so I can change where to
> "read" the ressources from, and where to generate the into? Would make
> the project layout in the SCM and the build scripts so much easier.
>
> It also would help me to easy plain vanilla maven/ ant.
>
> Or did I miss something?
>
> brgds,
>
> Papick
>
> ps: I searched the group, but I could not find similar topics. Sorry
> if this has already been discussed. I can't imagine I am the only one
> running into this one...
>
> >
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---