classcast exception between build xmls

2006-07-11 Thread Shreedhar
ing false. Is this any issue with class loader ? I use java 1.5.0_06. What I am missing ? Thank you, Best regards Shreedhar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Uptodate task

2006-01-20 Thread shreedhar natarajan
.. The above snippet works for matching one target. But for multiple, not sure how to map it ? Any ideas ? Thanks and regards Shreedhar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cpp task

2006-01-11 Thread shreedhar natarajan
Hi all, How does the cpp task makes a decision to compile/not to compile a cpp file. How about the objs are re-created if they are dirty. I know in java ant compares the date of the src with the class file. Thanks Shreedhar -Original Message- From: shreedhar natarajan [mailto:[EMAIL

Exec

2006-01-11 Thread shreedhar natarajan
In ant api class Exec is reported as deprecated. Which is the class that implements task ? Thanks, Shreedhar -Original Message- From: shreedhar natarajan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 10:50 AM To: Ant Users List Subject: RE: scope of types well am

RE: scope of types

2006-01-11 Thread shreedhar natarajan
ement? -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "shreedhar natarajan" <[EMAIL PROTECTED]> wrote on 01/10/2006 07:46:21 PM: > Hi all, > > Does n't ant support type scope. i.e. I define property in

scope of types

2006-01-10 Thread shreedhar natarajan
Hi all, Does n't ant support type scope. i.e. I define property in one target and access it another target. Ant allows this. So that this mean everything defined is project scope. Thanks, Shreedhar - To unsubscribe, e

Property not resolving

2006-01-10 Thread shreedhar natarajan
Hi all, I have a strange problem. I have a filelist defined in say filelist.xml and I have a main build.xml that imports this filelist.xml. filelist refers to 2 properties. for eg.

Reading properties

2006-01-09 Thread shreedhar natarajan
come this? I tried to use a filter to change "\" to "\\" It does not seem to work. What could be the problem ? Bst rgds Shreedhar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Target dependency

2006-01-04 Thread shreedhar natarajan
). Thanks Shreedhar -Original Message- From: shreedhar natarajan [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 4:16 PM To: Ant Users List Subject: building with subant Sorry did n't edit subj. in my previous mail. Is there a way to execute all sub-builds with a single s

building with subant

2006-01-03 Thread shreedhar natarajan
hanks, Shreedhar -Original Message- From: Kev Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:23 AM To: Ant Developers List Cc: user@ant.apache.org Subject: [SPAM] - Re: Problem: Ant's SQL task does not support copy via indirection - Bayesian Filter detected sp

RE: [SPAM] - Re: Problem: Ant's SQL task does not support copy via indirection - Bayesian Filter detected spam

2006-01-03 Thread shreedhar natarajan
Is there a way to execute all sub-builds with a single subant call. For eg. The above call builds all sub-builds in current directory. I need to handle nested directories(not only the first level but also subsequent levels). Thanks, Shreedhar -Original Message- From

Compiling and Linking

2006-01-03 Thread shreedhar natarajan
Hi all, I want to use cc task to just compile the files and create obj without linking. After few steps, I just wud like to link the objs without compiling. Does CC provides a facility for that ? Thanks, Shreedhar - To

Reg. cpp task

2005-12-28 Thread shreedhar natarajan
re what is the best way to do that. Any examples wud be helpful. Best rgds Shreedhar -Original Message- From: Wascally Wabbit [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 11:48 AM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: Re: running mutliple ant files If y

RE: reg. target dependency

2005-12-27 Thread shreedhar natarajan
dependency(s) gets executed if the dependent target(s) did not (need to) run." if my target A fails, target B wud have to fail if it depends on A. but above statement looks contradictory !! How does the dependency taken care by "MAKE" is done here in A

reg. target dependency

2005-12-22 Thread shreedhar natarajan
s executed if the dependent target(s) did not (need to) run." if my target A fails, target B wud have to fail if it depends on A. but above statement looks contradictory !! How does the dependency taken care by "MAKE" is done here in ANT ? Best rgds Shreedhar -Original

Reg. Main target

2005-12-22 Thread shreedhar natarajan
target: ant_sample Now what is the diff. between Main targets and Other targets. How do I make a target as Main target and what is the purpose of it ? Bst rgds Shreedhar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 1:13 AM To

Ant queries

2005-12-21 Thread shreedhar natarajan
Guys, Hello from shreedhar, my first mail to this group. And I have couple of questions ! 1) I was goin through Ant core practices(Ant in anger document coming along the installation), it was mentioned that its primary purpose is to accelerate the construction and deployment of java projects