Thank you Dieter, Rick,

I get the same result with or without the tdk.home property, and have
therefore concluded it is superfluous. I got the build to succeed with the
current settings by erasing all the tables from my database and editing the
schema.xml file to look like this:

<app-data>
  <database/>
</app-data>
// works!


I then added this:
<database>
    <table name="TEXTREPO" idMethod="idbroker">
        <column name="REPOID" required="true" primaryKey="true"
type="INTEGER"/>
        <column name="TEXTNAME" size="255" type="VARCHAR"/>
  </table>
</database>
// broken!

and the table was created with the appropriate columns, so I'm assuming that
my db settings and schema.xml file are fine and don't need to be adjusted.
However, I get the very same error now that there is a "foreign" table in
the database.

I also downloaded and confirmed this behavior using 2.2_01, 2.2a1, and
2.2a2.

Can anybody describe to me the steps I would need to take to run this ant
task inside Eclipse and set breakpoints?

-Robert


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

Reply via email to