Hide Forgot
project_key: SOA You can run schema tool just by running "ant" command in folder with build.xml, but when you run schema tool from another folder it crash. For example "ant -f schema/buld.xml". Fix: diff build.xml build_patched.xml 744c744 < ft = new FileReader(database_list[user_db][db_input] + fs + "template" + fs + "jbpm-service.xml"); --- > ft = new FileReader(base_dir + database_list[user_db][db_input] + fs + "template" + fs + "jbpm-service.xml");
Resolved. Fix committed to svn.
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage