RE: AW: Escape character of @ in Ant

2006-07-10 Thread Res Pons
Thanks, somehow that didn't work for me, don't know why. But @ works perfectly. thanks again Original Message Follows From: <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Subject: AW: Escape character of @ in Ant Date: Tue, 11 Jul 2006 06:40:37 +0200 MIME-Version: 1.0 Received: fr

RE: Escape character of @ in Ant

2006-07-10 Thread Res Pons
Great thank you, that works Original Message Follows From: "bill/wilandra" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "'Ant Users List'" Subject: RE: Escape character of @ in Ant Date: Mon, 10 Jul 2006 21:01:27 -0700 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227

AW: Escape character of @ in Ant

2006-07-10 Thread Jan.Materne
Just using that works for me Jan x.at-sign=@ >-Ursprüngliche Nachricht- >Von: bill/wilandra [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 11. Juli 2006 06:01 >An: 'Ant Users List' >Betreff: RE: Escape character of @ in Ant > >What I found at http://www.w3schools.com/tags/

RE: Escape character of @ in Ant

2006-07-10 Thread bill/wilandra
What I found at http://www.w3schools.com/tags/ref_ascii.asp is that the at sign can be represented at @. I could not find another representation of it. HTH Bill -Original Message- From: Res Pons [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 8:39 PM To: user@ant.apache.org Subject

Escape character of @ in Ant

2006-07-10 Thread Res Pons
could someone please tell me how I escape @ to pass it form my .build.properties into the build.xml &atsign; Thanks _ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-u

Unable to determine generated class

2006-07-10 Thread Jose Ventura
Hi all, I'm newbie ant user and I've a problem in an antlr target. When ant proccess the it say "Unable to determine generated class". I've compared my build.xml file whit another file with antlr target too, and I haven't founded the problem. Do someone know wha

RE: ANT script fails to run when path contains '!'

2006-07-10 Thread Keith Hatton
This could be because the ! character indicates a resource within a JAR file. (see http://java.sun.com/j2se/1.5.0/docs/api/java/net/JarURLConnection.html) Hope this helps Keith -Original Message- From: madhuvanti joshi [mailto:[EMAIL PROTECTED] Sent: 10 July 2006 06:20 To: Ant Users Li