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=18091>.
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=18091

EJB tasks: 'websphere.home' is misspelled 'webpshere.home'

           Summary: EJB tasks: 'websphere.home' is misspelled
                    'webpshere.home'
           Product: Ant
           Version: 1.5.2
          Platform: All
               URL: http://http://ant.apache.org/manual/index.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following line from the documentation on EJBJAR for websphere is wrong:
<property name="webpshere.home" value="${was4.home}"/>
It should be corrected to:
<property name="websphere.home" value="${was4.home}"/>

It results in the following error when running the task:
The 'websphere.home' property must be set when 'ejbdeploy=true'

Reply via email to