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

Java 코드가 빌드되지 않는 문제 #47

Open
shin285 opened this issue May 9, 2019 · 1 comment
Open

Java 코드가 빌드되지 않는 문제 #47

shin285 opened this issue May 9, 2019 · 1 comment

Comments

@shin285
Copy link
Member

shin285 commented May 9, 2019

문제 설명

자바 코드가 gradle build 시 FAIL 됩니다.

재현 경로

java 디렉토리 밑에서 gradle build를 실행 시 재현됩니다.

기대 상황

build가 성공합니다.

환경 정보

  • OS 종류 / 버전: 윈도우10
  • PyKomoran 버전: commit 버전 기준으로 9d36451
  • Python 버전: 3.6

추가 정보

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':compileClasspath'.
> Could not find :KOMORAN-4e7b5ef:.
  Searched in the following locations: file:/D:/python/PyKOMORAN/java/libs/KOMORAN-4e7b5ef.jar
  Required by:
      project :

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
@9bow
Copy link
Member

9bow commented May 9, 2019

java/libspython/libs에 대한 심볼릭 링크로, Windows에서는 이 링크가 동작하지 않아 발생하는 문제로 보입니다. 문제를 해결할 수 있는 다른 방법(예. 서브 모듈 등)을 찾아야 합니다.

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