[jboss-dev-forums] [Design of JBoss jBPM] - Re: Incomplete example setup
tom.baeyens@jboss.com
do-not-reply at jboss.com
Mon Jun 29 10:34:54 EDT 2009
ok.
i see the problem now. the examples jar deployment is part of the specific integration test setup in qa\build.xml:
<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>
|
i'll fix it
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240779#4240779
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240779
More information about the jboss-dev-forums
mailing list