VIVO-824 Fix the hanging RDB migration tool.
If fork=yes is specified when running within Ant, the forked JVM is not connected to standard input.
This commit is contained in:
parent
b2c3ebca42
commit
bd06c0cfbe
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<java classname="edu.cornell.mannlib.vivo.utilities.rdbmigration.RdbMigrator"
|
<java classname="edu.cornell.mannlib.vivo.utilities.rdbmigration.RdbMigrator"
|
||||||
fork="yes"
|
fork="no"
|
||||||
failonerror="true">
|
failonerror="true">
|
||||||
<arg value="${vitro.home}" />
|
<arg value="${vitro.home}" />
|
||||||
<arg value="${VitroConnection.DataSource.url}" />
|
<arg value="${VitroConnection.DataSource.url}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue