Re: replace < with < in property ??

2006-02-02 Thread Sujeet Banerjee
Hello Gilbert The attribute "regexp" represents the regular expression which is matched in the input string. You are trying to match a pattern that's a part of the input string. I'd suggest using perl (can be executed both in Linux/Win-x platforms) -Sujeet - Original Message - From

Re: Getting problem in running weblogic generated ant script

2006-02-02 Thread Sujeet Banerjee
Again, it seems that some WLI or WLW jars are not in your system CLASSPATH. Update your system CASSPATH. The IO exception is generated because you can not write into a JAR directly. It has to be first unzipped and stored temporarily. -Sujeet - Original Message - From: ashish To:

Re: Please Help

2006-02-02 Thread Sujeet Banerjee
Well, this looks like a Weblogic configuration problem. Did you contact Weblogic Support? -Sujeet - Original Message - From: Guruprasad R To: Ant Users List Sent: Thursday, February 02, 2006 3:44 PM Subject: Please Help Hi I am using an ant build script generated by we

Re: running external batch from ant

2006-01-10 Thread Sujeet Banerjee
Hello Lothar Did you try the <spawn="yes" ...> with the exec task? Regards ------ Sujeet Banerjee Member of Technical Staff Persistent Systems Pvt. Ltd. Visit us at www.p

Re: ant property

2005-02-25 Thread Sujeet Banerjee \(Ext. 3283\)
Hello Rajiv You can't reset prop-values. You can, however, override them. Call your target using antcall with the attribute inheritAll="false". Now within the target override the values by reassigning them with new values. - Sujeet - Original Message - From: "Rajiv Jaitly" <[EMAIL PROTE

Re: javac task

2005-02-22 Thread Sujeet Banerjee \(Ext. 3283\)
Hello Shigemoto Yeah, that's a weird problem I faced a lot. You can try the following: 1. add the complete path of aaa.jar and bbb.jar in your environment CLASSPATH. 2. Make it as - Sujeet - Original Message - From: "Shigemoto FUJIKURA" <[EMAIL PROTECTED]> To: Sent: Tuesd