Hi Guys, there were some changes lately, and now, when I try to build Stycho I get this error :
... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35.743 s [INFO] Finished at: 2015-03-23T16:58:11+01:00 [INFO] Final Memory: 68M/247M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.apache.directory.studio.apacheds.configuration.v2: Compilation failure: Compilation failure: [ERROR] /Users/elecharny/apacheds/stycho/plugins/apacheds.configuration.v2/src/main/java/org/apache/directory/studio/apacheds/configuration/v2/jobs/LoadConfigurationRunnable.java:[289] [ERROR] ConfigPartitionInitializer init = new ConfigPartitionInitializer( instanceLayout, dnFactory, cacheService, schemaManager ); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] ConfigPartitionInitializer cannot be resolved to a type [ERROR] /Users/elecharny/apacheds/stycho/plugins/apacheds.configuration.v2/src/main/java/org/apache/directory/studio/apacheds/configuration/v2/jobs/LoadConfigurationRunnable.java:[289] [ERROR] ConfigPartitionInitializer init = new ConfigPartitionInitializer( instanceLayout, dnFactory, cacheService, schemaManager ); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] ConfigPartitionInitializer cannot be resolved to a type [ERROR] 2 problems (2 errors) [ERROR] -> [Help 1] I don't really understand whay I get that, as the ConfigPartitionInitializer class is present in the ApacheDS server code, and I have built it locally. Any idea, anyone ? Thanks !
