src/test/java 밑에 소스를 두면 안되는군요..
혹시나 해서 src/main/java 밑에 소스르 두니 됩니다.
groovy 는 이클립스에서 자동으로 어노테이션을 import 하지 않더군요.ㅎㅎ 그래서 지원 안하는줄 알았습니다.
그리고 지금 다른에러가 발생 했는데요...
multiple SLF4J 에러 인데요..톰켓에 있는걸 지워 줘야 하는건가요??
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:${NGRINDER_HOME}/script/admin/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/ubuntu/apache-tomcat-6.0.35/webapps/ROOT/WEB-INF/lib/logback-classic-1.0.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See
http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Exception in thread "main" java.lang.ClassCastException: org.slf4j.impl.Log4jLoggerAdapter cannot be cast to ch.qos.logback.classic.Logger
at net.grinder.engine.process.WorkerProcessEntryPoint.run(WorkerProcessEntryPoint.java:73)
at net.grinder.engine.process.WorkerProcessEntryPoint.main(WorkerProcessEntryPoint.java:60)