Re: default excludes in

2007-01-08 Thread paul . arzul
Quoting [EMAIL PROTECTED]: > hi, > > using a slightly modified version of the last example: > > > and without setting .setIncludes() or .setExcludes(), i'm picking up > .cvsignore > files. do default excludes not apply to .createDataType("

default excludes in

2007-01-04 Thread paul . arzul
hi, using a slightly modified version of the last example: and without setting .setIncludes() or .setExcludes(), i'm picking up .cvsignore files. do default excludes not apply to .createDataType("fileset")? btw, the double space in that ex

Re: AW: how to access/iterate id in

2007-01-04 Thread paul . arzul
Quoting Peter Reilly <[EMAIL PROTECTED]>: > On 1/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Quoting [EMAIL PROTECTED]: > > > > > project.getProperty("source.dirs"); > > > > source.dirs is an id, not a property. i assume the distinction is > important, > > since getProperty returns null

Re: AW: how to access/iterate id in

2007-01-04 Thread paul . arzul
Quoting [EMAIL PROTECTED]: > project.getProperty("source.dirs"); source.dirs is an id, not a property. i assume the distinction is important, since getProperty returns null (which is correct but unhelpful). - p - To unsubscri

how to access/iterate id in

2007-01-04 Thread paul . arzul
hi all, if someone could point me to relevant docs i would be grateful-- the ant api appears 404: i'm trying to access an ant id in javascript: but .getId is

Re: xmlvalidate: check for well-formedness *only*

2006-12-21 Thread paul . arzul
Quoting Jacob Kjome <[EMAIL PROTECTED]>: > > According to the Xerces features doc [1], set validation [2] and > nonvalidating.load-external-dtd [3] features to "false" to turn off > DTD/Schema validation/loading. I haven't tried this myself. so YMMV. thanks jacob. i thought i'd already tried

selecting empty directories

2006-12-20 Thread paul . arzul
hi all, how do you select empty directories/folders? (a directory which has no files or folders in it?) i don't want to exclude them, i want to list and warn about them (so is no help). i've tried dozens of options, faq, etc. and many convoluted attempts later, i'm left looking at what seems th

Re: xmlvalidate: check for well-formedness *only*

2006-12-19 Thread paul . arzul
Quoting [EMAIL PROTECTED]: > any progress or workaround on that (for ant stable 1.6.5)? i've got this working, but at a snail's pace... not surprising since the following is rather io intensive (as well as unidiomatic): you'll notice 2 optional

xmlvalidate: check for well-formedness *only*

2006-12-19 Thread paul . arzul
hi all, nicola mentioned about 3 years ago the same problem: any progress or workaround on that (for ant stable 1.6.5)? i'm backing up source and doing sanity checking to make sure the files aren't fubar, so i