I'm not exactly a regular contributor here, but wouldn't it be possible
to do some class loading stuff at some early point to find out if we can
actually load org.apache.ws.commons.*, and if not, then print the URL
and exit?
E.g, this code I saw somewhere:
try {
String macClassName = “com.apple.eio.FileManager”;
Class macClass = Class.forName(macClassName);
Method m = macClass.getMethod("openURL",
new Class [] { Class.forName("java.lang.String") });
m.invoke(null, new String [] { url });
} catch (Exception e) {
// Deal (via System.exec()?) with other platforms
}
Hope this helps.
Regards,
Oli
On Fri, 2006-05-19 at 08:23 +0200, Andreas Holtz wrote:
> Jochen Wiedmann schrieb:
> > Shahid Faiz wrote:
> >
> >
> >> I have tried to fine this org.apache.ws.commons.* but no success. Kindly,
> >> tell me where I can find these classes ??
> >>
> >
> >
> > http://cvs.apache.org/maven-snapshot-repository/org/apache/ws/commons/ws-commons-util/1.0-SNAPSHOT/
> The snapshot does not work for me. But this one did it:
> http://mirrorspace.org/files/index.php?dir=apache/java-repository/ws-commons-util/jars
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]