Hi,

I tried to take the project from scratch and I had this error :

[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

C:\DÚveloppement\MavenNX\NXCommon\test\org\nuxeo\common\utils\TestFileUtils.java:[8,24]
package org.apache.log4j does not exist

C:\DÚveloppement\MavenNX\NXCommon\test\org\nuxeo\common\utils\TestFileUtils.java:[14,25]
cannot find symbol
symbol  : class Logger
location: class org.nuxeo.common.utils.TestFileUtils

C:\DÚveloppement\MavenNX\NXCommon\test\org\nuxeo\common\utils\TestFileUtils.java:[14,38]
cannot find symbol
symbol  : variable Logger
location: class org.nuxeo.common.utils.TestFileUtils

---------------------------------------------------------------------------------



I think (I'm not expert in maven) it comes from the dependency missing :
 <dependency>
  <groupId>log4j</groupId>
  <artifactId>log4j</artifactId>
  <version>1.2.13</version>
  </dependency>

I'm not sure of the log4j version (there is 3 versions on the repo of maven)

But Now I have test failures, I think on NXMimeType (if somebody have an idea)
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to