Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

compilation errors #83

Closed
brw31415 opened this issue May 2, 2017 · 3 comments
Closed

compilation errors #83

brw31415 opened this issue May 2, 2017 · 3 comments

Comments

@brw31415
Copy link

brw31415 commented May 2, 2017

I cloned this (as sbt project) into IntelliJ, Java 8, and got the following:

Information:5/1/2017 8:11 PM - Compilation completed with 12 errors and 0 warnings in 2m 1s 500ms
C:\Users\RLOPACs\online-auction-java\tools\src\main\java\com\example\auction\pagination\PaginatedSequence.java
Error:(3, 14) java: package lombok does not exist
Error:(4, 24) java: package org.pcollections does not exist

Error:(9, 2) java: cannot find symbol
symbol: class Value

Error:(11, 5) java: cannot find symbol
symbol: class PSequence
location: class com.example.auction.pagination.PaginatedSequence

Error:(16, 30) java: cannot find symbol
symbol: class PSequence
location: class com.example.auction.pagination.PaginatedSequence

Error:(3, 12) java: package akka does not exist

Error:(24, 35) java: cannot find symbol
symbol: class Done
location: class com.example.core.CompletionStageUtils

Error:(35, 39) java: cannot find symbol
symbol: class Done
location: class com.example.core.CompletionStageUtils

Error:(36, 74) java: cannot find symbol
symbol: variable Done
location: class com.example.core.CompletionStageUtils

Error:(36, 74) java: cannot find symbol
symbol: variable Done
location: class com.example.core.CompletionStageUtils

@TimMoore
Copy link
Contributor

TimMoore commented May 2, 2017

Hi @brw31415 have you followed the IDE setup guides?

@lakhina
Copy link
Contributor

lakhina commented May 24, 2017

@TimMoore Should we close this issue?

@ignasi35
Copy link
Contributor

HI @brw31415 I assume this was fixed on your environment so I'll close the issue. Feel free to report back and reopen again if other problems related to this issue arise.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants