Skip to content
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

Does not build out of box on mac #10

Open
powder366 opened this issue Nov 21, 2019 · 2 comments
Open

Does not build out of box on mac #10

powder366 opened this issue Nov 21, 2019 · 2 comments

Comments

@powder366
Copy link

powder366 commented Nov 21, 2019

gradle build
:compileJava
:processResources UP-TO-DATE
:classes
:jar
:assemble
:compileTestJava
/oreilly/JavaConcurrency-2:e/LiveLessons/BuggyQueue/src/test/java/edu/vandy/BuggyQueueTest.java:34: error: cannot find symbol
private static class Producer<BQ extends BoundedQueue>
^
symbol: class BoundedQueue
location: class BuggyQueueTest
/oreilly/JavaConcurrency-2:e/LiveLessons/BuggyQueue/src/test/java/edu/vandy/BuggyQueueTest.java:68: error: cannot find symbol
private static class Consumer<BQ extends BoundedQueue>
^
symbol: class BoundedQueue
location: class BuggyQueueTest
/oreilly/JavaConcurrency-2:e/LiveLessons/BuggyQueue/src/test/java/edu/vandy/BuggyQueueTest.java:141: error: cannot find symbol
final BuggyQueue buggyQueue =
^
symbol: class BuggyQueue
location: class BuggyQueueTest
/Users/jonas/source/courses new BuggyQueue<>(sQUEUE_SIZE);
^
symbol: class BuggyQueue
location: class BuggyQueueTest
4 errors
:compileTestJava FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileTestJava'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3.519 secs


Using:

[521] → gradle --version


Gradle 3.0

Build time: 2016-08-15 13:15:01 UTC
Revision: ad76ba00f59ecb287bd3c037bd25fc3df13ca558

Groovy: 2.4.7
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_121 (Oracle Corporation 25.121-b13)
OS: Mac OS X 10.15.1 x86_64

@douglascraigschmidt
Copy link
Owner

Thanks - I think I've fixed this and have pushed the updates!

@powder366
Copy link
Author

Works now. Thanks for responding so quickly.

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

2 participants