Hi i 've this in the build.deploy.xml..so where i have to change..there are 
some documentacion of these ? ...please help

target name="create.db" depends="declare.jbpm.tasks, db.clean, db.start" 
description="creates a hypersonic database with the jbpm tables and loads the 
processes in there">
    jbpmschema actions="create" 
properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties"/> 
    loadidentities file="${basedir}/src/resources/hsqldb/identity.db.xml" 
properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties"/> 
    ant antfile="build.xml" target="build.processes" inheritall="false" /> 
    deploypar 
properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties">
      fileset dir="build" includes="*.par" />
    /deploypar>
    antcall target="db.stop" /> 
  /target>


 target name="create.jbpm.configuration" depends="delete.jbpm.configuration, 
build.webapp, build.service.archive, create.db" description="creates a jbpm 
configuration">
    mkdir dir="${jboss.home}/server/jbpm" />
    copy todir="${jboss.home}/server/jbpm">
      fileset dir="${jboss.home}/server/${jboss.source.configuration}">
        exclude name="data/**" />
        exclude name="log/**" />
        exclude name="tmp/**" />
        exclude name="work/**" />
        exclude name="jms/jbossmq-destination-service.xml" />
        exclude name="deploy/jboss-aop.deployer/**" />
        exclude name="deploy/jboss-ws4ee.sar/**" />
        exclude name="deploy/management/**" />
        exclude name="deploy/bsh-deployer.xml" />
        exclude name="deploy/jboss-ha-local-jdbc.rar" />
        exclude name="deploy/jboss-ha-xa-jdbc.rar" />
        exclude name="deploy/jboss-ha-local-jdbc.rar" />
        exclude name="deploy/mail*" />
        exclude name="deploy/monitoring-service.xml" />
        exclude name="deploy/properties-service.xml" />
        exclude name="deploy/schedule*" />
        exclude name="deploy/uuid-key-generator.sar" />
      /fileset>
    /copy>
    !-- copy the prefabricated resources -->
    copy todir="${jboss.home}/server/jbpm" overwrite="true">
      fileset dir="src/resources/jboss-${jboss.version}" />
    /copy>
    !-- deploy the jbpm service archive -->
    ant antfile="build.xml" target="build" inheritall="false" /> 
   

    !-- deploy the jbpm web application -->
    antcall target="build.webapp" /> 
    copy todir="${jboss.home}/server/jbpm/deploy" file="build/jbpm.war" />
        mkdir dir="${jboss.home}/server/jbpm/deploy/jbpm.sar" />
            unzip src="build/jbpm.sar" 
dest="${jboss.home}/server/jbpm/deploy/jbpm.sar" />
    !-- copy the jbpm database -->
    mkdir dir="${jboss.home}/server/jbpm/data/hypersonic" />
    copy todir="${jboss.home}/server/jbpm/data/hypersonic">
      fileset dir="build/db" />
    /copy>
  /target>










View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922888#3922888

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922888


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to