You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Simic Marko <ma...@beotel.yu> on 2002/08/21 02:46:39 UTC

PostgreSQL 7.2.1 on Win32 platform and Turbine

I am trying to setup new Turbine application on Windows 2K with J2SE 1.3.1,
PostgreSQL 7.2.1 DB (running on Cygwin) and default postgre JDBC drivers
provided by TDK 2.1 downloaded 2 days ago (I have also tried with brand new
dev drivers from jdbc.postresql.org). Did anybody succeed in this job?
I saw that setup script does not support windows installation (actually DB
and tables creation, there's no windows.vm file) and beside that, after
manual creation od DB I am getting errors all the time during "ant init"
operation. To be more precise:

turbine-sql:
     [echo] +------------------------------------------+
     [echo] |                                          |
     [echo] | Generating SQL for Turbine base system!  |
     [echo] |                                          |
     [echo] +------------------------------------------+
[torque-sql]
F:\java\tdk-2.1\webapps\cmarket\WEB-INF\src\sql\turbine-schema.sql

BUILD FAILED

F:\java\tdk-2.1\webapps\cmarket\WEB-INF\build\build.xml:207: Exception
thrown by
 'generator.parse'. For more information consult the velocity log.

Total time: 2 seconds

Any tip or help ot maybe link?

Thank you,
Marko Simic


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


RE: PostgreSQL 7.2.1 on Win32 platform and Turbine

Posted by Stephen Haberman <st...@chase3000.com>.
> 
> F:\java\tdk-2.1\webapps\cmarket\WEB-INF\build\build.xml:207: Exception
> thrown by
>  'generator.parse'. For more information consult the velocity log.
> 

Consult the velocity log and see what the error is.

- Stephen


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