Hi! I think there is a typo in the build.xml for
Jetspeed2.0-MultiDb-install.jar.
Where is written
<sql driver="${jdbcDriverClass}" url="${jdbcUrl}" userid="${dbUser}"
password="${dbPassword}"
src="${basedir}/database/populate-userinfo-for-default-psml.sql"
print="yes" output="outputfile.txt">
<classpath>
<pathelement location="${jdbcDriverJar}"/>
</classpath>
</sql>
should be
<sql driver="${jdbcDriverClass}" url="${jdbcUrl}" userid="${dbUser}"
password="${dbPassword}"
src="${basedir}/database/${dbName}/populate-userinfo-for-default-psml.sql"
print="yes" output="outputfile.txt">
<classpath>
<pathelement location="${jdbcDriverJar}"/>
</classpath>
</sql>
(take attention at src="..." attribute).
For the rest, installation worked without errors.
Best regards,
Edson Richter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]