hello, try using torque.useClasspath = true in your torque properties files
maybe other properties in http://db.apache.org/torque/properties-reference.html R --- pavel <[EMAIL PROTECTED]> a �crit�: > Looking at your schema I have noticed that you do not have name of > your > database specified: > > <database name="databasename"> > > I have not read your previous message so this may not solve the > problem. At > least one more thing is right. :-) > > regards, > > pavel > > ----- Original Message ----- > From: "Robert Douglass" <[EMAIL PROTECTED]> > To: "Turbine Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, February 05, 2002 10:15 PM > Subject: RE: tdk: day 4: cannot build newapp > > > > 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] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ===== ------------------------------------ | Rapha�l Pi�roni | | 33+ 223 351 354 | | mailto:[EMAIL PROTECTED] | | http://www.dexem.com | | mailing:[EMAIL PROTECTED] | ------------------------------------ ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
