RE: how to make replace task not expand Java properties like ${user.home}

2008-11-18 Thread Harnack Frank
Hello, try $${user.home}/public_html ! Regards Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 5:43 AM To: user@ant.apache.org Subject: how to make replace task not expand Java properties like ${user.home} Hi. I'm wr

AW: how to make replace task not expand Java properties like ${user.home}

2008-11-18 Thread Knuplesch, Juergen
Never did this, but I would try sth like: -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. November 2008 05:43 An: user@ant.apache.org Betreff: how to make replace task not expand Java properties like ${user.home

how to make replace task not expand Java properties like ${user.home}

2008-11-18 Thread removeps-generic
Hi. I'm writing an ant task to replace APPBASE with ${user.home}/public_html The command does replaces APPBASE, but it expands ${user.home}. I don't want it to expand this variable as I will be copying server.xml to another location, and the expanded value of the Java property is differ