Hm. I see. Actually, I'm not sure I really want the fancy code generation and compiling. I see the docs mention a way to do a dynamic client without all that by using ClientFactoryBeans, but then the details are absent (http://cwiki.apache.org/CXF20DOC/dynamic-clients.html). Are the details ClientFactoryBeans available anywhere?
Thanks, Lee > -----Original Message----- > From: Willem Jiang [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 7:23 PM > To: [email protected] > Subject: Re: DynamicClientFactory and ant > > We use the ant for searching the source in the directory for > using javac to compile the XJC generated file in the > DynamicClientFactory. > If you want to remove it , we have to write this part of > function codes ourself. > > Willem. > > > Lee Breisacher wrote: > > It seems a bit odd to me that DynamicClientFactory (a > runtime facility) depends on ant (a development tool). Is > there any plan to remove this dependency? > > > > Thanks, > > > > Lee > > > > >
