Page 2 of 2

Re: Building Question

Posted: Fri Dec 04, 2015 12:20 am
by infidel
Amadeus wrote:how can I confirm that the files I'm using in THAT directory are the most up-to-date? (I'm talking about the "renderers" directory, the "plugins" directory, the "web" directory, etc.)
You become responsible for your own housekeeping in this scenario, alas :). In practice I've found it's not a big issue, since I can also temporarily symlink or manually sync a specific resource file/folder if I'm working on it. I suppose the 'correct' solution is to have a post-compile hook (via pom.xml or by a script hack) to copy all resources, i.e. taconaut's solution.