Re: questions about dirset and depend task

2010-01-13 Thread Antoine Levy Lambert
Hello Cheney, you can probably build your dirset using a scriptselector see http://ant.apache.org/manual/CoreTypes/selectors.html#scriptselector about scriptselectors. read the section about library dependencies, you will needs bsf.jar and js.jar on the classpath I think if you add some cust

Re: SQl task error - A ? placed at beginning of lines of sql file

2010-01-13 Thread Antoine Levy Lambert
Hi, I would think that the bugger here is the "commit;" line. I think commit is something that the SQL task can do for you. Regards, Antoine mtbvang wrote: Removing the "SET FOREIGN_KEY_CHECKS=0" resolved the issue in my create table statement. Now I'm getting pretty much the same error in m