Hi,
I'm using the amp maven archetype (1.0.2) to develop a set of webscripts for alfresco repository. I'm wondering how I can tell alfresco to load reload js scripts everytime I hit it without shutting down and restarting jetty (using mvn integration-test -Pamp-to-war? I have the javascript debugger enabled, and the first time I invoke a web script, it works as expected. If I update the js in the target war directory while running, and also do a alfresco/service/index?reset=on, the second invoke looks like it gives back the same results. Is there some "developer" mode toggle for alfresco (it seems like there is one for share, but I haven't found something similar for alfresco)?
Thanks