Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

ooj2023-exercise1

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Roni Nousiainen authored
    6945d847
    History

    DTEK0066 exercise 1 template

    Tehtävänanto

    Tehtävänanto löytyy kurssiportaalista.

    Workflow

    $ 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

    $ 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/