Henning P. Schmiedehausen wrote:

[EMAIL PROTECTED] writes:

Hi,

of course I've built the generator and use this in my application
without prefix.  I do set the values in my build.properties, though,
which seem to make a difference.

are you using the maven plugin or the build-torque.xml ant file??
the rttests are based on the ant file ...


Why does "initialID" need no prefix?


torque.initialID = ${initialID}


If I comment out the settings in my build.properties, it still does not work:


> insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1000, 'TABLE_1', $initialIDValue, $initialIDStep);

insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1001, 
'TABLE_2', $initialIDValue, $initialIDStep);
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1002, 
'TABLE_3', $initialIDValue, $initialIDStep);

This wants more investivation.

the rttest are working now ... (maven runtime:test)
had no time to check if the maven plugin has any problems ...

I'll look into this tonight. Sorry for the trouble.

no problem ... shit happens ;-)


Regards Henning






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



Reply via email to