Re: [Discuss] Release Apache Flex SDK Installer 3.3 - RC3*

2017-11-16 Thread 원강민
Does anyone know how to fix errors?
directory delimiter error?
 
-
Installer version 3.2.0 (windows)
Using Locale: ko_KR
SDK version Apache Flex SDK 4.16.0
AIR version 27.0
Flash Player version 27.0
Creating Apache Flex home
Creating temporary directory
Downloading Apache Flex SDK from: 
http://apache.tt.co.kr/flex/4.16.0/binaries/apache-flex-sdk-4.16.0-bin.zip
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files matches the 
reference. The file is valid.
Uncompressing: 
d:\Users\kangmin\Desktop\4.16.0_AIR27.0\temp\apache-flex-sdk-4.16.0-bin.zip
Finished uncompressing: 
d:\Users\kangmin\Desktop\4.16.0_AIR27.0\temp\apache-flex-sdk-4.16.0-bin.zip
Downloading Adobe AIR Runtime Kit for Windows from: 
http://airdownload.adobe.com/air/win/download/27.0//AdobeAIRSDK.zip
Validating download: d:\Users\kangmin\Desktop\4.16.0_AIR27.0/in/AdobeAIRSDK.zip 
 - directory delimiter error? 
Error #1000
 
Installation aborted

-
 
블로그서명Dev for love
Corona with Lua
Go! Corona Korea!
d(^-^)b 
-Original Message-
From: "Piotr Zarzycki"piotrzarzyck...@gmail.com 
To: dev@flex.apache.org; 
Cc: 
Sent: 2017-11-17 (금) 03:11:01
Subject: Re: [Discuss] Release Apache Flex SDK Installer 3.3 - RC3*
 
Guys,

Where should I push binary and sources of installer ? To the dist
repository ? Previous release have there binaries, but sources seems to be
in the other place - That's why I'm asking.

repos/dist/release/flex/installer/

Thanks, Piotr


2017-11-13 9:36 GMT+01:00 Piotr Zarzycki piotrzarzyck...@gmail.com:

 Hi Yishay,

 The public keys you can find here [1]. Not sure if it helps. Let me know.

 [1] https://github.com/apache/flex-sdk/blob/develop/KEYS

 Thanks for looking into that!
 Piotr

 On Mon, Nov 13, 2017, 09:33 Yishay Weiss yishayj...@hotmail.com 
wrote:

 When running the ant approve script I get this:

 gpg: Can't check signature: No public key

 Where can I get the public key?




 
 From: Piotr Zarzycki piotrzarzyck...@gmail.com
 Sent: Sunday, November 12, 2017 10:51:23 PM
 To: dev@flex.apache.org
 Subject: [Discuss] Release Apache Flex SDK Installer 3.3 - RC3*

 Hi,

 This is official discuss thread! I need folks who try installer 
especially
 on Windows with Nightly/RC1 Flex SDK.

 Thanks,
 --

 Piotr Zarzycki

 Patreon: *https://www.patreon.com/piotrzarzycki
 https://www.patreon.com/piotrzarzycki*




-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
https://www.patreon.com/piotrzarzycki*



RE: [FlexJS] Cordova Camera

2014-05-16 Thread 원강민
Hi! :-)
I tried to work with FlexJS.
I added FlexJS SDK and set compiler.
but I can't go next. because it doesn't have a project for FlexJS.
so I created a flex project and select FlexJS SDK.
but it doesn't work.
How can I test exactly? 
I want 'A to Z' tutorial. (Hello World)
Thank you for your great working. (-:
 
 
-Original Message-
From: Alex Haruilt;aha...@adobe.comgt; 
To: dev@flex.apache.orglt;dev@flex.apache.orggt;; 
Cc: 
Sent: 2014-05-07 (수) 14:14:01
Subject: [FlexJS] Cordova Camera

Hi,

Recently, Peter put together a FlexJS app that did a relatively simple
thing: it took a picture with a device¹s camera and displayed it in the
app.  What was cool about it is that it proved we can lightly wrap Apache
Cordova plug-ins and use them in FlexJS apps.  Cordova looks like it can
be the platform abstraction layer for FlexJS allowing you to create mobile
apps in MXML and ActionScript that run in many more mobile devices than
just Android and IOS.  The potential upside is that use of MXML and
ActionScript will make you more productive than writing code in JavaScript.

Over the last couple of days I adjusted the compiler to smooth out the
workflow a bit, improved the AS emulation of the Cordova Camera plugin and
got it working on my phone.  It will be part of my presentation and demo
at the 360|Flex conference next week.  There¹s still spots available if
you can get to San Jose and see it in person.

You can try it yourself if you want.  It is the CordovaCameraExample in
the flex-asjs repo.  We¹ll ship it in a FlexJS 0.0.2 release shortly.

-Alex


 


How can I compile my code to js using FlexJS?

2014-02-21 Thread 원강민
Where is the FlexJS compiler?
and how can I test it?


RE: How can I compile my code to js using FlexJS?

2014-02-21 Thread 원강민
This URL is going to 
'https://cwiki.apache.org/confluence/plugins/servlet/mobile#dashboard/popular/10'.
 It has changed.
Thank you. (-:-Original Message-
From: Alex Haruilt;aha...@adobe.comgt; 
To: dev@flex.apache.orglt;dev@flex.apache.orggt;; 
원강민lt;engl...@apollocation.comgt;; 
Cc: 
Sent: 2014-02-22 (토) 00:59:36
Subject: RE: How can I compile my code to js using FlexJS?

FlexJS is still a prototype, but you are welcome to try it out by following 
these instructions:

https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder

Thanks,
-Alex

From: 원강민 lt;englekkgt;@apollocation.comgt;
Sent: Friday, February 21, 2014 12:37 AM
To: dev@flex.apache.org
Subject: How can I compile my code to js using FlexJS?

Where is the FlexJS compiler?
and how can I test it?