Re: problem with macrodef in ant

2009-07-30 Thread edumudi.viswan...@oracle.com
I got ur point.. thank u very much. Regards, Vishy -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Wednesday, July 29, 2009 5:34 PM To: Ant Users List Subject: RE: problem with macrodef in ant The only real exploration I did was to review your code ;) When I

RE: problem with macrodef in ant

2009-07-29 Thread Scot P. Floess
Java" fork="yes"> Thanks & Regards, vishy -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Wednesday, July 29, 2009 2:37 AM To: Ant Users List Subject: RE: problem with macrodef in ant Oh your welcome - I hope it w

RE: problem with macrodef in ant

2009-07-29 Thread edumudi.viswan...@oracle.com
> > > > > > > > Thanks & Regards, vishy -----Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Wednesday, July 29, 2009 2:37 AM To: Ant Us

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
rom Scot P. Floess Sent Tue 7/28/2009 7:58 PM To Ant Users List Subject RE: problem with macrodef in ant No you miss my point completely... I don't think you need to set a property at all :) Look below. Specifically where I comment in your call to the task. I list the comment as &quo

RE: problem with macrodef in ant

2009-07-28 Thread Edumudi Viswanath
ul 2009, Edumudi Viswanath wrote: > > as u know, i used only one microdef for 2 different targets. will i try with > different macrodef for every target? > > -Original Message- >> From Scot P. Floess > Sent Tue 7/28/2009 4:49 PM > To Ant Users List > Subject RE

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
Scot P. Floess Sent Tue 7/28/2009 4:49 PM To Ant Users List Subject RE: problem with macrodef in ant Actually, why don't you just use this: Or some other kind of variant? Is there some reason you are trying to store that in a property? On Tue, 28 Jul 2009, edumudi.viswan...@oracle.com w

RE: problem with macrodef in ant

2009-07-28 Thread Edumudi Viswanath
as u know, i used only one microdef for 2 different targets. will i try with different macrodef for every target? -Original Message- >From Scot P. Floess Sent Tue 7/28/2009 4:49 PM To Ant Users List Subject RE: problem with macrodef in ant Actually, why don't you just

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
oogle. I tried but no use. Any suggestions? Thanks Vishy -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Tuesday, July 28, 2009 8:38 PM To: Ant Users List Subject: RE: problem with macrodef in ant Double check your setting of bindingarg:

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
n for that? Can u say how I need to search for that in google. I tried but no use. Any suggestions? Thanks Vishy -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Tuesday, July 28, 2009 8:38 PM To: Ant Users List Subject: RE: problem with macrodef in ant Double

RE: problem with macrodef in ant

2009-07-28 Thread edumudi.viswan...@oracle.com
: problem with macrodef in ant Double check your setting of bindingarg: For your first run, you set the property bingding.arg to: -b "@{bindingfile}" Of course assuming binding.arg wasn't already set ;) For your second run, you cannot reset binding.a

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
] Sent: Tuesday, July 28, 2009 8:16 PM To: Ant Users List Subject: RE: problem with macrodef in ant Below I proded the exception related information. I used the same code which I provided to you. Please check it. generate.service: [echo] Generating code using wsdl2java... [java] Loading

RE: problem with macrodef in ant

2009-07-28 Thread edumudi.viswan...@oracle.com
ogging.properties"/> > > > > > > > > > > -Original Message- From: edumudi.viswan...@oracle.com [mailto:edumudi.viswan...@oracle.com] Sent: Tuesday, July 28, 2009 8:16 PM To: A

RE: problem with macrodef in ant

2009-07-28 Thread edumudi.viswan...@oracle.com
essage- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Tuesday, July 28, 2009 7:39 PM To: Ant Users List Subject: Re: problem with macrodef in ant I tried your example but cutting down on everything in wsdl2java - meaning just used some statements... It worked fine for me: ant

Re: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
I tried your example but cutting down on everything in wsdl2java - meaning just used some statements... It worked fine for me: ant generate.service generate.service1 Buildfile: build.xml generate.service: [echo] file[wsdlfile1] [echo] bindingfile [buildingfile1] generate

problem with macrodef in ant

2009-07-28 Thread edumudi.viswan...@oracle.com
Hi Friends, I have macrodef in build.xml & it took parameters like wsdlfile & bindingfile from wsdl2java tag ie . Now, If I run macrodef with wsdlfile1 & bindingfile1, It works asusually. But if I run same macrodef again with wsdlfile2 & bindingfile2, In that case it taking previous bindingfi