Regexp pattern list

2005-07-22 Thread Joyce Li
Hi, I need to search through a set of source code for certain keywords pattern. Normally, I would use However, the keyword list grow very long, about 20 or 30 of them. I tr

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
fixed, I'll submit it. Cheers, Joyce > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, October 29, 2004 4:25 PM > To: Ant Users List > Subject: RE: Using ant on Z/OS (OMVS) > > --- Joyce Li <[EMAIL PROTECTED]> wrote: >

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
, October 29, 2004 1:52 PM > To: Ant Users List > Subject: RE: Using ant on Z/OS (OMVS) > > --- Joyce Li <[EMAIL PROTECTED]> wrote: > > I does seems weird, but the full error I got is just > > org/apache/tools/ant/ExitException > > The command it executed was: &

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
ply a build.xml file, or run with -debug or -verbose mode, nothing helps. All I get is this ExitException. Joyce > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, October 29, 2004 1:28 PM > To: Ant Users List > Subject: RE: Using ant on Z/OS (

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
ly no experience here. > > However, since ant is Java, why do you need to convert anything? > > > On Fri, 29 Oct 2004 12:01:57 -0400, Joyce Li <[EMAIL PROTECTED]> wrote: > > Has anyone been able to run Ant successfully on Z/OS (OMVS)? > > > > I am using a normal Ant

Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
Has anyone been able to run Ant successfully on Z/OS (OMVS)? I am using a normal Ant 1.6.1 distribution and converted all the files under the bin folder to EBCDIC inorder to run them. I got the following exception with the command "./ant -version". org/apache/tools/ant/ExitException Ple

FilterChains - LineContains

2004-08-31 Thread Joyce Li
The LineContains filter reports lines that contain all strings listed. I want to search through files and find the ones that contains either string A or string B. Is there a way to accomplish this? Or do I have to write my own filter? Thank you, Joyce ---