You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Guido Sohne <gu...@sohne.net> on 2002/09/27 19:44:11 UTC

Re: Forgive me if you got my last email. This is the same!

On Sun, Oct 27, 2002 at 01:34:46AM -0500, Jordan Rivington wrote:
> BUILD FAILED
> file:C:/tdk-2.2-b3/webapps/ROOT/WEB-INF/build/buil
> ception thrown by 'generator.parse'. For more info
> velocity log, or invoke ant with the -debug flag.

You should send your velocity.log as well. It would be a good
idea to edit it down to the last few errors or lines.

Off the top of my head, I cannot say what is going wrong
for sure. My guess is that your database schema (XML) has
a problem in it, maybe that is why it cannot parse it.

What version of the tdk are you using ? And what is your
database schema (XML) like ? 
 
> 
> Thanks in advance
> 
> Sincerely,
> 
> Jordan Rivington - The guy who knows stuff!


> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Choosing between turbne and cocoon

Posted by Yatin Shah <yg...@kripa.com>.
Has anyone done any comparison between these frameworks?
I'm interested in ease of use, performance and stability of these products.
-Yatin

-- 
Yatin Shah, President                       mailto:ygs@kripa.com
Kripa Inc.                                  http://www.kripa.com
Dayton, New Jersey USA                      phone:  732.329.8303
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Developers of real time event driven distributed DB application



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Forgive me if you got my last email. This is the same!

Posted by Jordan Rivington <jo...@sympatico.ca>.
Ok,

This problem is gone now, however I am now having a problem loading
org.gjt.mm.mysql.Driver driver for the MySQL database. I have put several
versions of the jar file and upacked the jar into the org.gjt and som on
directories and I have put all of them into the classpath. However, the
error remains. I am using Ant 1.5 (tried 1.4 also), TDK 2.2-b3 and the usual
J2SDK 1.4.0_02. Im stumped. I tried the official MySQL driver and the
included driver in the TDK.

These are my database attributes in build.properties

target.database = mysql
database.name = sourcemine
database = ${target.database}
createDatabaseUrl = ${jdbc:mysql://127.0.0.1/sourcemine}
buildDatabaseUrl = ${jdbc:mysql://127.0.0.1/sourcemine}
databaseUrl = ${jdbc:mysql://127.0.0.1/sourcemine}
databaseDriver = ${org.gjt.mm.mysql.Driver}
databaseUser = ${sourcemine}
databasePassword = ${codenet}
databaseHost = ${127.0.0.1}

I have also attached the full build.properties and build.xml

Thanks in advance!

Jordan Rivington

-----Original Message-----
From: Guido Sohne [mailto:guido@sohne.net]
Sent: Friday, September 27, 2002 1:44 PM
To: Turbine Users List
Subject: Re: Forgive me if you got my last email. This is the same!


On Sun, Oct 27, 2002 at 01:34:46AM -0500, Jordan Rivington wrote:
> BUILD FAILED
> file:C:/tdk-2.2-b3/webapps/ROOT/WEB-INF/build/buil
> ception thrown by 'generator.parse'. For more info
> velocity log, or invoke ant with the -debug flag.

You should send your velocity.log as well. It would be a good
idea to edit it down to the last few errors or lines.

Off the top of my head, I cannot say what is going wrong
for sure. My guess is that your database schema (XML) has
a problem in it, maybe that is why it cannot parse it.

What version of the tdk are you using ? And what is your
database schema (XML) like ?

>
> Thanks in advance
>
> Sincerely,
>
> Jordan Rivington - The guy who knows stuff!


> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>