I now believe it is because of Eclipse. Tomorrow I will test it.
By the way, I want to use this ASCII art:
,-._.-._.-._.-._.-.
`-. ,-'
.----------------------. | |
| | | |
| | | |
| | | |
| | ,';".________.-.
| | ;';_' )]
| | ; `-|
| `. `T- |
`----------------------._ \ | |
`-; | |
|..________..-|
/\/ |________..|
,'`./ >,( |
\_.-|_/,-/ ii | |
`."' `-/ .-"""|| |
/`^"-; | ||____|
/ / `.__/ | ||
/ | ||
| ||
In the speech ballon I want to write something like: "Successfully installed ..."
"Rebhan, Gilbert" <Gilbert.Rebhan@huk-coburg.de> wrote:
forget the line
...
then you do not need to go the way via multilineproperty
and wrap every line between \n ... \ =
...
not needed when using
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:Gilbert.Rebhan@huk-coburg.de]
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 go the way via multilineproperty
and wrap every line betwenn \n ... \ =
when no destfile attribute specified it appears on stdout
result =
[concat] Bla blubbbber
[concat] asda
[concat] ASDF
[concat] 12345678
[concat] asdf
with commandline ant but _caution_ also beautified in eclipse ;-))
Regards, Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.
|