-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
46 lines (40 loc) · 1.78 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
-------------------------------------------------------------------
- IJA - Seminář Java -
-------------------------------------------------------------------
Autori: Jakub Drobena
Tereza Straková
-------------------------------------------------------------------
Program po spustení zobrazí okno s tlačidlom, ktoré po kliknutí
načíta testovacie dáta pre diagram tried a vykreslí ho.
-------------------------------------------------------------------
Compile:
Zadaním príkazu "ant" do terminálu v zložke, kde sa nachádza
tento súbor.
Run:
Zadaním príkazu "ant run" do terminálu v zložke, kde
sa nachádza tento súbor.
alebo
Zadaním príkazu "java -jar ija-app.jar" do terminálu
v zložke dest.
Vygenerovanie programovej dokumentácie:
Zadaním príkazu "ant doc" do terminálu v zložke, kde sa
nachádza tento súbor.
-------------------------------------------------------------------
English
-------------------------------------------------------------------
The aplication after launch will show a window with button witch
after pressing it will load test data for the class diagram and
draw it on screen.
-------------------------------------------------------------------
Compile:
After inserting command "ant" to the terminal inside the
root directory of this project.
Run:
After inserting command "ant run" to the terminal inside the
root directory of this project.
OR
After inserting command "java -jar ija-app.jar" to the terminal
inside the dest directory
Generating of app documentation:
After inserting command "ant doc" to the terminal inside the
root directory of this project.