Well no dump attached, so I won't be able to help you ... as I said ... the deployer is built that it deploys all of the directories at once so if you have to run multiple deplyos, there's definitely something wrong. (Again ... send me the log to my private email and I'll check that)
Chris ________________________________________ Von: Poonam Anand <[email protected]> Gesendet: Donnerstag, 13. März 2014 11:36 An: [email protected] Betreff: Re: AW: AW: Apache Flex SDK Mavenizer SDK Deployer giving errors Not sure if any error occurred. Attaching dump here. But overall I had to run multiple commands with below directories to deploy to got our build working. Pls check and let me know if you see anything fishy. fdktarget/ com/adobe/flex/compiler/ com/adobe/flash/ com/adobe/air/ com.adobe.flex:framework:pom:4.10.0.20130801 com/adobe/flex/framework/advancedgrids/ From: "Christofer Dutz [via Apache Flex Users]" <[email protected]<mailto:[email protected]>> Date: Thursday, 13 March 2014 3:11 PM To: Poonam Anand <[email protected]<mailto:[email protected]>> Subject: AW: AW: Apache Flex SDK Mavenizer SDK Deployer giving errors Actually you should only have to set the root Directory containing the com and/or org Directory. I guess something else is preventing you from deploying. Using the SDKDeployer I remember that if this tries to deploy a release Version of a Version already deployed, this causes an error and aborts deploying that artifact. If you could send me the entire log (Feel free to send it to me directly ... don't have to flood this list with a log file and I think files are stripped out anyway), I'll have a look. Chris ________________________________________ Von: Poonam Anand <[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=0>> Gesendet: Donnerstag, 13. März 2014 10:35 An: [hidden email]</user/SendEmail.jtp?type=node&node=5451&i=1> Betreff: Re: AW: Apache Flex SDK Mavenizer SDK Deployer giving errors Ok even after all this, it has missed deploying com.adobe.flex:framework:pom:4.10.0.20130801. Do I need to issue separate commands for each artefact missed in deployment or I am missing something? From: Poonam Anand <[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=2><mailto:[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=3>>> Date: Thursday, 13 March 2014 2:56 PM To: "Christofer Dutz [via Apache Flex Users]" <[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=4><mailto:[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=5>>> Cc: Jolly Paramjit <[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=6><mailto:[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=7>>> Subject: Re: AW: Apache Flex SDK Mavenizer SDK Deployer giving errors 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.guavus.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.compiler. 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-release-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 http://station117.in.guavus.com:8081/artifactory/plugins-release-local/ "/usr/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://station117.in.guavus.com:8081/artifactory/libs-release-local/ "/usr/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/air/" flex-releases http://station117.in.guavus.com:8081/artifactory/libs-release-local/ "/usr/local/apache-maven-3.0.4/bin/mvn" From: "Christofer Dutz [via Apache Flex Users]" <[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=8><mailto:[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=9>>> Date: Thursday, 13 March 2014 2:53 PM To: Poonam Anand <[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=10><mailto:[hidden email]</user/SendEmail.jtp?type=node&node=5451&i=11>>> 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 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 <[hidden email]</user/SendEmail.jtp?type=node&node=5447&i=0>> Gesendet: Donnerstag, 13. März 2014 08:25 An: [hidden email]</user/SendEmail.jtp?type=node&node=5447&i=1> 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. ________________________________ If you reply to this email, your message will be added to the discussion below: http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-SDK-Mavenizer-SDK-Deployer-giving-errors-tp5440p5447.html To unsubscribe from Apache Flex SDK Mavenizer SDK Deployer giving errors, click here< NAML<http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-SDK-Mavenizer-SDK-Deployer-giving-errors-tp5440p5449.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 below: http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-SDK-Mavenizer-SDK-Deployer-giving-errors-tp5440p5451.html To unsubscribe from Apache Flex SDK Mavenizer SDK Deployer giving errors, click here<http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5440&code=UG9vbmFtLkFuYW5kQGd1YXZ1cy5jb218NTQ0MHwtMTgzOTMwNjQxOA==>. NAML<http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> mavenizer_deploytask_dump.rtf (2M) <http://apache-flex-users.2333346.n4.nabble.com/attachment/5452/0/mavenizer_deploytask_dump.rtf> -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-SDK-Mavenizer-SDK-Deployer-giving-errors-tp5440p5452.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
