PyKOMORAN
PyKOMORAN copied to clipboard
Java 코드가 빌드되지 않는 문제
trafficstars
문제 설명
자바 코드가 gradle build 시 FAIL 됩니다.
재현 경로
java 디렉토리 밑에서 gradle build를 실행 시 재현됩니다.
기대 상황
build가 성공합니다.
환경 정보
- OS 종류 / 버전: 윈도우10
- PyKomoran 버전: commit 버전 기준으로 9d3645177f48b4d91554fe2285f52586e06e0d45
- 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.
java/libs는 python/libs에 대한 심볼릭 링크로, Windows에서는 이 링크가 동작하지 않아 발생하는 문제로 보입니다. 문제를 해결할 수 있는 다른 방법(예. 서브 모듈 등)을 찾아야 합니다.