提交 bb96ca6a 编写于 作者: J Joram Barrez

Improved docs on using Groovy as scripting engine (see...

Improved docs on using Groovy as scripting engine (see http://forums.activiti.org/content/cant-find-scripting-engine-groovy)
上级 8d638e57
......@@ -3054,6 +3054,17 @@ public class FakeLdapService {
the syntax is pretty similar to that of Java.
</para>
<para>
Do note that the Grovy scripting engine is bundled with the groovy-all jar. Before version 2.0,
the scripting engine was part of the regular Groovy jar. As such, one must now add following dependency:
<programlisting>
&lt;dependency&gt;
&lt;groupId&gt;org.codehaus.groovy&lt;/groupId&gt;
&lt;artifactId&gt;groovy-all&lt;/artifactId&gt;
&lt;version&gt;2.x.x&lt;version&gt;
&lt;/dependency&gt;</programlisting>
</para>
</section>
<section id="bpmnScriptTaskVariables">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册