RE: ANTLR task doesn't update its output

2004-06-28 Thread Mani G. Iyer
rs/smishra/aic/jtp/beta/java/lib/antlr.jar ant -f antlr-build.xml compileParser I got the same result as before. I'm quite certain the classpath is being used correctly, I removed the reference to antlr.jar from the build file. Sunil On Jun 28, 2004, at 6:06 PM, Mani G. Iyer wrote: >

RE: Junit error

2004-06-28 Thread Mani G. Iyer
ct: Re: Junit error Can it be that you have a different version of ANT installed and its jars are on CLASSPATH? - Alexey. Mani G. Iyer wrote: >Hello: > >When I run a JUnit test ( via Ant of course) on a class that has >weblogic.jar in its classpath I get the following error: &

RE: ANTLR task doesn't update its output

2004-06-28 Thread Mani G. Iyer
Sunil: I think you need to put antlrtool.jar in your classpath. Let me know how that works. mani -Original Message- From: Sunil Mishra [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 6:34 PM To: Ant Users List Subject: Re: ANTLR task doesn't update its output But, if it were a

RE: Out of memory with javac

2004-05-25 Thread Mani G. Iyer
Darin: Can you isolate a particular java program that causes this out of memory exception? Are there a lot of files to troubleshoot? Mani -Original Message- From: Darin Swanson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 4:09 PM To: Ant Users List Subject: RE: Out of memory

RE: Problem to set property with refid

2004-05-18 Thread Mani G. Iyer
Are there any *.java files under those packages? Mani -Original Message- From: Neta Bar Tal [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 12:21 PM To: Ant Users List Subject: Problem to set property with refid Hi all, I'm trying to do the following:

RE: Is there a way to update the Class-Path in a manifest?

2004-05-14 Thread Mani G. Iyer
I am not too familiar with regular expressions but basically you will need to do a replace of Classpath: *\n with Classpath: * new.jar\n or Classpath: new.jar *\n HTH mani -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 20

RE: uptodate question

2004-05-13 Thread Mani G. Iyer
Andrey: You are right. If the timestamps are equal then it is set to true. I think it should be set to false. I tried the task from Ant-contrib and that behaves the same way too. Is it a documentation defect or a design defect? Mani -Original Message- From: Andrey Grishin [mailto:

RE: Echo a patternset

2004-05-05 Thread Mani G. Iyer
: ${fs.value} patternset : ${ps.value} Buildfile: build.xml [echo] [echo] fileset: build.xml [echo] patternset : patternSet{ includes: [*.txt] excludes: [] } Jan > -Original Message- > From: Mani G. Iyer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 0