Hi Jeff,
I admit that this is confusing, as the war folder is treated as both an
input and output folder.

I think that the above recommendations are good. You should version
everything in the war folder, except for those artifacts that are
automatically generated from your source. Artifacts that are generated from
your source are:

war/WEB-INF/classes (by Eclipse's java compiler)
war/<module name> (by GWT's compiler)

If you see any other artifacts and wonder whether or not they should be
versioned, please post back here.


Rajeev

On Fri, Sep 11, 2009 at 11:43 AM, Jarda <jaroslav.zar...@gmail.com> wrote:

>
> folders under war that i don't have under version control:
> war/project
> war/WEB-INF/classes
>
> On Sep 11, 3:32 am, PJ Gray <pj4...@gmail.com> wrote:
> > I am new to GWT and I have been using the plugin in Eclipse.  I have
> written
> > my first project, and feel confident in using the toolkit now.   And I
> feel
> > fairly comfortable using subversion (I use the awesome 'Versions'
> client).
> > I wouldn't say I am an expert, as it always seems to 'just work' so I
> never
> > really have to troubleshoot much.
> >
> > However, I am struggling trying to find documentation on how, exactly, to
> > get my GWT/Eclipse project into subversion.  I did a simple 'add' from
> the
> > top level (src/war) directories.  However, that imported thousands of
> files,
> > way more than I thought should be checked in.  As I looked closer, I
> figure
> > I must need to separate out the src from the compiled javascript...that
> > seems obvious.   However, it is unclear what exactly in the war directory
> > needs to be under source control and what is compiled or changes
> > regularly.
> >
> > I did some investigation, googling and whatnot, but I really only found
> > websites complaining that with 1.6 the war directory got "polluted" and a
> > few people had workarounds, but usually they either didn't work
> completely,
> > or were using components that I wasn't.
> >
> > So whats the simple answer here?   I am using 1.7, is there a doc or
> webpage
> > that explains what I should be keeping in source control?  Why is there
> no
> > "output" folder, or is that what the 'war' folder is supposed to be?
> >
> > Any help would be appreciated, I realize this might be basic 101 stuff to
> > alot of you, so I apologize if it has been answered a million
> times...just
> > include a link with your snarky "RTFM" comment and I'll be happy!
> >
> > -pj graywww.saygoodnight.com
> >
>

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

Reply via email to