Hi,
in the moment i am a little bit frustrated. I ahv downloaded tdk-2.1.zip and have
builded a new application as
described in the HOWTO with ant and the following properties.
turbine.app = turbine
target.package = de.hess.turbine
target.directory = de/hess/turbine
tdk.home = .
app.root = share/sample
share.dir = share
After done so i tried to run ant init in the webapps/turbine/WEB-INF/build directory
with the following Database-
Settings for Mysql
databaseUrl=jdbc:mysql://127.0.0.1:3306/turbine
databaseDriver=org.gjt.mm.mysql.Driver
databaseUser=turbine
databasePassword=turbine
databaseHost=127.0.0.1
This user/password has the rights to create databases and tables in the mysql. By
running this ant process under
Windows98 my computer makes a complete shutdown without asking in the following line
of build.bat
<exec executable="${fullPathOutputDirectory}/sql/${script}"
failonerror="yes"/>
By trying the same procedure under Linux the output from ant init says, that the
following tables are missing for the
Insert-statements:
TURBINE_GROUP, TURBINE_ROLE, TURBINE_USER, TURBINE_USER_GROUP_ROLE
Only the tables ID_TABLE and REF are existing.
Knows someone a solution or a reason for this strange behaviour.
I think it can not be that someone who wants to use Turbine is debugging for over one
day only to create an new
running application. And i am really not an unexperienced developper.
Regards
Frank Hess
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>