DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9973>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9973 Answer for groelen Summary: Answer for groelen Product: Ant Version: 1.5Beta2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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, Groelen: Environment Variables are global and do not cause recompile when updated. Danke, ~Martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
