Ok ... silly me :-) Just had a look because I couldn't imagine that noone had tried on a non Windows machine. The Problem is you actually provide the path to the mvn start script as last Parameter ... you provided the path to the Windows mvn runner and not the mac/unix/Linux one (.sh) so instead of using mvn.bat, simply use mvn.sh and it should work on Linux.
Chris ________________________________________ Von: Poonam Anand <[email protected]> Gesendet: Donnerstag, 13. März 2014 08:25 An: [email protected] Betreff: Apache Flex SDK Mavenizer SDK Deployer giving errors Hi, I am using Apache Flex SDK Mavenizer SDK Deployer task to deploy mavenized 4.10 SDK artifacts to corporate artifcatory. Below given is command and multiple same error blocks I am getting (listing 1 here). It says Done also in the end. What does this mean, has it deployed or not? I don't yet see artifacts on artifactory also. java -cp target/flex-sdk-converter-1.0.jar SDKDeployer "/Users/poonam.anand/kiwik_workspace/apache/fdktarget/" flex-releases http://station117.in.guavus.com:8081/artifactory/libs-release-local/ "/usr/local/apache-maven-3.0.4/bin/mvn.bat" /usr/local/apache-maven-3.0.4/bin/mvn.bat: line 1: @REM: command not found /usr/local/apache-maven-3.0.4/bin/mvn.bat: line 2: syntax error near unexpected token `(' /usr/local/apache-maven-3.0.4/bin/mvn.bat: line 2: `@REM Licensed to the Apache Software Foundation (ASF) under one ' Done. Poonam -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-SDK-Mavenizer-SDK-Deployer-giving-errors-tp5440.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
