bodmo | d8e7e6c | 2021-11-10 11:07:38 +0100 | [diff] [blame^] | 1 | Kompilation von Project-Tests |
| 2 | ============================= |
| 3 | |
| 4 | Update: 22.04.20/FB |
| 5 | |
| 6 | Projekte: |
| 7 | |
| 8 | 1. Project-Tests > target/TestGlemmServices.jar |
| 9 | 2. Project GlemmClient > target ... GlemmClient.class |
| 10 | |
| 11 | Compilieren: |
| 12 | |
| 13 | - Project clean |
| 14 | - Project build |
| 15 | - Project Project-Tests: Run As Build mit Goal = package. |
| 16 | |
| 17 | Erzeugt: |
| 18 | |
| 19 | - Projekt "Project-Tests" > target > TestGlemmClient.jar. |
| 20 | - Diese Vorgehensweise kopiert GlemmClient.class in Project-Tests. Es wird keine GlemmClient.jar erzeugt. |
| 21 | - Erzeugen von GlemmClient-0.0.1-SNAPSHOT.jar: Projekt "GlemmClient" - Run As build mit Goal = package. |