Issue #79 has been updated by Jonathan Clarke. Assigned to set to Jonathan Clarke Target version set to 1.1.0
My last commit fixes this for me on Linux with spaces. Can you confirm this is OK on Windows, and close the bug if so? Thanks! :) ---------------------------------------- Bug #79: [Windows] Maven install lsc-core fails http://tools.lsc-project.org/issues/show/79 Author: Cl?ment Oudot Status: Feedback Priority: Normal Assigned to: Jonathan Clarke Category: Core Target version: 1.1.0 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/620d2c53/attachment.htm>

