Frank Hess wrote:

> 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.
> 
...


 
> 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"/>


which jdk are you using??
never installed win98 ;-)
on win2k with sun jdk1.3.0 or 1.3.1 everything works fine ...


> 
> 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. 


have you checked if the tables are created in your db???
if you take a look on the .sql file you'll see there are drop statements 
for each table, so if you create the database the first time you always 
get the 'table does not exist' messages

martin



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to