LS,
Tried to configure the build.properties to use hsqldb which comes with the
jetspeed2 binary distribution I encounterd the following
1/ I need to specify a password otherwise I get an error in the build scripts
saying thatI did not include all parameters
2/ included password an started a test hsqldb session
3/ started the buil but encountered foe message below
Can anyone point me in the right direction ?
Kind regards,
Herman Reintke
-----------------------------------------------------------------------------------------
db.drop.test:
db.test.properties:
[echo] org.apache.portals.graffito.test.database.default.name : hsqldb
[echo] org.apache.portals.graffito.test.database.url :
jdbc:hsqldb:hsql://127.0.0.1:9001
[echo] org.apache.portals.graffito.test.database.driver :
org.hsqldb.jdbcDriver
[echo] org.apache.portals.graffito.test.database.user : sa
[echo] org.apache.portals.graffito.test.database.password : sa
[echo] org.apache.portals.graffito.test.database.path :
C:/Utilities/jetspeed2/jetspeed-database
/scripts/jdbc/hsqldb-1.7.1.jar
[echo] org.apache.portals.graffito.test.jetspeed : false
BUILD FAILED
File...... C:\Utilities\graffito\trunk\maven.xml
Element... maven:reactor
Line...... 77
Column.... 40
Unable to obtain goal [test:test] --
C:\Utilities\graffito\trunk\components\maven.xml:97:33: <sql> S
ource file does not exist!
Total time: 54 seconds
Finished at: Sat Jun 04 11:50:56 CEST 2005
C:\Utilities\graffito\trunk>