Details
Description
when i install install jetspeed-installer-demo-2.2.0.jar use up env is error(database use oracle9i),
but i install it database use derby is success!
why?
Error Message:
Install failed
Error running the install,The following error occurred while executing this line:
e:\Apache\Jetspeed-2.2\database\bulid.xml:126;Source file does not exist!
the 126 line in build.xml content is:
<sql driver="${_jdbc.driver.class}" url="${_jdbc.url}" userid="${_db.username}" password="${_db.password}" src="${basedir}/${db.type}/drop-schema.sql" autocommit="true" onerror="continue" print="no" output="setup.log">