[ http://issues.apache.org/jira/browse/BEEHIVE-661?page=comments#action_64959 ] Jeremiah Johnson commented on BEEHIVE-661: ------------------------------------------
Steve, If you work on this, could you please update docs/wsm/sample_Employee.html? Just a few minor issues: In the instructions for placing derby.jar, the path C:/beehive_projects/EmployeeWS/WEB-INF/lib is used - that should be C:/beehive_projects/wsm-employee/WEB-INF/lib to be consistent with the previous instructions in that file (under 'To Copy the Application to a Project Folder'. Resolve the copy / paste errors under 'Edit the build.properties Files' (i.e. should be "Open the file C:/beehive_projects/wsm-employee/WEB-INF/build.properties in a text editor." The correct the compile step: ant ... build deploy.war You can't use clean because clean removes WEB-INF/lib (which you just put derby.jar into). The deploy target doesn't exist - the most relevant target is deploy.war. > distribution doesn't include wsm-employee / EmployeeWS > ------------------------------------------------------ > > Key: BEEHIVE-661 > URL: http://issues.apache.org/jira/browse/BEEHIVE-661 > Project: Beehive > Type: Bug > Components: Documentation, Samples > Environment: Beehive Dist 20050510 > Reporter: Jeremiah Johnson > Assignee: Steve Hanson > Fix For: V1 > > bash05102005 > The following documents reference wsm-employee or EmployeeWS, but it is not > part of the distribution. Since it is so well documented, it should probably > be included in the dist. > samples/README.txt > docs/setup.html > docs/wsm/sample_AddressBook.html > docs/wsm/sample_Employee.html > docs/docs/index.html > docs/controls/sample_controls-db.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
