John Morrison wrote: > > I've looked at how this is done in the projects xml (it's a property) > and have been unable to come up with a satisfactory method of passing > this through cygpath as I can't think of a way of identifing this as > a path. Any ideas? I could check for dist. Is this constant enough? dist is most definately not constant enough. Define another attribute to property that describes what type it is, say type="path". Then in bash, <xsl:if test="$cygwin=1 and @type='path'>cygpath ... </xsl:if> Note: it might make sense for build.xsl to insert type="path" whenever it locates a reference='home' or 'jar' or 'jarpath'. - Sam Ruby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
