Java Reference
In-Depth Information
15. Right-click the dukes-shipment project and select Deploy.
The dukes-shipment project requires the file jersey-client.jar , which
is located in as-install /lib/modules/ . If you get a Resolve References error
when you first try to build dukes-shipment , you can resolve the error by loc-
ating this file.
To Build and Deploy the Duke's Forest Application Using Ant
1. In a terminal window, go to:
tut-install /examples/case-studies/dukes-forest/events/
2. Enter the following command to build the events.jar file:
ant
3. Go to the dukes-resources directory:
cd ../dukes-resources
4. Enter the following command to build the dukes-resources.jar file:
ant
5. Go to the dukes-payment directory:
cd ../dukes-payment
6. Enter the following command:
ant all
7. Go to the dukes-store directory:
cd ../dukes-store
8. Enter the following command:
ant all
9. Go to the dukes-shipment directory:
cd ../dukes-shipment
10. Enter the following command:
ant all
Running the Duke's Forest Application
Running the Duke's Forest application involves several tasks, among them the following:
• Registering as a customer of Duke's Store
Search WWH ::




Custom Search