-
Notifications
You must be signed in to change notification settings - Fork 61
Description
연락처 Contact
오류 내용 Error Description
[INFO] org.egovframe.rte.psl.reactive.mongodb 4.3.0 ....... SUCCESS [ 0.231 s]
[INFO] org.egovframe.rte.psl.reactive.r2dbc 4.3.0 ......... SUCCESS [ 0.247 s]
[INFO] org.egovframe.rte.psl.reactive.redis 4.3.0 ......... SUCCESS [ 0.346 s]
[INFO] org.egovframe.rte.ptl.mvc 4.3.0 .................... FAILURE [ 0.299 s]
[INFO] org.egovframe.rte.ptl.reactive 4.3.0 ............... SKIPPED
[INFO] org.egovframe.rte.root 4.3.0 ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.206 s
[INFO] Finished at: 2025-03-10T19:40:10+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project org.egovframe.rte.ptl.mvc: Compilation failure: Compilation failure:
[ERROR] /D:/thehyundai/egovframe-runtime/Presentation/org.egovframe.rte.ptl.mvc/src/main/java/org/egovframe/rte/ptl/mvc/validation/RteFieldChecks.java:[21,44] package org.springmodules.validation.commons does not exist
[ERROR] /D:/thehyundai/egovframe-runtime/Presentation/org.egovframe.rte.ptl.mvc/src/main/java/org/egovframe/rte/ptl/mvc/validation/RteFieldChecks.java:[43,37] cannot find symbol
[ERROR] symbol: class FieldChecks
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :org.egovframe.rte.ptl.mvc
일단
org.springmodules
spring-modules-validation
0.9
을 org.egovframe.rte.ptl.mvc 4.3.0/pom.xml에 삽입하고 컴파일 하면 완료는 됨
그런데, 보니까 (Presentation/spring-modules-validation) 이게 5년전 소스라서 변경이 스프링모듈에 변경이 된건지 모르겠네요
오류 재현 방법 How to reproduce the error
(다음은 예시이며, 내용을 덮어 써 주세요. The following is an example, please overwrite the content.)
- 다음 메뉴를 선택한다. Select the following menu '...'
- 다음 버튼을 클릭한다. Click the Next button. '....'
- 다음 문구까지 스크롤 다운한다. Scroll down to the following phrase '....'
- 오류를 확인한다. Check for errors.
환경정보 Environmental Information
- OS정보 Operating System:
- 표준프레임워크 버전 eGovFrame Version:
- JDK(JRE) 정보:
- WAS 정보:
- DB 정보:
- 기타 환경 정보 Other environmental information:
어느 브라우저를 사용했나요? Which browser did you use?
No response