Justin Lawler wrote: > Hi all, > > I was wondering if there was any better documentation for torque and torque ant >tasks other than on the torque site? > Specifically, i was wondering what the ant task "torque-datasql" is and how is it >different to "torque-sql"? Also what is "torque-datadtd"? > Also, I think I read in the documentation that you can create databases and tables >directly from the xml schema files in some other ant task? how would you go about >doing this?
there is no better doc at the moment (doc contributions are always welcome ;-) the datasql task generated sql to insert data while the sqltask creates sql to create the tables. the datadtd task creates a dtd file for the data.xml file look at the runtime tests. it includes tests for all task so you should be able to understand what they do. martin > > thanks in advance, > > Justin > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
