fix #56
This commit is contained in:
parent
536ef962f5
commit
e9f1a37df1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<property name="sql.pass" value="fess"/>
|
||||
|
||||
<target name="create">
|
||||
<sql driver="${sql.driver}" url="${sql.url}" userid="${sql.user}" password="${sql.pass}" >
|
||||
<sql driver="${sql.driver}" url="${sql.url}" userid="${sql.user}" password="${sql.pass}" onerror="continue">
|
||||
<classpath>
|
||||
<pathelement location="${oracle.jar.file}"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Add table
Reference in a new issue