Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EE0910EE9 for ; Thu, 13 Mar 2014 09:31:05 +0000 (UTC) Received: (qmail 95244 invoked by uid 500); 13 Mar 2014 09:31:03 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 95160 invoked by uid 500); 13 Mar 2014 09:30:59 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 95136 invoked by uid 99); 13 Mar 2014 09:30:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 09:30:56 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of Poonam.Anand@guavus.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 09:30:52 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WO1xn-0001Bs-1B for users@flex.apache.org; Thu, 13 Mar 2014 02:30:07 -0700 Date: Thu, 13 Mar 2014 02:29:52 -0700 (PDT) From: Poonam Anand To: users@flex.apache.org Message-ID: In-Reply-To: References: <1394695530200-5440.post@n4.nabble.com> Subject: Re: AW: Apache Flex SDK Mavenizer SDK Deployer giving errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ok using mvn instead of mvm.bat worked as below on Mac: java -cp target/flex-sdk-converter-1.0.jar SDKDeployer "/Users/poonam.anand= /kiwik_workspace/apache/fdktarget/" flex-releases http://station117.in.guav= us.com:8081/artifactory/libs-release-local/ "/usr/local/apache-maven-3.0.4/= bin/mvn" Another issue I saw is it deployed only com.adobe.flex.framework artefacts.= I had to run separate as below for air and flash and com.adobe.flex.compil= er. I had earlier version of com.adobe.flex.compiler under plugins-release= -local instead of libs-release-local, so had put this one also to plugins-r= elease-local. Is this approach fine or I need to correct anything else. java -cp target/flex-sdk-converter-1.0.jar SDKDeployer "/Users/poonam.anand= /kiwik_workspace/apache/fdktarget/com/adobe/flex/compiler/" flex-releases h= ttp://station117.in.guavus.com:8081/artifactory/plugins-release-local/ "/us= r/local/apache-maven-3.0.4/bin/mvn" java -cp target/flex-sdk-converter-1.0.jar SDKDeployer "/Users/poonam.anand= /kiwik_workspace/apache/fdktarget/com/adobe/flash/" flex-releases http://st= ation117.in.guavus.com:8081/artifactory/libs-release-local/ "/usr/local/apa= che-maven-3.0.4/bin/mvn" java -cp target/flex-sdk-converter-1.0.jar SDKDeployer "/Users/poonam.anand= /kiwik_workspace/apache/fdktarget/com/adobe/air/" flex-releases http://stat= ion117.in.guavus.com:8081/artifactory/libs-release-local/ "/usr/local/apach= e-maven-3.0.4/bin/mvn" From: "Christofer Dutz [via Apache Flex Users]" > Date: Thursday, 13 March 2014 2:53 PM To: Poonam Anand > Subject: AW: Apache Flex SDK Mavenizer SDK Deployer giving errors Ok ... silly me :-) Just had a look because I couldn't imagine that noone had tried on a non Wi= ndows machine. The Problem is you actually provide the path to the mvn start script as la= st 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 <[hidden email]> Gesendet: Donnerstag, 13. M=C3=A4rz 2014 08:25 An: [hidden email] 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.co= m/Apache-Flex-SDK-Mavenizer-SDK-Deployer-giving-errors-tp5440.html Sent from the Apache Flex Users mailing list archive at Nabble.com. ________________________________ If you reply to this email, your message will be added to the discussion be= low: http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-SDK-Mavenizer-SD= K-Deployer-giving-errors-tp5440p5447.html To unsubscribe from Apache Flex SDK Mavenizer SDK Deployer giving errors, c= lick here. NAML -- View this message in context: http://apache-flex-users.2333346.n4.nabble.co= m/Apache-Flex-SDK-Mavenizer-SDK-Deployer-giving-errors-tp5440p5448.html Sent from the Apache Flex Users mailing list archive at Nabble.com.