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 521E9EA93 for ; Mon, 17 Dec 2012 10:38:17 +0000 (UTC) Received: (qmail 18761 invoked by uid 500); 17 Dec 2012 10:38:16 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 18619 invoked by uid 500); 17 Dec 2012 10:38:16 -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 18586 invoked by uid 99); 17 Dec 2012 10:38:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 10:38:15 +0000 Date: Mon, 17 Dec 2012 10:38:15 +0000 (UTC) From: "Christofer Dutz (JIRA)" To: flex-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13533821#comment-13533821 ] Christofer Dutz commented on FLEX-33292: ---------------------------------------- It seems it would be better to trigger the execution of the compc command using exec(String[], ...) instead of exec(String, ...) with manually escaped parameters as the current approach seems to have it's difficulties with getAbsolutePath on windows and linux. Alternatively usage of the ProcessBuilder would help. > 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: Christofer Dutz > 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