On 11 Sep 2002, <[EMAIL PROTECTED]> wrote: > + <property name="catalina.home" value="${basedir}/.."/>
As I've seen this explicit reference to basedir quite often. You could also use <property name="catalina.home" location=".." /> which is a more "Anty" way to do the same. Well, not quite, ${catalina.home} will be an absolute path instead of the absolute path of basedir with the String "/.." appended. Requires Ant 1.2 or better, so it should probably be save. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>