yeah, I fixed it .
Thanks a lot , guys. :-)

I Modified the build.deploy.xml in the deploy.processes target as the same as 
following, and then use the :
ant deploy.processes -buildfile build.deploy.xml
command deployed (or redeployed ) my processes.



  | <target name="deploy.processes" depends="declare.jbpm.tasks" 
description="deploys the jbpm processes">
  |     <ant antfile="build.xml" target="build.processes" inheritall="false" /> 
  |     <deployprocess cfg="src/config.files/hibernate.cfg.xml" 
  |                    
properties="${basedir}/src/resources/oracle/create.db.hibernate.properties">
  |       <fileset dir="build" includes="*.process" />
  |     </deployprocess>
  |   </target>
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988714
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to