GWT Post build command in Eclipse

Posted by Henrik on Stack Overflow See other posts from Stack Overflow or by Henrik
Published on 2010-04-07T08:22:07Z Indexed on 2010/04/07 8:23 UTC
Read the original article Hit count: 387

Filed under:
|
|

I am starting getting used to Eclipse, but I have much more experience with Visual Studio. In Visual Studio it is possible to run auto commands after the build has finished.

Now I am creating a GWT project and several other projects at once in one solution (or workspace) in Eclipse. Some files which are compiled with the GWT project needs to be copied to another location when they have been compiled. I am currently doing this manually and would like to do it automatically. I am not doing it often, since the project works fine in debug mode (...?gwt.codesvr=localhost:9997).

But where is the location for executing a post build command for a GWT project in eclipse? Is it possible?

© Stack Overflow or respective owner

Related posts about gwt

Related posts about eclipse