Änderungen von Dokument 03 Projekt Setupguide ONYX

Zuletzt geändert von Carina Enke am 19.02.2024

Von Version 378.1
bearbeitet von Carina Enke
am 13.02.2024
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 379.1
bearbeitet von Carina Enke
am 13.02.2024
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,4 +2,3 @@
1 -
2 2  == System requirements ==
3 3  
4 4  === All components ===
... ... @@ -25,7 +25,6 @@
25 25  * Maven2
26 26  * Eclipse Maven integration (m2)
27 27  
28 -
29 29  {{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Inhalt"}}
30 30  {{toc start="2"/}}
31 31  
... ... @@ -43,7 +43,6 @@
43 43  * onyx (ONYX QTI core)
44 44  * LaTeXRenderer (LaTeX image renderer connector, used to render LaTeX math formulas to images, which can be included in PDFs. This project only offers an interface to connect whatever lib you want, e.g. jlatexmath (GPL, delivered as example)
45 45  
46 -
47 47  * Use Eclipse
48 48  * Import -> Existing project, start with LaTeXRenderer project
49 49  * Import all four projects
... ... @@ -50,13 +50,11 @@
50 50  
51 51  Due to license restrictions the **project LaTeXRenderer** is not linked or integrated by default. This must be done manually.
52 52  
53 -{{code}}
50 +{{info}}
54 54  Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled.
55 55  Ensure that project LaTeXRenderer exports all libs in /libs folder (you may get ClassNotFoundExceptions in Tomcat otherwise, if you still get them add all libs from project LaTeXRenderer to Tomcat classpath manually)
53 +{{/info}}
56 56  
57 -
58 -{{/code}}
59 -
60 60  (% style="line-height:1.4285715" %)**Maven will build all projects automatically**(%%) (you can do this manually on console, anyhow this is not tested in development environment and may disturb Eclipse Maven integration)
61 61  
62 62  (% style="line-height:1.4285715" %)**Setup database for ONYX Editor**