----- Original Message ----- From: "John Volkar" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 9:37 AM Subject: RE: Task design question
> > We've actually considered doing all the above work thru a java JDBC based > program, but were afraid it would be slow. In answer to one of your > original points, it would be the most portable though. This is how it is done at my company. Each JUnit class populates the DB with the required data. Any constraint problems or other SQLExceptions would reveal present data (or another problem) in the DB tables. We have a custom class that uses JDBC to populate our DB. It works for us. T Master -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>