First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -64,7 +64,64 @@ On some READMEs, you may see small images that convey metadata, such as whether
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
----------------------------------------------------------------------------------------------------------------------------------------------------------
STEP CONFIGURAZIONE IN LOCALE DEI PROGETTI DBCFX
----------------------------------------------------------------------------------------------------------------------------------------------------------
Pre-Requisiti:
a) Installare la versione di IntelliJ Community 2022.2.5
b) Installare sotto "C:/WebLogicServer10.3.6" il WLS versione 10.3.6 (scaricare versione .zip e scomparrate al path indicato)
c) Installare la versione jdk1.6.0_45
----------------------------------------------------------------------------------------------------------------------------------------------------------
Import dei Progetti sotto Intellij Community Edition
----------------------------------------------------------------------------------------------------------------------------------------------------------
1) Scaricare in locale da github i progetti (branch di interesse) ed "Open" della <root_folder> del Progetto
2) Aprire File > Project Structure, per settare SDK, Modules e Libraries
3) Setting della SDK (in Project) con il riferimento al path locale della jdk1.6.0_45
N.B.: per poter buildare DBCFX è necessario settare jdk > 1.6 in modalità compatibilità 1.6 per via di una classe inutilizzata che usa una libreria
della versione java successiva alla 1.6.0.45.
4) Setting dei seguenti Moduli (in Modules):
- <root_project>/gnpapp di tipo "Resources"
- <root_project>/gnpdev/crontab/src" di tipo "Sources"
- <root_project>/gnpdev/dbcfx/src" di tipo "Sources"
- <root_project>/gnpdev/dbcfxgo/src" di tipo "Sources"
Escludere i seguenti dalla build:
- <root_project>/domain" di tipo "Excluded"
- <root_project>/gnpdev/infoTracciatiFW" di tipo "Excluded"
- <root_project>/gnpdev/SecurityUtility" di tipo "Excluded"
- <root_project>/gnpdev/SFTPDaemon" di tipo "Excluded"
- <root_project>/gnpdev/sim" di tipo "Excluded"
5) Setting delle seguenti Librerie (in Libraries):
dal folder di progetto selezionare ed aggiungere:
- <root_project>/gnpdev/dbcfx/ear/res/APP-INF/lib"
- <root_project>/gnpdev/dbcfxgo/ear/res/APP-INF/lib"
- <root_project>/gnpdev/dbcfxgo/web/res/WEB-INF/lib"
- <root_project>/gnpdev/SFTPDaemon/lib" />
dal folder dove si è installata la WLS versione 10.3.6 aggiungere:
- <path_locale_wls_10.3.6>/modules"
- <path_locale_wls_10.3.6>/wlserver/server/lib"
----------------------------------------------------------------------------------------------------------------------------------------------------------
Progetto DBCFX (contiene i DBCFX e DBCFXGO)
----------------------------------------------------------------------------------------------------------------------------------------------------------
1) Modificare il file <dbcfx_branch>\FE\gnpdev\build\build.cmd settando la variabile JAVA_HOME al path locale della jdk1.6.0_45
2) Sotto la folder <dbcfx_branch>\FE\gnpdev\build\winxp aggiungere il file build_<username>.properties (i.e. "build_vincenzo.fariello.properties")
3) Configurare i path relativi a sdk.home - <path locale della jdk1.6.0_45> e weblogic.home - <path locale del wls 10.3.6>/wlserver.
4) Ripetere gli stessi step dall'1 al 3 sotto l'alberatura <dbcfx_branch>\FE\gnpdev\dbcfxgo\build, rispettivamente per i file build.cmd
ed il nuovo file "build_<username.personale>.properties" da creare sotto <dbcfx_branch>\FE\gnpdev\dbcfxgo\build\winxp.
----------------------------------------------------------------------------------------------------------------------------------------------------------
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.