Armin Waibel schrieb:

Think this is problem caused by xdoclet itself, because the error starts with
error: xjavadoc.TokenMgrError:
I suppose you need a Java5/6 compatible xdoclet version (xjavadoc).
hmmm... where can i get it ?
I use under Linux the latest SUN Java SDK with eclipse and the latest ojb_blank, nothing more ..

This error always pop up when using hsql. Simply ignore it.
i use mysql - not hsql (i have try it too, but the same error)
It looks like, that the sql file will be executed on the command line with bash interpreter (and not something like "mysql -u whatever -p ...< [sql-file]" )

Running torque/ddlutils can cause some drop-table error logs at the first time run, when tables do not exist (running hsql with in-memory mode this always happens).
i understand, but again, i use mysql.

There are some things i cant understand:
If i run the buildfile with target "create-db" it will try to create the db and creates succsessfull the SQL Files - BUT forgets some XML Files to create/change (sometimes). I must every time run first the target "build" and then the "create-db" - althought create-db depends on build ... !?
In other words:
if i run the target "create-db" some times, with existing xml Files, these files will not be overwritten, only when i run the "build" target.
Ok, this ist not a big problem, but i dont know why.


The other thing (and for me a much more problem)
the ant task forget foreign keys of the classes.
I think, there is somewehre a problem in the java File - NOT in ojb / builder, but i dont get any error, something like "a field ist not persistent" or similar. My Java code is very big - i am desperating to find the error in the code, if the ant task dont help me....


Hans

p.s. is there a chance to write in german ? (english is very hard to me)


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

Reply via email to