This is a line from the 'WebsphereDeploymentTool.java' file:
var.setValue(getTask().getProject().getProperty("websphere.home") +
"/lib");
Is there a reason why the home directory of websphere has to be set by using
the 'websphere.home' property? Isn't it more logical to pass it as a
parameter? If you don't set that property, you'll get a NullPointerException
with the message 'Unable to deploy'. I don't think the docs refer to this
problem, so nobody will know why they get an exception.
Thnx,
Geroen
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>