[
https://jira.jboss.org/jira/browse/JBESB-1949?page=com.atlassian.jira.plu...
]
Len DiMaggio commented on JBESB-1949:
-------------------------------------
The users have to be told to edit the build file to reference where they have Groovy
installed - for example:
<target name="init-groovy" depends="dependencies">
<path id="groovy.classpath">
<fileset dir="/opt/groovy-1.5.4/embeddable">
<include name="*.jar"/>
</fileset>
.
.
.
.
.
quickstart:load_generator ant runtest error
-------------------------------------------
Key: JBESB-1949
URL:
https://jira.jboss.org/jira/browse/JBESB-1949
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Documentation, Examples
Affects Versions: 4.4
Reporter: Burr Sutter
ant runtest results in the following error message:
BUILD FAILED
C:\demo\jbossesb-server-4.4.GA\samples\quickstarts\load_generator\build.xml:28:
taskdef class org.codehaus.groovy.ant.Groovyc cannot be found
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira