Issue #79 has been updated by Jonathan Clarke.
This is not Windows-only, it happens with any path containing a space. I'm looking into this today, but as a workaround you could put your lsc-core in a path with no space, let's say c:\lsc ? ---------------------------------------- Bug #79: [Windows] Maven install lsc-core fails http://tools.lsc-project.org/issues/show/79 Author: Cl?ment Oudot Status: New Priority: Normal Assigned to: Category: Core Target version: Hello, it seems we cannot run mvn install for lsc-core under Windows: <pre> [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Ldap Synchronization Connector [INFO] [INFO] Id: org.lsc:lsc-core:jar:1.1-SNAPSHOT [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 1 source file to C:\Documents and Settings\p0075\workspace\lsc-core\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [antrun:run] [INFO] Executing tasks startLdapServer: [echo] Starting OpenDS embedded server from C:\Documents and Settings\p0075\workspace\lsc-core/target/test-classes [copy] Copying 2 files to C:\Documents and Settings\p0075\workspace\lsc-core\target\test-classes [java] 0 [main] ERROR org.lsc.utils.LdapServer.main(LdapServer.java:113) - java.io.FileNotFoundException: Source 'C:\Documents%20and%20Settings\p0075\workspace\lsc-core\target\test-classes\org\lsc\opends\config' does not exist [java] java.io.FileNotFoundException: Source 'C:\Documents%20and%20Settings\p0075\workspace\lsc-core\target\test-classes\org\lsc\opends\config' does not exist [java] at org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:668) [java] at org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:636) [java] at org.lsc.opends.EmbeddedOpenDS.initOpendsDirectory(EmbeddedOpenDS.java:240) [java] at org.lsc.opends.EmbeddedOpenDS.startServer(EmbeddedOpenDS.java:140) [java] at org.lsc.utils.LdapServer.start(LdapServer.java:79) [java] at org.lsc.utils.LdapServer.usage(LdapServer.java:140) [java] at org.lsc.utils.LdapServer.main(LdapServer.java:103) [java] Java Result: 1 </pre> Or did I forget something in configuration? -- 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lsc-project.org/pipermail/lsc-dev/attachments/20090615/aff39cb9/attachment-0001.htm>

