ArcBees/gwtp-eclipse-plugin

Can we auto zip templates during build?

rdwallis opened this issue · 0 comments

At the moment if you change a template file you have to recreate the corresponding zip file or the changes won't reflect in the build.

The zip files are used to maintain the directory heirachy because getResource() strips that for some reason.

It would be nice if the zip files were created from the template files during the build process instead of being part of the source.

Anyone know how to do that?