I have some troubles creating the .sql file to create the PSML Database. http://portals.apache.org/jetspeed-1/psml_db.html
I've taken Jetspeed 1.6-dev from the CVS. I've changed the projects.properties file in the source directory, altering "database = hypersonic" to "database = mysql". I run the standard Jetspeed build by typen "maven". All succeeds. However, this does not give me the file target/classes/sql/dbpsml-schema.sql. Here's a CVS diff: # cvs diff project.properties Index: project.properties =================================================================== RCS file: /home/cvspublic/jakarta-jetspeed/project.properties,v retrieving revision 1.18 diff -r1.18 project.properties 94c94 < database = hypersonic --- > database = mysql Is there something I am missing? Should I do something similar to 'make clean' (maven clean?) before building Jetspeed? Roel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
