Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DCA2D93A for ; Tue, 18 Dec 2012 10:06:16 +0000 (UTC) Received: (qmail 6751 invoked by uid 500); 18 Dec 2012 10:06:14 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 6573 invoked by uid 500); 18 Dec 2012 10:06:14 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 6527 invoked by uid 99); 18 Dec 2012 10:06:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 10:06:12 +0000 Date: Tue, 18 Dec 2012 10:06:12 +0000 (UTC) From: "Jose Barragan (JIRA)" To: flex-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-33292) Apache Flex Mavenized SDK Generator non-swc external compile Bug MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Barragan resolved FLEX-33292. ---------------------------------- Resolution: Fixed Revision #1423387 [FLEX-33292] Fixed again. Fix the missing doublequote issue when use spaces in path. Now I rewrite the execution method using ProcessBuilder and codifying all each parameters as individual ProcessBuilder commands, this way fix the platform dependent issue with spaces in path. BTW, I include the compiler output to the console. > Apache Flex Mavenized SDK Generator non-swc external compile Bug > ---------------------------------------------------------------- > > Key: FLEX-33292 > URL: https://issues.apache.org/jira/browse/FLEX-33292 > Project: Apache Flex > Issue Type: Bug > Components: Installation & Packaging > Affects Versions: InstalApacheFlex 1.0 > Environment: MacOSX, Unix > Reporter: Jose Barragan > Assignee: Jose Barragan > Fix For: InstalApacheFlex 1.0 > > > When we use the SDKGenerator, we got the follows error and not obtain these news swc: > Pepe-Barragans-MacBook-Pro:mavenizer pepebarragan$ java -cp target/flex-sdk-converter-1.0.jar SDKGenerator /Users/pepebarragan/Desktop/sdk/ /Users/pebarragan/Desktop/fdk/ > --------------------------------------------- > -- Generating Air SDK version: 3.5 > --------------------------------------------- > --------------------------------------------- > --------------------------------------------- > -- Generating Air SDK version: 3.1 > --------------------------------------------- > --------------------------------------------- > --------------------------------------------- > -- Generating Flex SDK version: 4.6.0.23201 > --------------------------------------------- > Geneating theme 'AeonGraphical' > Couldn't create theme swc > ---------------------------------------------------------------- > Env: 'PLAYERGLOBAL_HOME=/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/frameworks/libs/player' > java -Xmx384m -Dsun.io.useCanonCaches=false -jar "/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/lib/compc.jar" +flexlib="/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/frameworks" -include-file .DS_Store "/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/frameworks/themes/AeonGraphical/.DS_Store" -include-file AeonGraphical.css "/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/frameworks/themes/AeonGraphical/AeonGraphical.css" -include-file AeonGraphical.swf "/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/frameworks/themes/AeonGraphical/AeonGraphical.swf" -o "/Users/pepebarragan/Desktop/fdk/com/adobe/flex/framework/themes/aeongraphical/4.6.0.23201/aeongraphical-4.6.0.23201.swc" > ---------------------------------------------------------------- > Geneating theme 'Spark' > Couldn't create theme swc > ---------------------------------------------------------------- > Env: 'PLAYERGLOBAL_HOME=/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/frameworks/libs/player' > java -Xmx384m -Dsun.io.useCanonCaches=false -jar "/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/lib/compc.jar" +flexlib="/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/frameworks" -include-file spark.css "/Users/pepebarragan/Desktop/sdk/flex/flex_sdk_4.6/frameworks/themes/Spark/spark.css" -o "/Users/pepebarragan/Desktop/fdk/com/adobe/flex/framework/themes/spark/4.6.0.23201/spark-4.6.0.23201.swc" > ---------------------------------------------------------------- > --------------------------------------------- -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira