Issue #723 has been updated by Ronan Lanore.
I just tried this but always same Output of lsc-core-2.1.0 [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:20.649s [INFO] Finished at: Mon Sep 01 16:23:10 CEST 2014 [INFO] Final Memory: 41M/439M [INFO] ---------------------------------------------- Output of lsc-executable [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Ldap Synchronization Connector Executable connector 1.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ executable --- [INFO] Deleting /home/rlanore/Documents/git/lsc-executable-plugin-1.0/target [INFO] [INFO] --- maven-jaxb2-plugin:0.8.3:generate (default) @ executable --- [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ executable --- [INFO] Source directory: /home/rlanore/Documents/git/lsc-executable-plugin-1.0/src/opendj/java added. [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-resource (add-resource) @ executable --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ executable --- [INFO] Using 'utf-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ executable --- [INFO] Compiling 12 source files to /home/rlanore/Documents/git/lsc-executable-plugin-1.0/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/rlanore/Documents/git/lsc-executable-plugin-1.0/src/main/java/org/lsc/plugins/connectors/executable/ExecutableLdapDestinationService.java:[73,16] error: package org.slf4j does not exist When i compile lsc-core i have this on output ... ... [INFO] [INFO] --- reflections-maven:0.9.9-RC1:reflections (default) @ lsc-core --- [INFO] Reflections took 90 ms to scan 1 urls, producing 53 keys and 209 values [INFO] Reflections successfully saved in /home/rlanore/Documents/git/lsc-core-v2.1.0/target/classes/META-INF/reflections/lsc-core-reflections.xml using XmlSerializer [INFO] ... ... And not in lsc-executable ---------------------------------------- Bug #723: Howto Build lsc-executalbe http://tools.lsc-project.org/issues/723 Author: Ronan Lanore Status: Assigned Priority: Normal Assigned to: Clément OUDOT Category: Packaging Target version: Problem in version: Hi, I wan't to build my own lsc-executable for debug purpose. I'm able to build lsc-core but not lsc-executable one same host. To build lsc-core git svn clone https://lsc-project.org/svn/lsc/tags/2.1.0 lsc-core-v2.1.0 cd lsc-core-v2.1.0 mvn -Popendj clean package Works fine but git svn clone https://lsc-project.org/svn/plugins/tags/lsc-executable-plugin-1.0 cd lsc-executable-plugin-1.0 mvn clean package don't work: complete output: http://pastebin.com/Ddg5Gvy4 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

