Deploy source code for testing
Booking management system for hotels, bed&breakfasts, guesthouses
Brought to you by:
labos
Hi,
We're trying to deploy the source code for Locanda application for educational purposes but we're not able to do so.
Details:
1- tried Ubuntu environment with eclipse.
2- tried Windows 7 environment with eclipse.
Whenever the project is loaded into eclipse, missing library appears (servlet api). After adding it manually, the application would build but will not run.
Note:
The web application is working perfectly from the already compiled version.
Your prompt response is highly appreciated.
Anonymous
Hi!
the fact is that we're using Maven for building the source code now. Since Maven is able to automatically retrieve the libraries from internet once you have defined the proper dependencies, there is no need to include the libraries in the source code anymore.
It's a more convenient way to manage the build process; in the build_instructions.txt file inside the root project there is a mini guide for building Locanda in few moves!