UnifiedViews / Packages

Other
0 stars 1 forks source link

Prefill the target/lib directory with required libs #10

Closed ghost closed 10 years ago

ghost commented 10 years ago

The directory of {module.path property}/lib/ should be prefilled with libs which are generated in Core/target/lib when building UV core sources (the lib submodule). In 1.3.1 these include: commons-lang3-3.0.jar httpclient-osgi-4.3.3.jar httpcore-osgi-4.3.2.jar org.apache.servicemix.bundles.jsch-0.1.49_1.jar org.osgi.compendium-4.3.1.jar

Maven can be used to obtain them by issuing commands in Core sources:

cd lib
mvn install
cd ../target/lib
ls
ghost commented 10 years ago

The module.path property, at least I hope, will be set to /var/lib/unifiedviews/target/ where dpu subfolder and lib subfolder has to be created by post install script.

I would also opt that the general.workingdir would be /var/lib/unifiedviews/backend/working but its your decision, just let me now the correct locations (i will adjust my installations).