Re: Hdfs tests in Eclipse

2011-11-20 Thread Jeff MAURY
First run mvn eclipse:eclipse and then import the project in Eclipse. Jeff MAURY 2011/11/19 Mariano Vallés > Hi, I am trying to import HDFS Test classes to Eclipse. > > After running: > $ mvn test -DskipTests > > And importing the corresponding project to the workspace I get a lot of > errors,

Hdfs tests in Eclipse

2011-11-19 Thread Mariano Vallés
Hi, I am trying to import HDFS Test classes to Eclipse. After running: $ mvn test -DskipTests And importing the corresponding project to the workspace I get a lot of errors, specially with the import aop.* lines. Is there any special way to do this? Thanks, Mariano