RE: Path question

2002-10-03 Thread Yyy Xxx
Use "location" instead of "value" in your property task. It will normalize the path and also document that you are dealing with files instead of arbitrary strings. Here's an example: buildDir-value = ${buildDir-value} buildDir-location = ${buildDir-location} InstallShieldComp

RE: applying mappers to fileset

2002-09-24 Thread Yyy Xxx
I second this wish. I'd like to see fileset have a mapper element which mapped includes, excludes and/or refid'd filesets. Consider a build that puts files *and their MD5 checksums* into a ZIP. It creates and populates a fileset which is passed to the checksum task. The same fileset is then pa

AW: Have you ever tried Jython with ANT?

2002-09-02 Thread Yyy Xxx
Jython 2.1 works with ANT out of the box if you use