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 05B18C334 for ; Wed, 16 May 2012 07:40:52 +0000 (UTC) Received: (qmail 47215 invoked by uid 500); 16 May 2012 07:40:51 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 47176 invoked by uid 500); 16 May 2012 07:40:50 -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 47161 invoked by uid 99); 16 May 2012 07:40:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 07:40:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christophe.herreman@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 07:40:45 +0000 Received: by bkcjm2 with SMTP id jm2so329410bkc.6 for ; Wed, 16 May 2012 00:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Hl3+WgLTyqSmhCI5Sn5F9Oe5tuxu7nGrt/SYIsvYUm4=; b=p9BERGhBJd6t9BW4HZcrydpoidjMqgiygOL4HtZ4tmZtIxsBR0zK6WOZ2Q1AkBRTQK G5ME6nrAVOHcKur1KAbBb4ZKt4p7bIEjhkEU8qSERPckG6pUqxO18qxmpcCPLlFbCblH wcbkE7UXK6fpMEt8FZsA5Z9e6sF5/T1cHTzkalmjUa+qrONmsABQ6q2UI86TuNpm30IH RsmEbf34GxucypwGt2QqZIFs3izOn2QDYYktkL5wHu/UDiC9LpbkHErsGt3wM6WiRsZP +Ky2aqP7vFDuC4gYL23xy77/1h+hwIJQKSMxTIldccVbfGG8d5YbCKWIAcEp8abijRR6 NPRg== MIME-Version: 1.0 Received: by 10.204.151.200 with SMTP id d8mr767247bkw.82.1337154023856; Wed, 16 May 2012 00:40:23 -0700 (PDT) Received: by 10.204.41.207 with HTTP; Wed, 16 May 2012 00:40:23 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 May 2012 09:40:23 +0200 Message-ID: Subject: Re: Small issue with makeApacheFlexForFlashBuilder.bat From: Christophe Herreman To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0015175cba849a1b9104c0226e24 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cba849a1b9104c0226e24 Content-Type: text/plain; charset=ISO-8859-1 2012/5/16 Carol Frampton > > > On 5/15/12 5 :46PM, "Christophe Herreman" > wrote: > > >Hi Carol, > > > >I've tested the bat file to prepare the SDK for usage in the IDE. There > >seems to be an issue with creating the directory to store > >playerglobal.swc. > > > >The line > > > >if not exist "%FLASHPLAYER_GLOBALPLAYER_DIR%" mkdir > >"%FLASHPLAYER_GLOBALPLAYER_DIR%" > > > >should probably be > > > >if not exist "%FB_GLOBALPLAYER_DIR%" mkdir "%FB_GLOBALPLAYER_DIR%" > > > >since FLASHPLAYER_GLOBALPLAYER_DIR is not defined in the script as far as > >I > >can see. > > Thanks. You are too nice. I screwed up a rename. I just fixed that. > I'm really not happy that the bat file needs 2 vbs scripts so I don't know > yet whether these are permanent files. They definitely need more testing > to see if they work on enough flavors of Windows. > > AFAIK there is no built-in way to download and unpack with batch, so I think the VB scripts are the only option. > > > >On a sidenote: I imported the SDK into IntelliJ IDEA then and tried to > >make > >a small test app, but got this error for all of the *.swc files: > > > >[apache-flex-test] No signed digest found in catalog.xml of the library, > >C:\sdks\flex\4.8.0\frameworks\libs\framework.swc. Compile the library with > >-create-digest=true and try again. > > I don't use IntellIJ for Flex. I used to use it for Java and I really > liked it. It is on my list to configure with Flex. IntelliJ is very > interested in working well with Flex. They sent two engineers to 360Flex > in Denver and one of the engineers made sure I had his card and asked me > to send him any issues we had. > > While I recently added rsls back to the kit they are unsigned since only > Adobe can sign RSLs. The errors below look like they were looking for > signed RSLs. Is it possible to configure IntellI to link statically? > > When I statically link the framework, the code compiles and runs fine. > > > > > >Is this an issue on the SDK side or on the IDE side? See the log below for > >more details. > > > >*** > > > >Information:Using built-in compiler shell, up to 4 parallel threads > >See compiler settings at File | Settings | Compiler | Flex Compiler page > >Information:Starting Flex compiler: > >"c:\program files\java\jdk1.7.0\jre\bin\java.exe" > >-Dapplication.home=C:\sdks\flex\4.8.0 -Djava.awt.headless=true > >-Duser.language=en -Duser.region=en -Xmx512m -classpath > >C:\programs\idea\ideaIU-11.1.1\plugins\flex\lib\idea-flex-compiler-fix.jar > >;C:\programs\idea\ideaIU-11.1.1\plugins\flex\lib\flex-compiler.jar;C:\sdks > >\flex\4.8.0\lib\flex-compiler-oem.jar > >com.intellij.flex.compiler.FlexCompiler 55665 > >Information:[apache-flex-test] mxmlc > >-load-config=C:/Users/Christophe/AppData/Local/Temp/idea-FC04B22-397BE24E. > >xml > >Information:[apache-flex-test] Loading configuration file > >C:\Users\Christophe\AppData\Local\Temp\idea-FC04B22-397BE24E.xml > >Information:[apache-flex-test] Required RSLs: > >Information:[apache-flex-test] > > > http://fpdownload.adobe.com/pub/swz/flex/4.8.0.1337404/framework_4.8.0.133 > >7404.swzwith > >1 failover. > >Information:[apache-flex-test] > > > http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.232.swz > >with > >1 failover. > >Information:[apache-flex-test] > > > http://fpdownload.adobe.com/pub/swz/flex/4.8.0.1337404/spark_4.8.0.1337404 > >.swzwith > >1 failover. > >Information:[apache-flex-test] > > > http://fpdownload.adobe.com/pub/swz/flex/4.8.0.1337404/sparkskins_4.8.0.13 > >37404.swzwith > >1 failover. > >Information:[apache-flex-test] > > > http://fpdownload.adobe.com/pub/swz/flex/4.8.0.1337404/mx_4.8.0.1337404.sw > >zwith > >1 failover. > >Information:[apache-flex-test] Compilation failed > >Information:Compilation completed with 9 errors and 0 warnings > >Information:9 errors > >Information:0 warnings > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\framework.swc. Compile the > >library with -create-digest=true and try again. > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\spark.swc. Compile the library > >with -create-digest=true and try again. > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\sparkskins.swc. Compile the > >library with -create-digest=true and try again. > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\mx\mx.swc. Compile the library > >with -create-digest=true and try again. > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\osmf.swc. Compile the library > >with -create-digest=true and try again. > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\rpc.swc. Compile the library > >with -create-digest=true and try again. > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\charts.swc. Compile the > >library > >with -create-digest=true and try again. > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\spark_dmv.swc. Compile the > >library with -create-digest=true and try again. > >Error:[apache-flex-test] No signed digest found in catalog.xml of the > >library, C:\sdks\flex\4.8.0\frameworks\libs\advancedgrids.swc. Compile the > >library with -create-digest=true and try again. > > > >*** > > > >regards, > >Christophe > > > >-- > >Christophe Herreman > >http://www.herrodius.com > >http://www.springactionscript.org > >http://www.as3commons.org > > -- Christophe Herreman http://www.herrodius.com http://www.springactionscript.org http://www.as3commons.org --0015175cba849a1b9104c0226e24--