Re: file list without directory prepended how to get it
Hello, --- Narahari 'n' Savitha <[EMAIL PROTECTED]> wrote: > Consider this scenario friends. > > build.xml > | > |lib > | > > |--averyveryverylong.jar > > |--anotherlongjarfile.jar > > now when I
Re: file list without directory prepended how to get it
Hi savitha, have u ever tried antelope jar. It's very good extention of ant and has a lot of interesting tasks. (eg. if -else etc.) now for ur problem. It can be done very easily using fileutil task in antelope.jar something like this: include path is the key