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

questions about dirset and depend task

2010-01-12 Thread 張毓成
Hi, everyone! I wanna ask two questions. 1. how to select folders and sub folders that contains the specific filetype, and excludes all files. e.g. select all folders that contains js files. i use the following script and it did not work. 2.how to use the depend task? I delele a java