RE: Moving jetspeed to mysql

2004-05-14 Thread Mark Orciuch
ny Musse [mailto:[EMAIL PROTECTED] > Sent: Friday, May 14, 2004 12:18 AM > To: Jetspeed Users List > Subject: Re: Moving jetspeed to mysql > > > I had a thought - what do the current CVS committers do at this point? > Would CVS be the best thing to use for Jetspeed-1 so that

Re: Moving jetspeed to mysql

2004-05-14 Thread Anony Musse
I had a thought - what do the current CVS committers do at this point? Would CVS be the best thing to use for Jetspeed-1 so that the tools like maven/ant could at least be verified to work with current CVS? I realized after I found maven rc1 and rc2 to act quite differently with the current Je

RE: Moving jetspeed to mysql

2004-05-14 Thread Daniel SELAM
would be welcome, Daniel. -Message d'origine- De : Jeremy Kuhnash [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14 mai 2004 02:46 À : Jetspeed Users List Objet : Re: Moving jetspeed to mysql Wanted to try and help ... possibly save some trouble: Basically use the attached sche

Re: Moving jetspeed to mysql

2004-05-13 Thread Jeremy Kuhnash
Wanted to try and help ... possibly save some trouble: Basically use the attached schema like so - # mysql -u [username] -p [database] < portal_dump.sql Migrating to mysql with the new maven stuff seem to be very broken, and the sql scripts in the distribution dont work for me (at least). L

Moving jetspeed to mysql

2004-05-13 Thread Daniel SELAM
Hi, I try to move jetspeed to mysql db following the online doc. I've changed project.properties and torque.properties accordingly, but get this error message during maven compilation : [junit] ERROR - Property: driver value: org.gjt.mm.mysql.Driver is not supported by DataSource: org.apache.comm