[
https://jira.jboss.org/jira/browse/JBPM-2367?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-2367:
-----------------------------------
ok.
i see the problem now. the examples jar deployment is part of the specific integration
test setup in qa\build.xml:
[code] <target
name="internal.tweak.jbpm.installation.for.integration.testrun">
<copy todir="${jboss.server.config.dir}/deploy/jbpm/jbpm-service.sar"
overwrite="true">
<fileset dir="jbpm.cfg.jboss.testsuite/jbpm.identity" />
</copy>
<antcall
target="internal.install.idm.into.jboss.integrationtestspecifics" />
<ant antfile="${jbpm.home}/examples/build.xml"
target="examples.jar" />
<mkdir dir="${jboss.server.config.dir}/deploy/jbpm/userlibs" />
<copy file="${jbpm.home}/examples/target/examples.jar"
todir="${jboss.server.config.dir}/deploy/jbpm/userlibs" />
<copy
file="../modules/test-db/target/jbpm-test-db-${jbpm.version}-tests.jar"
todir="${jboss.server.config.dir}/deploy/jbpm/userlibs" />
<copy file="../modules/distro/target/libs/junit.jar"
todir="${jboss.server.config.dir}/deploy/jbpm/userlibs"/>
</target>
[/code]
verify examples classes deployment in demo.setup script
-------------------------------------------------------
Key: JBPM-2367
URL:
https://jira.jboss.org/jira/browse/JBPM-2367
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Tom Baeyens
Assignee: Tom Baeyens
Fix For: jBPM 4.0
--
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