Re: doesn't work for ASCII art

2006-08-09 Thread Dominique Devienne
Since leading whitespace may be stripped from your ASCII art, simply prepend each line with a little dot '.' (possibly followed by spaces), to work around the issue. The dots shouldn't affect the visual effect. --DD On 8/9/06, Hans Schwaebli <[EMAIL PROTECTED]> wrote: You mean "when not using AS

Re: doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
You mean "when not using ASCII art", because of that "feature"... Gilbert Rebhan <[EMAIL PROTECTED]> wrote: Hi, don't worry it's also in Eclipse 3.2 :-),which i use I wouldn't call it a bug, it's enough if you know that behaviour when using ascii art ;-) Gilbert Hans Schwaebli wrote: > Yes, I

Re: doesn't work for ASCII art

2006-08-09 Thread Gilbert Rebhan
Hi, don't worry it's also in Eclipse 3.2 :-),which i use I wouldn't call it a bug, it's enough if you know that behaviour when using ascii art ;-) Gilbert Hans Schwaebli wrote: > Yes, I use Eclipse. > > Thanks for the information you found. > > I will check why Eclipse 3.1.2 is doing this str

RE: doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
i once had a problem when generating a property file and java has the convention with \n line \ when it comes to multiline properties ... so you may use loadfile or concat Gilbert -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 2

RE: doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
PM To: Ant Users List Subject: RE: doesn't work for ASCII art Try it with adgl sdfsdf The result will be adgl sdfsdf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

RE: doesn't work for ASCII art

2006-08-09 Thread Rebhan, Gilbert
may use loadfile or concat Gilbert -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 2:41 PM To: Ant Users List Subject: RE: doesn't work for ASCII art you may also go with concat, as Jan already mentioned, then you do not need to g

RE: doesn't work for ASCII art

2006-08-09 Thread Rebhan, Gilbert
: doesn't work for ASCII art OK, i see, you have probs with leading spaces i think i have hit the problem i tried with --- Bla bluer asda ASDF 12345678 asdf --- and = ${bla} ec

RE: doesn't work for ASCII art

2006-08-09 Thread Rebhan, Gilbert
-Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 12:57 PM To: Ant Users List Subject: RE: doesn't work for ASCII art Try it with adgl sdfsdf The result will be adgl s

Re: doesn't work for ASCII art

2006-08-09 Thread James Abley
u had probs with linefeeds, but you wrote "multiple spaces are trimmed" why are spaces trimmed when using ??? Regards, Gilbert -Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 10:44 AM To: Ant Users List Subject: RE: doesn&#x

Re: doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
but you wrote > > "multiple spaces are trimmed" > > why are spaces trimmed when using ??? > > > Regards, Gilbert > > > > -Original Message----- > From: Hans Schwaebli [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 09, 2006

Re: AW: doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
er@ant.apache.org >Betreff: AW: doesn't work for ASCII art > >---8-<---8-<---8-<---8-<---8-<---8-<--- >8-<---8-< > > > line1 > > > line4-indented > line5 > > >---8-<---8-<---8-

RE: doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
echo] ASDF [echo] 12345678 [echo] asdf means the spaces on line 1 stay as they are show some snippets we need more details here Regards, Gilbert -Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 12:02 PM To: Ant Users List Subject: RE:

AW: doesn't work for ASCII art

2006-08-09 Thread Jan.Materne
... or when using external text files (not property-file) ... Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 9. August 2006 12:17 >An: user@ant.apache.org >Betreff: AW: doesn't work for ASCII a

AW: doesn't work for ASCII art

2006-08-09 Thread Jan.Materne
o:[EMAIL PROTECTED] >Gesendet: Mittwoch, 9. August 2006 12:04 >An: Ant Users List >Betreff: Re: doesn't work for ASCII art > >CDATA? > >Hans Schwaebli wrote: >> Doesn't work. Same effect. >> >> Lets say you have three spaces in a row. They

RE: doesn't work for ASCII art

2006-08-09 Thread Rebhan, Gilbert
spaces on line 1 stay as they are show some snippets we need more details here Regards, Gilbert -Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 12:02 PM To: Ant Users List Subject: RE: doesn't work for ASCII art Doesn'

Re: doesn't work for ASCII art

2006-08-09 Thread James Abley
ECTED] Sent: Wednesday, August 09, 2006 10:44 AM To: Ant Users List Subject: RE: doesn't work for ASCII art Or is there a task to print the contents of a text file (not trimming spaces)? "Rebhan, Gilbert" wrote: hm, maybe you could use a multilineproperty the format has to be

RE: doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
006 10:44 AM To: Ant Users List Subject: RE: doesn't work for ASCII art Or is there a task to print the contents of a text file (not trimming spaces)? "Rebhan, Gilbert" wrote: hm, maybe you could use a multilineproperty the format has to be written like that = myasciiart=\n lin

RE: doesn't work for ASCII art

2006-08-09 Thread Rebhan, Gilbert
when using ??? Regards, Gilbert -Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 10:44 AM To: Ant Users List Subject: RE: doesn't work for ASCII art Or is there a task to print the contents of a text file (not trimming space

RE: doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
\ \n line5 \ \n line6 \ you have to wrap every line of your ascii art between \n and \ and then ${myasciiart} Regards, Gilbert -Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 9:47 AM To: user@ant.apache.org Subject: doesn't

RE: doesn't work for ASCII art

2006-08-09 Thread Rebhan, Gilbert
-Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 9:47 AM To: user@ant.apache.org Subject: doesn't work for ASCII art I want to echo ASCII art. But since multiple spaces are trimmed, it does not work. How can I

doesn't work for ASCII art

2006-08-09 Thread Hans Schwaebli
I want to echo ASCII art. But since multiple spaces are trimmed, it does not work. How can I do it? - Yahoo! Music Unlimited - Access over 1 million songs.Try it free.