Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT Post build command in Eclipse

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?

like image 899
Henrik Avatar asked Apr 07 '10 08:04

Henrik


1 Answers

Just open project properties, choose 'Builders' item and click on 'New...' button.

like image 111
siy Avatar answered Oct 21 '22 22:10

siy