[
http://jira.jboss.com/jira/browse/JBPM-1269?page=comments#action_12418653 ]
Thomas Diesler commented on JBPM-1269:
--------------------------------------
[09:12:55] Tom Baeyens: the config is generated
[09:12:57] ... <target name="test.dependencies"
depends="define.libs.classpath, jpdl.jar, jpdl.config">
<mkdir dir="target/config" />
<unzip dest="target/config" src="${lib.jbpm.jpdl.config.local}"
/>
<replace file="target/config/hibernate.cfg.xml">
<replacetoken><![CDATA[<!-- identity mappings (begin)
===]]></replacetoken>
<replacevalue><![CDATA[<!-- identity mappings (begin)
-->]]></replacevalue>
</replace>
<replace file="target/config/hibernate.cfg.xml">
<replacetoken><![CDATA[==== identity mappings (end)
-->]]></replacetoken>
<replacevalue><![CDATA[<!-- identity mappings (end)
-->]]></replacevalue>
</replace>
[09:13:10] ... that is from the identity build.xml
[09:13:50] ... there is only 1 original hibernate cfg file in the whole codebase
[09:13:57] ... all variations are derived like this
Mavenize identity
-----------------
Key: JBPM-1269
URL:
http://jira.jboss.com/jira/browse/JBPM-1269
Project: JBoss jBPM
Issue Type: Sub-task
Components: jPDL 3
Reporter: Thomas Diesler
Assigned To: Thomas Diesler
Fix For: jBPM jPDL 3.2.4
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira