초보자가이드가 힘들군요..
- 작성자 :
- 김*규
- 작성일 :
- 2010-12-30 17:28:34
- 조회수 :
- 2,626
- 구분 :
- 기타
- 진행상태 :
- 완료
Q
안녕하세요..
초보자입니다.
초보자 가이드에서
Maven을 이용한 빌드에서 아래처럼
"개발환경에서 egovframework.guide 프로젝트를 마우스 오른쪽 버튼으로 클릭하고 Run As>Maven Build를 클릭한다"
를 하면
BUILD SUCCESSFUL
나와야 할텐데..
제게는 아래의 메세지처럼 나옵니다.
첨부파일과 같이 보시고
원인 찾아주세요,,
감사합니다.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building guide
[INFO]
[INFO] Id: egovframework:guide:jar:0.0.1-SNAPSHOT
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory: D:\eclipse-egovframe2\workspace\egovframework.guide\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running egovframework.guide.helloworld.HelloWorldServiceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.031 sec <<< FAILURE!
Results :
Tests in error:
initializationError0(egovframework.guide.helloworld.HelloWorldServiceTest)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[ERROR]
Mojo:
org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test
FAILED for project:
egovframework:guide:jar:0.0.1-SNAPSHOT
Reason:
There are test failures.
Please refer to D:\eclipse-egovframe2\workspace\egovframework.guide\target\surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Thu Dec 30 17:10:30 KST 2010
[INFO] Final Memory: 3M/14M
[INFO] ------------------------------------------------------------------------
초보자입니다.
초보자 가이드에서
Maven을 이용한 빌드에서 아래처럼
"개발환경에서 egovframework.guide 프로젝트를 마우스 오른쪽 버튼으로 클릭하고 Run As>Maven Build를 클릭한다"
를 하면
BUILD SUCCESSFUL
나와야 할텐데..
제게는 아래의 메세지처럼 나옵니다.
첨부파일과 같이 보시고
원인 찾아주세요,,
감사합니다.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building guide
[INFO]
[INFO] Id: egovframework:guide:jar:0.0.1-SNAPSHOT
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory: D:\eclipse-egovframe2\workspace\egovframework.guide\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running egovframework.guide.helloworld.HelloWorldServiceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.031 sec <<< FAILURE!
Results :
Tests in error:
initializationError0(egovframework.guide.helloworld.HelloWorldServiceTest)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[ERROR]
Mojo:
org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test
FAILED for project:
egovframework:guide:jar:0.0.1-SNAPSHOT
Reason:
There are test failures.
Please refer to D:\eclipse-egovframe2\workspace\egovframework.guide\target\surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Thu Dec 30 17:10:30 KST 2010
[INFO] Final Memory: 3M/14M
[INFO] ------------------------------------------------------------------------
A
안녕하세요.. 김남규님..
egovframework.guide.helloworld.HelloWorldServiceTest 클래스에 @Test와 같은 TestCase의 테스트 메소드가 없어서 발생된 오류입니다.
배포된 파일을 확인한 결과 정상적으로 테스트되고 있는 상태입니다.
해당 소스를 변경하신 경우는 JUnit4의 TestCase 형식에 맞게 수정하시거나..
삭제하셔서 테스트 대상에서 제외시키시면 될 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
egovframework.guide.helloworld.HelloWorldServiceTest 클래스에 @Test와 같은 TestCase의 테스트 메소드가 없어서 발생된 오류입니다.
배포된 파일을 확인한 결과 정상적으로 테스트되고 있는 상태입니다.
해당 소스를 변경하신 경우는 JUnit4의 TestCase 형식에 맞게 수정하시거나..
삭제하셔서 테스트 대상에서 제외시키시면 될 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.