Re: "available" shouldn't actually load the class; just see if it's resolvable

2004-11-09 Thread Conor MacNeill
David Smiley wrote: I suggest the name "load" instead since that is the java vernacular for what's happening. I also suggest that the next snapshot implementing this have it default to "false" and we'll get a feel for wether this is a problem at that time. Unfortunately that would not be backwa

Re: "available" shouldn't actually load the class; just see if it's resolvable

2004-11-09 Thread David Smiley
Peter Reilly wrote: David Smiley wrote: Does anyone want to offer their opinion? It should be an easy change and I think it would be very unlikely if this broke any existing builds. It will break some builds. Using the current method, the script knows that the class is present and useable, and

Re: "available" shouldn't actually load the class; just see if it's resolvable

2004-11-09 Thread Peter Reilly
David Smiley wrote: Does anyone want to offer their opinion? It should be an easy change and I think it would be very unlikely if this broke any existing builds. It will break some builds. Using the current method, the script knows that the class is present and useable, and so it can be used lat

RE: "available" shouldn't actually load the class; just see if it's resolvable

2004-11-09 Thread Dominique Devienne
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of David Smiley > > Does anyone want to offer their opinion? It should be an easy change > and I think it would be very unlikely if this broke any existing builds. > I think it's a reasonable request, but to keep the former behavior as-is, I'd si

Re: "available" shouldn't actually load the class; just see if it's resolvable

2004-11-09 Thread David Smiley
Does anyone want to offer their opinion? It should be an easy change and I think it would be very unlikely if this broke any existing builds. ~ Dave David Smiley wrote: Hello. Recently I got the uddi4j source and I rant it's ant build script. It turns out that it would conditionally compile s

"available" shouldn't actually load the class; just see if it's resolvable

2004-10-29 Thread David Smiley
Hello. Recently I got the uddi4j source and I rant it's ant build script. It turns out that it would conditionally compile some extras if I have Apache's soap & axis projects on the classpath. I checked this via: property="apache-soap.available" /> prope