Description
Running the java -jar jetspeed-installer-demo-2.2.0.jar installer I do get an error message complaining about a missing file in build.xml line 126. The reason is that the directory that contains the PostgreSQL scripts is called Jetspeed-2.2.0/database/postgresql and not Jetspeed-2.2.0/database/postgres. The directory name is retrieved from the db.type=postgres property in Jetspeed-2.2.0/database/database.properties.
I can get around the problem by not letting the installer setup the database, and instead do this myself after the install is done having renamed the directory first.