1) Consolidate creation of template image resolver in Web Scripts

2) Add Help to stand-alone Web Scripts test server
3) Add server-side JavaScript Debugger

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5385 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2007-03-13 18:54:51 +00:00
parent 3e0c445ff4
commit 9269054759
3 changed files with 172 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ ok> user [<userName>]
Switch to specified <userName>. If <userName> is omitted, the currently
selected user is shown.
ok> quit | exit
Quit this workflow console.
ok> use
Show current workflow context.

View File

@@ -8,6 +8,9 @@
<ref bean="ServiceRegistry"/>
</property>
</bean>
<!-- Switch on debugger by setting log4j.logger.org.alfresco.repo.rhinodebugger to DEBUG -->
<bean id="rhinoScriptDebugger" class="org.alfresco.repo.jscript.AlfrescoRhinoScriptDebugger" init-method="start"/>
<!-- base config implementation that script extension beans extend from - for auto registration
as a global script with the ScriptService -->