Re: junit behavior in ant 1.5 vs 1.3

2003-02-20 Thread Stefan Bodewig
On Thu, 20 Feb 2003, Manish Khettry <[EMAIL PROTECTED]> wrote: > 1. The standard output and error of the tests now goes to the > outfile instead of standard output. Well, really in addition to standard output if you use the withOutAndErr value for the printsummary attribute. > This causes proble

AW: Regular expression matching

2003-02-20 Thread Jan . Materne
I don´t know the JSP 2 Syntax and I don´t know what (exactly) you want to replace. But I did a quick hack in perl: Input: some stuff some stuff print this some stuff some stuff print this some stuff Output: some stuff some stuff ##print this## some stu

RE: Regular expression matching

2003-02-20 Thread Matt Raible
I'm no reqular expression expert - anyone have a clue how to replace my desired strings? Thanks, Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 12:07 AM > To: [EMAIL PROTECTED] > Subject: AW: Regular expression matching >

Re: Regular expression matching

2003-02-20 Thread Stefan Bodewig
On Thu, 20 Feb 2003, Matt Raible <[EMAIL PROTECTED]> wrote: > Is there a way that I can parse my .jsp files with a regexp matching > and convert all of: > > > > to simply: > > ${...} If you are able to write a regexp for this, is your friend. Stefan ---

Re: international encoding (hebrew) and property task

2003-02-20 Thread Stefan Bodewig
On Thu, 20 Feb 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > When I tried instead to get my hebrew message from a property file, > I got garbage, and I have a suspicion that the property task does > not process properly (or cannot process) files containing > UTF8. uses

Re: mailing list search

2003-02-20 Thread Stefan Bodewig
On Thu, 20 Feb 2003, Sebastien Blanc <[EMAIL PROTECTED]> wrote: > and I have the following link > http://archives.apache.org/eyebrowse/SearchList?[EMAIL PROTECTED] where have you found that link (we've certainly forgotten to update some links). Stefan

AW: Regular expression matching

2003-02-20 Thread Jan . Materne
Have you tried You can write your own filter for doing the substitution, or write your JSP not mit but with @out@, then you can use that as key and substitute it via or with . (not tested, but could work). I think the best way is to write a . Jan Matèrne > -Ursprünglic

RE: Regular expression matching

2003-02-20 Thread Matt Raible
Actually, what I'd like to do is be able to create a JSP 1.2 version of my app (with c:out) and a JSP 2.0 (with c:out stripped out). I'd like to have this as a switch when I run my build.xml. Matt > -Original Message- > From: Craig Berry [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Febr