I like the basic idea you're proposing here, but it seems like you're overloading the 
two options now.

How about:

--server-side means "generate server side code and deployment descriptors"

--noDeploy means "if --server-side is specified, don't bother with deployment 
descriptors"

That seems cleaner/less confusing to me.

--Glen

> -----Original Message-----
> From: Russell Butek [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 11, 2002 8:57 AM
> To: [EMAIL PROTECTED]
> Subject: WSDL2Java --server-side and --skeletonDeploy
> 
> 
> Glen brought up a good point to me this morning.  I'm going 
> to code it up.
> If anyone has serious doubts about it, please let me know ASAP.
> 
> Right now --skeletonDeploy requires --server-side.  If you 
> don't specify
> --server-side with --skeletonDeploy, WSDL2Java fails.  But 
> Glen suggested
> that --skeletonDeploy should imply --server-side.  Sounds 
> like a good idea
> to me.
> 
> So, if you only specify --server-side, it assumes 
> --skeletonDeploy true and
> generates deploy.wsdd, undeploy.wsdd, Impl, and Skeleton.  If you only
> specify --skeletonDeploy, it assumes --server-side and generates
> deploy.wsdd, undeploy.wsdd, Impl, (and Skeleton only if 
> --skeletonDeploy
> true).
> 
> Russell Butek
> [EMAIL PROTECTED]
> 

Reply via email to