Newer
Older
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
# DTEK0066 exercise 1 template
## Tehtävänanto
Tehtävänanto löytyy kurssiportaalista.
## Workflow
```bash
$ git clone https://gitlab.utu.fi/tech/education/ooj/ooj2023-exercise1
$ cd template-ooj
< tee tehtävät >
< editoi AUTHORS.TXT >
$ git add -A
$ git commit -m 'Add exercise implementations'
$ git remote add oma https://gitlab.utu.fi/omatunnus/ooj2023-exercise1
$ git push oma
< korjaa/täydennä tehtäviä >
$ git add -A
$ git commit -m 'Fix the exercise task 2'
$ git push oma
```
## Using Maven
```bash
$ mvn clean
$ mvn compile
$ mvn test
$ mvn exec:java
$ mvn javafx:run
$ mvn surefire-report:report
```
## Online report
See <https://gitlab.utu.fi/tech/education/ooj/ooj2023-exercise1/pages>
Your version: https://USERNAME.utugit.fi/ooj2023-exercise1/