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
r IDE :-) Regards, 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

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: 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:

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
Or is there a task to print the contents of a text file (not trimming spaces)? "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: hm, maybe you could use a multilineproperty the format has to be written like that = myasciiart=\n line0 \ \n line1 \ \n line2 \ \n line3 \ \n line4 \ \n line5 \ \n

RE: doesn't work for ASCII art

2006-08-09 Thread Rebhan, Gilbert
hm, maybe you could use a multilineproperty the format has to be written like that = myasciiart=\n line0 \ \n line1 \ \n line2 \ \n line3 \ \n line4 \ \n line5 \ \n line6 \ you have to wrap every line of your ascii art between \n and \ and then ${myasciiart} Regards, Gilbert -Origina