Thanks for your quick reply Jeff.

Since most of our code is PHP, we have been deploying with SVN onto
the servers by simply checking out over there. So, with GWT, we were
putting the whole project folder into svn and deploying the war folder
to the server (using svn co) and then copying the war folder for each
client (cp -R war foobar).

For PHP this means that each client is still connected to the svn
repository to make changes a bit easier. I am starting to see that
there is a better way with GWT/Java.

I would greatly appreciate Eclipse auto-build and I am checking out
your using-ant-with-eclipse link above.

Steven

On Jan 30, 10:46 am, Jeff Chimene <jchim...@gmail.com> wrote:
> This really has nothing to do with subclipse.
>
> Use ant. Do you test on a local server? If so, you can have eclipse
> automatically push files from your workspace to your local server (once
> you've completed debugging via development mode). You can also use ant to
> push files to your production server via sftp.
>
> If you're not familiar with Eclipse auto-build, I can find a link that
> nicely details the various Eclipse steps.
>
> Finally, why are you versioning the stuff in war? That's not really
> necessary in a versioned environment.
>
> On Sat, Jan 30, 2010 at 8:33 AM, Steven Jay Cohen <
>
>
>
> steven.jay.co...@gmail.com> wrote:
> > Hey everyone,
>
> > I am using GWT and eclipse with Subclipse for SVN access. Here is what
> > I am currently doing to deploy my projects to my servers. I am sure
> > that there is a simpler way to achieve this, so after much head
> > scratching, I thought I would bring my question to you.
>
> > I compile my GWT project in Eclipse. I drop to a terminal and zip up
> > the war/projectName folder. I press F5 in Eclipse to refresh. I commit
> > to SVN (the real war/projectName folder is set to svn:ignore). I check
> > the new version out on my server and unzip the war/projectName folder.
>
> > When I allow war/projectName to be part of the SVN, I get all sorts of
> > errors after a few rebuilds of the project. I am guessing that since
> > this is the "build" folder, GWT must be clobebring the .files from
> > SVN. Am I right on that assumption?
>
> > Recently, I moved from an in-house SVN tohttp://beanstalkapp.com/for
> > my SVN hosting. Beanstalk offers an auto-deploy to my servers using
> > SFTP. Which works fine on PHP projects, but still seems to require me
> > to zip up the war/projectName folder and unzip it on the server.
>
> > I am guessing that I am missing some subtlty of SVN. Should I be
> > marking that war/projectName folder in some other way asside from
> > svn:ignore?
>
> > Thanks in advance for your help,
>
> > Steven
>
> > --
> > 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-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubs­cr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.- Hide quoted text -
>
> - Show quoted text -

-- 
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-tool...@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