Skip to content

Exercises fail to compile on Windows #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jclc opened this issue Jun 29, 2016 · 0 comments
Open

Exercises fail to compile on Windows #108

jclc opened this issue Jun 29, 2016 · 0 comments

Comments

@jclc
Copy link

jclc commented Jun 29, 2016

Running tests with tmc-cli returns the following errors

PS X:\Tiedostot\Projektit\test\cert-test> tmc test
Testing: arith_funcs
warning: Supported source version 'RELEASE_6' from annotation processor 'fi.helsinki.cs.tmc.testscanner.TestMethodAnnota
tionProcessor' less than -source '1.8'
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:2: error: package fi.helsinki.cs.tmc.edutestutils
does not exist
import fi.helsinki.cs.tmc.edutestutils.Points;
                                      ^
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:3: error: package org.junit does not exist
import org.junit.Test;
                ^
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:4: error: package org.junit does not exist
import static org.junit.Assert.*;
                       ^
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:7: error: cannot find symbol
    @Test
     ^
  symbol:   class Test
  location: class ArithTest
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:8: error: cannot find symbol
    @Points("arith-funcs")
     ^
  symbol:   class Points
  location: class ArithTest
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:13: error: cannot find symbol
    @Test
     ^
  symbol:   class Test
  location: class ArithTest
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:14: error: cannot find symbol
    @Points("arith-funcs")
     ^
  symbol:   class Points
  location: class ArithTest
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:19: error: cannot find symbol
    @Test
     ^
  symbol:   class Test
  location: class ArithTest
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:20: error: cannot find symbol
    @Points("arith-funcs")
     ^
  symbol:   class Points
  location: class ArithTest
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:25: error: cannot find symbol
    @Test
     ^
  symbol:   class Test
  location: class ArithTest
X:\Tiedostot\Projektit\test\cert-test\arith_funcs\test\ArithTest.java:26: error: cannot find symbol
    @Points("arith-funcs")
     ^
  symbol:   class Points
  location: class ArithTest
11 errors
1 warning
Failed to connect to server.
Failed to run tests.
null
@jclc jclc changed the title Fails to compile on Windows Exercises fail to compile on Windows Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant