[ http://issues.apache.org/jira/browse/JS2-598?page=comments#action_12441586 ] David Sean Taylor commented on JS2-598: ---------------------------------------
Try setting the following properties in your build.properties: org.apache.jetspeed.production.database.default.name=mysql org.apache.jetspeed.production.database.url = jdbc:mysql://j2-server/j2 org.apache.jetspeed.production.database.driver = com.mysql.jdbc.Driver org.apache.jetspeed.production.database.user = scott org.apache.jetspeed.production.database.password = ******** org.apache.jetspeed.production.jdbc.drivers.path=/usr/local/apache/jdbc/mysql-connector-java-3.1.7-bin.jar set these properties for your specific database, it doesnt have to be mysql, just an example > binary build using maven plugin failed > -------------------------------------- > > Key: JS2-598 > URL: http://issues.apache.org/jira/browse/JS2-598 > Project: Jetspeed 2 > Issue Type: Bug > Components: Project Build > Affects Versions: 2.0-FINAL > Environment: Windows XP > maven 1.0.2 > Reporter: Cynick Young > Priority: Blocker > > BUILD FAILED > File...... C:\Documents and > Settings\xxx\.maven\cache\maven-jetspeed2-plugin-2.0\plugin.jelly > Element... fail > Line...... 698 > Column.... 91 > unsupported target database: > Total time: 10 seconds > Finished at: Wed Oct 11 16:18:04 EDT 2006 > Here is my build.properties > basedir = c:/home/mytestportal > # required portal configuration properties > org.apache.jetspeed.portal.home = c:/home/mytestportal > org.apache.jetspeed.portal.groupId = myprojects > org.apache.jetspeed.portal.artifactId = myportal > org.apache.jetspeed.portal.name = My Test Portal > org.apache.jetspeed.portal.currentVersion = 2.0 > portals.bridges.version = 1.0 > derby.version = 10.1.2.1 > CATALINA_HOME = C:/Program Files/Apache Software > Foundation/apache-tomcat-5.5.20 > # required application server properties > org.apache.jetspeed.server.home = ${CATALINA_HOME}/ > org.apache.jetspeed.server.shared = > ${org.apache.jetspeed.server.home}/shared/lib/ > org.apache.jetspeed.deploy.war.dir = > ${org.apache.jetspeed.server.home}/webapps/ > org.apache.jetspeed.services.autodeployment.user = j2deployer > org.apache.jetspeed.services.autodeployment.password = j2deployer > org.apache.jetspeed.catalina.version.major = 5.5 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
