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 <
[email protected]> 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 to http://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 [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[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