You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Erik de Bruin <er...@ixsoftware.nl> on 2015/03/23 10:47:33 UTC

[DISCUSS] Apache Flex SDK 4.14.1 - RC1

Please put all discussion about 4.14.1 RC1 in this thread.

Thanks,

EdB



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by piotrz <pi...@gmail.com>.
Erik,

In the Readme file I see that Adobe Air 16 is mentioned - Didn't we jump to
the Adobe Air 17 ? 

"
The Adobe AIR integration kit for Windows can be downloaded from:

   http://airdownload.adobe.com/air/win/download/16.0/AdobeAIRSDK.zip"

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p45754.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Tom Chiverton <tc...@extravision.com>.
So in the VOTE thread I saw at least one other person saw that in
https://dist.apache.org/repos/dist/dev/flex/sdk/4.14.1/rc1/README
in the 'Prepare your system' section, it looks like some
funny character encoding:

Flash Player ‘playerglobal.swc’

(Pic @http://files.falkensweb.com/f/e8d087bbb8/)

The same file appears OK in the unpacked archive, however. So something in the web server or transfer process to it has broken it ?

Tom


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by "kevin.godell" <ke...@gmail.com>.
I was testing out the new "padding" property yesterday on a VGroup and found
it to be a convenient shortcut. One thing I noticed is that when using this
new property along with any of the other padding properties, such as
paddingLeft, that it is a situation of "last one in wins."

<VGroup paddingLeft="5" padding="100"

will have different results than

<VGroup padding="100" paddingLeft="5"

Can we add a line of documentation warning the user that the order of the
property matters?



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p45726.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
There is a main-no-download target you can use, but feel free to change
the script as well.

-Alex

On 3/23/15, 9:58 AM, "Mihai Chira" <mi...@gmail.com> wrote:

>Could we get the ApproveSDK ant script to skip downloading the zip
>file if it's already there? Because if you get an error after the
>download and run the script again, you have to wait again quite a
>while. I'm happy to make this change tomorrow if people are ok with
>it.
>
>On 23 March 2015 at 10:47, Erik de Bruin <er...@ixsoftware.nl> wrote:
>> Please put all discussion about 4.14.1 RC1 in this thread.
>>
>> Thanks,
>>
>> EdB
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by piotrz <pi...@gmail.com>.
Everything is ok from my sigh. I am ready to give +1, but I think we should
do TLF tag and pickup all changes.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p45779.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
Great idea, that was the problem. I tweaked the build xml until it
worked. I'll commit the changes in a while. (Because I think we should
cater for others who also install it in paths with spaces, rather than
asking everyone to install in folders with no spaces.)

On 24 March 2015 at 12:51, Erik de Bruin <er...@ixsoftware.nl> wrote:
> Can it be that the spaces in the path to the SDK are messing with you?
> I've never liked the "Adobe Flash Builder 4.7" in the path, especially
> because of the spaces in there...
>
> EdB
>
>
>
> On Tue, Mar 24, 2015 at 12:40 PM, Mihai Chira <mi...@gmail.com> wrote:
>> It's beginning to be funny, and I know it should be simpler, but I'm
>> still mired in errors. Now that ApproveSDK finally worked, I wanted to
>> build an application with the framework, but IntelliJ, after I added
>> the new SDK and associated it with the projects I have, complained
>> that there is no adl.exe in the bin folder. This, I think, is
>> expected. So I went to the README at the section called "Prepare the
>> SDK for use with an IDE", which told me to run `ant frameworks-rsls`,
>> which I did, and got this error:
>> ___________________________________________
>> frameworks-rsls:
>>      [echo] build.number is 20150324
>>     [unzip] Expanding: C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1
>> \apache-flex-sdk-4.14.1-src\frameworks\libs\textLayout.swc into
>> C:\Users\someUser
>> \Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1-src\frameworks\
>> rsls
>>      [java] Error: Could not find or load main class Flash
>>
>> BUILD FAILED
>> C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>> -src\build.xml:482: The following error occurred while executing this line:
>> C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>> -src\build.xml:467: Java returned: 1
>> ___________________________________________
>>
>> It looks like /lib/optimizer.jar is failing when trying to optimize
>> the metadata of the textLayout RSL. Any ideas why?
>>
>> On 24 March 2015 at 00:28, Mihai Chira <mi...@gmail.com> wrote:
>>> Yep, that was it (the debugger projector). Because it worked well for
>>> my regular source SDK, I assumed it was set correctly - but I had set
>>> it correctly in env.properties, and, for some reason incorrectly in
>>> the environment variables section.
>>>
>>> After that I also got the 'cannot access local resource' error, and
>>> then, after adding both basicLoader.swf and BasicTests.swf, the
>>> basictests target passed.
>>>
>>> Thank you for your help, Alex!
>>>
>>> PS: isn't there a way to automate adding the test swfs to the / a
>>> security trust file? I have a feeling it could save a lot of time for
>>> the whole community.
>>>
>>> On 23 March 2015 at 23:10, Alex Harui <ah...@adobe.com> wrote:
>>>> Basictests takes several seconds to run.  You should be able to watch it
>>>> run.  If it isn’t coming up, then we have to wonder if the player isn’t
>>>> configured correctly.
>>>>
>>>> If BasicTests does run, please verify that you’ve installed a debugger
>>>> projector and not the regular projector player.
>>>>
>>>> -Alex
>>>>
>>>> On 3/23/15, 3:00 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>
>>>>>There is a flashlog.txt in
>>>>>"c:\Users\someUser\AppData\Roaming\Macromedia\Flash Player\Logs\", but
>>>>>it's empty. I also ran the basictests target again, and the date and
>>>>>time don't change on flashlog.txt and it stays empty.
>>>>>
>>>>>On 23 March 2015 at 22:29, Alex Harui <ah...@adobe.com> wrote:
>>>>>> Did a flashlog.txt file get created?  What kind of output was in it?
>>>>>> Where did it end up on your computer?
>>>>>>
>>>>>> -Alex
>>>>>>
>>>>>> On 3/23/15, 2:22 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>
>>>>>>>Like this? TraceOutputFileEnable=1
>>>>>>>yes.
>>>>>>>
>>>>>>>On 23 March 2015 at 21:38, Alex Harui <ah...@adobe.com> wrote:
>>>>>>>> Is trace output enabled in the mm.cfg file?
>>>>>>>>
>>>>>>>> On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>>Thanks, Om! Now works just fine from the command prompt after
>>>>>>>>>installing gpg4win.
>>>>>>>>>
>>>>>>>>>Later down the line I get this error:
>>>>>>>>>
>>>>>>>>>_______________________________________
>>>>>>>>>
>>>>>>>>>compilemustellaswc:
>>>>>>>>>Loading configuration file
>>>>>>>>>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>>>>>>>>>fig.xml
>>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>>-src\mustella\mustella.swc (95112 bytes)
>>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>>-src\build.xml:1498: warning: 'includeantruntime' was not set,
>>>>>>>>>defaulting
>>>>>>>>>to bui
>>>>>>>>>ld.sysclasspath=last; set to false for repeatable builds
>>>>>>>>>Compiling 1 source file
>>>>>>>>>
>>>>>>>>>load-task:
>>>>>>>>>
>>>>>>>>>basictests:
>>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.
>>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.
>>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests
>>>>>>>>>-c
>>>>>>>>>on
>>>>>>>>>fig.xm
>>>>>>>>>l
>>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.
>>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.
>>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.sw
>>>>>>>>>f
>>>>>>>>>(541283
>>>>>>>>>bytes)
>>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.
>>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>>>Required RSLs:
>>>>>>>>>    framework_20150323.swf
>>>>>>>>>    textLayout_20150323.swf
>>>>>>>>>    spark_20150323.swf
>>>>>>>>>    osmf_20150323.swf
>>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946
>>>>>>>>>bytes)
>>>>>>>>>launching player and swf
>>>>>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>>>>>  Build file should not reuse the same property name for different
>>>>>>>>>values.
>>>>>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>>>>>  Build file should not reuse the same property name for different
>>>>>>>>>values.
>>>>>>>>>
>>>>>>>>>mustellaresultsparser:
>>>>>>>>>No results.  Is trace output enabled?
>>>>>>>>>results: FAILED
>>>>>>>>>_______________________________________
>>>>>>>>>
>>>>>>>>>I'm sure it's something simple, but I'm not sure what. I'll give it
>>>>>>>>>more time tomorrow. In the meantime I checked in some small
>>>>>>>>>improvements to the README (on develop).
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>>>>>>>>>wrote:
>>>>>>>>>> I have the same error when trying to run gpg on Git Bash.  But it
>>>>>>>>>>works
>>>>>>>>>> completely fine on my Windows Command Prompt shell.  Apparently,
>>>>>>>>>>its a
>>>>>>>>>> known issue that Git Bash and windows command prompt look at
>>>>>>>>>>different
>>>>>>>>>> places for the ring file [1]
>>>>>>>>>>
>>>>>>>>>> Have you tried that instead of Git Bash?
>>>>>>>>>>
>>>>>>>>>> Of course, I had to install gpg on my machine first from [2]
>>>>>>>>>>
>>>>>>>>>> [1] https://github.com/keybase/node-client/issues/95
>>>>>>>>>> [2] http://gpg4win.org/download.html
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> Om
>>>>>>>>>>
>>>>>>>>>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com>
>>>>>>>>>>wrote:
>>>>>>>>>>
>>>>>>>>>>> Try some other commands with GPG.  It may be your GPG set up and
>>>>>>>>>>>not
>>>>>>>>>>> anything related to Flex.
>>>>>>>>>>>
>>>>>>>>>>> Google says there may be more than one gpg program on your computer
>>>>>>>>>>>and
>>>>>>>>>>> running the wrong one can result in something like this.
>>>>>>>>>>>
>>>>>>>>>>> -Alex
>>>>>>>>>>>
>>>>>>>>>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe).
>>>>>>>>>>>It's
>>>>>>>>>>> >the same even if I run it as administrator.
>>>>>>>>>>> >
>>>>>>>>>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>>>>>>>>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>>>>>>>>>having
>>>>>>>>>>> >> file permission problems and need to use sudo.
>>>>>>>>>>> >>
>>>>>>>>>>> >> -Alex
>>>>>>>>>>> >>
>>>>>>>>>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com>
>>>>>>>>>>>wrote:
>>>>>>>>>>> >>
>>>>>>>>>>> >>>> 1) You downloaded the KEYS file?
>>>>>>>>>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it
>>>>>>>>>>>didn't
>>>>>>>>>>>need
>>>>>>>>>>> >>>a path. But I just tried to give it the absolute path instead of
>>>>>>>>>>>the
>>>>>>>>>>> >>>relative one, and I get the same error.
>>>>>>>>>>> >>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>
>>>>>>
>>>>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Can it be that the spaces in the path to the SDK are messing with you?
I've never liked the "Adobe Flash Builder 4.7" in the path, especially
because of the spaces in there...

EdB



On Tue, Mar 24, 2015 at 12:40 PM, Mihai Chira <mi...@gmail.com> wrote:
> It's beginning to be funny, and I know it should be simpler, but I'm
> still mired in errors. Now that ApproveSDK finally worked, I wanted to
> build an application with the framework, but IntelliJ, after I added
> the new SDK and associated it with the projects I have, complained
> that there is no adl.exe in the bin folder. This, I think, is
> expected. So I went to the README at the section called "Prepare the
> SDK for use with an IDE", which told me to run `ant frameworks-rsls`,
> which I did, and got this error:
> ___________________________________________
> frameworks-rsls:
>      [echo] build.number is 20150324
>     [unzip] Expanding: C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1
> \apache-flex-sdk-4.14.1-src\frameworks\libs\textLayout.swc into
> C:\Users\someUser
> \Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1-src\frameworks\
> rsls
>      [java] Error: Could not find or load main class Flash
>
> BUILD FAILED
> C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
> -src\build.xml:482: The following error occurred while executing this line:
> C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
> -src\build.xml:467: Java returned: 1
> ___________________________________________
>
> It looks like /lib/optimizer.jar is failing when trying to optimize
> the metadata of the textLayout RSL. Any ideas why?
>
> On 24 March 2015 at 00:28, Mihai Chira <mi...@gmail.com> wrote:
>> Yep, that was it (the debugger projector). Because it worked well for
>> my regular source SDK, I assumed it was set correctly - but I had set
>> it correctly in env.properties, and, for some reason incorrectly in
>> the environment variables section.
>>
>> After that I also got the 'cannot access local resource' error, and
>> then, after adding both basicLoader.swf and BasicTests.swf, the
>> basictests target passed.
>>
>> Thank you for your help, Alex!
>>
>> PS: isn't there a way to automate adding the test swfs to the / a
>> security trust file? I have a feeling it could save a lot of time for
>> the whole community.
>>
>> On 23 March 2015 at 23:10, Alex Harui <ah...@adobe.com> wrote:
>>> Basictests takes several seconds to run.  You should be able to watch it
>>> run.  If it isn’t coming up, then we have to wonder if the player isn’t
>>> configured correctly.
>>>
>>> If BasicTests does run, please verify that you’ve installed a debugger
>>> projector and not the regular projector player.
>>>
>>> -Alex
>>>
>>> On 3/23/15, 3:00 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>
>>>>There is a flashlog.txt in
>>>>"c:\Users\someUser\AppData\Roaming\Macromedia\Flash Player\Logs\", but
>>>>it's empty. I also ran the basictests target again, and the date and
>>>>time don't change on flashlog.txt and it stays empty.
>>>>
>>>>On 23 March 2015 at 22:29, Alex Harui <ah...@adobe.com> wrote:
>>>>> Did a flashlog.txt file get created?  What kind of output was in it?
>>>>> Where did it end up on your computer?
>>>>>
>>>>> -Alex
>>>>>
>>>>> On 3/23/15, 2:22 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>
>>>>>>Like this? TraceOutputFileEnable=1
>>>>>>yes.
>>>>>>
>>>>>>On 23 March 2015 at 21:38, Alex Harui <ah...@adobe.com> wrote:
>>>>>>> Is trace output enabled in the mm.cfg file?
>>>>>>>
>>>>>>> On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>>
>>>>>>>>Thanks, Om! Now works just fine from the command prompt after
>>>>>>>>installing gpg4win.
>>>>>>>>
>>>>>>>>Later down the line I get this error:
>>>>>>>>
>>>>>>>>_______________________________________
>>>>>>>>
>>>>>>>>compilemustellaswc:
>>>>>>>>Loading configuration file
>>>>>>>>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>>>>>>>>fig.xml
>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>-src\mustella\mustella.swc (95112 bytes)
>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>-src\build.xml:1498: warning: 'includeantruntime' was not set,
>>>>>>>>defaulting
>>>>>>>>to bui
>>>>>>>>ld.sysclasspath=last; set to false for repeatable builds
>>>>>>>>Compiling 1 source file
>>>>>>>>
>>>>>>>>load-task:
>>>>>>>>
>>>>>>>>basictests:
>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.
>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.
>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests
>>>>>>>>-c
>>>>>>>>on
>>>>>>>>fig.xm
>>>>>>>>l
>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.
>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.
>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.sw
>>>>>>>>f
>>>>>>>>(541283
>>>>>>>>bytes)
>>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.
>>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>>Required RSLs:
>>>>>>>>    framework_20150323.swf
>>>>>>>>    textLayout_20150323.swf
>>>>>>>>    spark_20150323.swf
>>>>>>>>    osmf_20150323.swf
>>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946
>>>>>>>>bytes)
>>>>>>>>launching player and swf
>>>>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>>>>  Build file should not reuse the same property name for different
>>>>>>>>values.
>>>>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>>>>  Build file should not reuse the same property name for different
>>>>>>>>values.
>>>>>>>>
>>>>>>>>mustellaresultsparser:
>>>>>>>>No results.  Is trace output enabled?
>>>>>>>>results: FAILED
>>>>>>>>_______________________________________
>>>>>>>>
>>>>>>>>I'm sure it's something simple, but I'm not sure what. I'll give it
>>>>>>>>more time tomorrow. In the meantime I checked in some small
>>>>>>>>improvements to the README (on develop).
>>>>>>>>
>>>>>>>>
>>>>>>>>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>>>>>>>>wrote:
>>>>>>>>> I have the same error when trying to run gpg on Git Bash.  But it
>>>>>>>>>works
>>>>>>>>> completely fine on my Windows Command Prompt shell.  Apparently,
>>>>>>>>>its a
>>>>>>>>> known issue that Git Bash and windows command prompt look at
>>>>>>>>>different
>>>>>>>>> places for the ring file [1]
>>>>>>>>>
>>>>>>>>> Have you tried that instead of Git Bash?
>>>>>>>>>
>>>>>>>>> Of course, I had to install gpg on my machine first from [2]
>>>>>>>>>
>>>>>>>>> [1] https://github.com/keybase/node-client/issues/95
>>>>>>>>> [2] http://gpg4win.org/download.html
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> Om
>>>>>>>>>
>>>>>>>>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com>
>>>>>>>>>wrote:
>>>>>>>>>
>>>>>>>>>> Try some other commands with GPG.  It may be your GPG set up and
>>>>>>>>>>not
>>>>>>>>>> anything related to Flex.
>>>>>>>>>>
>>>>>>>>>> Google says there may be more than one gpg program on your computer
>>>>>>>>>>and
>>>>>>>>>> running the wrong one can result in something like this.
>>>>>>>>>>
>>>>>>>>>> -Alex
>>>>>>>>>>
>>>>>>>>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe).
>>>>>>>>>>It's
>>>>>>>>>> >the same even if I run it as administrator.
>>>>>>>>>> >
>>>>>>>>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>>>>>>>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>>>>>>>>having
>>>>>>>>>> >> file permission problems and need to use sudo.
>>>>>>>>>> >>
>>>>>>>>>> >> -Alex
>>>>>>>>>> >>
>>>>>>>>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com>
>>>>>>>>>>wrote:
>>>>>>>>>> >>
>>>>>>>>>> >>>> 1) You downloaded the KEYS file?
>>>>>>>>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it
>>>>>>>>>>didn't
>>>>>>>>>>need
>>>>>>>>>> >>>a path. But I just tried to give it the absolute path instead of
>>>>>>>>>>the
>>>>>>>>>> >>>relative one, and I get the same error.
>>>>>>>>>> >>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>
>>>>>
>>>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
It's beginning to be funny, and I know it should be simpler, but I'm
still mired in errors. Now that ApproveSDK finally worked, I wanted to
build an application with the framework, but IntelliJ, after I added
the new SDK and associated it with the projects I have, complained
that there is no adl.exe in the bin folder. This, I think, is
expected. So I went to the README at the section called "Prepare the
SDK for use with an IDE", which told me to run `ant frameworks-rsls`,
which I did, and got this error:
___________________________________________
frameworks-rsls:
     [echo] build.number is 20150324
    [unzip] Expanding: C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1
\apache-flex-sdk-4.14.1-src\frameworks\libs\textLayout.swc into
C:\Users\someUser
\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1-src\frameworks\
rsls
     [java] Error: Could not find or load main class Flash

BUILD FAILED
C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
-src\build.xml:482: The following error occurred while executing this line:
C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
-src\build.xml:467: Java returned: 1
___________________________________________

It looks like /lib/optimizer.jar is failing when trying to optimize
the metadata of the textLayout RSL. Any ideas why?

On 24 March 2015 at 00:28, Mihai Chira <mi...@gmail.com> wrote:
> Yep, that was it (the debugger projector). Because it worked well for
> my regular source SDK, I assumed it was set correctly - but I had set
> it correctly in env.properties, and, for some reason incorrectly in
> the environment variables section.
>
> After that I also got the 'cannot access local resource' error, and
> then, after adding both basicLoader.swf and BasicTests.swf, the
> basictests target passed.
>
> Thank you for your help, Alex!
>
> PS: isn't there a way to automate adding the test swfs to the / a
> security trust file? I have a feeling it could save a lot of time for
> the whole community.
>
> On 23 March 2015 at 23:10, Alex Harui <ah...@adobe.com> wrote:
>> Basictests takes several seconds to run.  You should be able to watch it
>> run.  If it isn’t coming up, then we have to wonder if the player isn’t
>> configured correctly.
>>
>> If BasicTests does run, please verify that you’ve installed a debugger
>> projector and not the regular projector player.
>>
>> -Alex
>>
>> On 3/23/15, 3:00 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>
>>>There is a flashlog.txt in
>>>"c:\Users\someUser\AppData\Roaming\Macromedia\Flash Player\Logs\", but
>>>it's empty. I also ran the basictests target again, and the date and
>>>time don't change on flashlog.txt and it stays empty.
>>>
>>>On 23 March 2015 at 22:29, Alex Harui <ah...@adobe.com> wrote:
>>>> Did a flashlog.txt file get created?  What kind of output was in it?
>>>> Where did it end up on your computer?
>>>>
>>>> -Alex
>>>>
>>>> On 3/23/15, 2:22 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>
>>>>>Like this? TraceOutputFileEnable=1
>>>>>yes.
>>>>>
>>>>>On 23 March 2015 at 21:38, Alex Harui <ah...@adobe.com> wrote:
>>>>>> Is trace output enabled in the mm.cfg file?
>>>>>>
>>>>>> On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>
>>>>>>>Thanks, Om! Now works just fine from the command prompt after
>>>>>>>installing gpg4win.
>>>>>>>
>>>>>>>Later down the line I get this error:
>>>>>>>
>>>>>>>_______________________________________
>>>>>>>
>>>>>>>compilemustellaswc:
>>>>>>>Loading configuration file
>>>>>>>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>>>>>>>fig.xml
>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>-src\mustella\mustella.swc (95112 bytes)
>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>-src\build.xml:1498: warning: 'includeantruntime' was not set,
>>>>>>>defaulting
>>>>>>>to bui
>>>>>>>ld.sysclasspath=last; set to false for repeatable builds
>>>>>>>Compiling 1 source file
>>>>>>>
>>>>>>>load-task:
>>>>>>>
>>>>>>>basictests:
>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.
>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.
>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests
>>>>>>>-c
>>>>>>>on
>>>>>>>fig.xm
>>>>>>>l
>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.
>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.
>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.sw
>>>>>>>f
>>>>>>>(541283
>>>>>>>bytes)
>>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.
>>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>>Required RSLs:
>>>>>>>    framework_20150323.swf
>>>>>>>    textLayout_20150323.swf
>>>>>>>    spark_20150323.swf
>>>>>>>    osmf_20150323.swf
>>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946
>>>>>>>bytes)
>>>>>>>launching player and swf
>>>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>>>  Build file should not reuse the same property name for different
>>>>>>>values.
>>>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>>>  Build file should not reuse the same property name for different
>>>>>>>values.
>>>>>>>
>>>>>>>mustellaresultsparser:
>>>>>>>No results.  Is trace output enabled?
>>>>>>>results: FAILED
>>>>>>>_______________________________________
>>>>>>>
>>>>>>>I'm sure it's something simple, but I'm not sure what. I'll give it
>>>>>>>more time tomorrow. In the meantime I checked in some small
>>>>>>>improvements to the README (on develop).
>>>>>>>
>>>>>>>
>>>>>>>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>>>>>>>wrote:
>>>>>>>> I have the same error when trying to run gpg on Git Bash.  But it
>>>>>>>>works
>>>>>>>> completely fine on my Windows Command Prompt shell.  Apparently,
>>>>>>>>its a
>>>>>>>> known issue that Git Bash and windows command prompt look at
>>>>>>>>different
>>>>>>>> places for the ring file [1]
>>>>>>>>
>>>>>>>> Have you tried that instead of Git Bash?
>>>>>>>>
>>>>>>>> Of course, I had to install gpg on my machine first from [2]
>>>>>>>>
>>>>>>>> [1] https://github.com/keybase/node-client/issues/95
>>>>>>>> [2] http://gpg4win.org/download.html
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Om
>>>>>>>>
>>>>>>>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com>
>>>>>>>>wrote:
>>>>>>>>
>>>>>>>>> Try some other commands with GPG.  It may be your GPG set up and
>>>>>>>>>not
>>>>>>>>> anything related to Flex.
>>>>>>>>>
>>>>>>>>> Google says there may be more than one gpg program on your computer
>>>>>>>>>and
>>>>>>>>> running the wrong one can result in something like this.
>>>>>>>>>
>>>>>>>>> -Alex
>>>>>>>>>
>>>>>>>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe).
>>>>>>>>>It's
>>>>>>>>> >the same even if I run it as administrator.
>>>>>>>>> >
>>>>>>>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>>>>>>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>>>>>>>having
>>>>>>>>> >> file permission problems and need to use sudo.
>>>>>>>>> >>
>>>>>>>>> >> -Alex
>>>>>>>>> >>
>>>>>>>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com>
>>>>>>>>>wrote:
>>>>>>>>> >>
>>>>>>>>> >>>> 1) You downloaded the KEYS file?
>>>>>>>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it
>>>>>>>>>didn't
>>>>>>>>>need
>>>>>>>>> >>>a path. But I just tried to give it the absolute path instead of
>>>>>>>>>the
>>>>>>>>> >>>relative one, and I get the same error.
>>>>>>>>> >>
>>>>>>>>>
>>>>>>>>>
>>>>>>
>>>>
>>

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Erik de Bruin <er...@ixsoftware.nl>.
> The RSL build number is not being expanded in flex-config.xml after running ant frameworks-rsls. I thought this had been fixed?

The token is expanded by the various 'prepare the SDK for IDE'
scripts, not the ant target.

EdB



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

The RSL build number is not being expanded in flex-config.xml after running ant frameworks-rsls. I thought this had been fixed?

Thanks,
Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Hi,

Yes, I forgot to mention this in the vote email: I'm using TLF and
BlazeDS from the 4.14.0 release. Since this is a minor update, I
didn't want to confuse the issue by introducing changes in the
dependencies. I have added the appropriate tags to the repos in
question.

EdB



On Tue, Mar 24, 2015 at 6:10 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> Hi,
>
> What git hash of TLF was this compiled with? I don't see a 4.14.1 tag in that repo and there's been a number of changes since the 4.14.0 tag.
>
> Thanks,
> Justin



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

What git hash of TLF was this compiled with? I don't see a 4.14.1 tag in that repo and there's been a number of changes since the 4.14.0 tag.

Thanks,
Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.

On 3/23/15, 4:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>
>PS: isn't there a way to automate adding the test swfs to the / a
>security trust file? I have a feeling it could save a lot of time for
>the whole community.

There probably is a way.  Feel free to try to figure it out.

-Alex


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
Yep, that was it (the debugger projector). Because it worked well for
my regular source SDK, I assumed it was set correctly - but I had set
it correctly in env.properties, and, for some reason incorrectly in
the environment variables section.

After that I also got the 'cannot access local resource' error, and
then, after adding both basicLoader.swf and BasicTests.swf, the
basictests target passed.

Thank you for your help, Alex!

PS: isn't there a way to automate adding the test swfs to the / a
security trust file? I have a feeling it could save a lot of time for
the whole community.

On 23 March 2015 at 23:10, Alex Harui <ah...@adobe.com> wrote:
> Basictests takes several seconds to run.  You should be able to watch it
> run.  If it isn’t coming up, then we have to wonder if the player isn’t
> configured correctly.
>
> If BasicTests does run, please verify that you’ve installed a debugger
> projector and not the regular projector player.
>
> -Alex
>
> On 3/23/15, 3:00 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>
>>There is a flashlog.txt in
>>"c:\Users\someUser\AppData\Roaming\Macromedia\Flash Player\Logs\", but
>>it's empty. I also ran the basictests target again, and the date and
>>time don't change on flashlog.txt and it stays empty.
>>
>>On 23 March 2015 at 22:29, Alex Harui <ah...@adobe.com> wrote:
>>> Did a flashlog.txt file get created?  What kind of output was in it?
>>> Where did it end up on your computer?
>>>
>>> -Alex
>>>
>>> On 3/23/15, 2:22 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>
>>>>Like this? TraceOutputFileEnable=1
>>>>yes.
>>>>
>>>>On 23 March 2015 at 21:38, Alex Harui <ah...@adobe.com> wrote:
>>>>> Is trace output enabled in the mm.cfg file?
>>>>>
>>>>> On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>
>>>>>>Thanks, Om! Now works just fine from the command prompt after
>>>>>>installing gpg4win.
>>>>>>
>>>>>>Later down the line I get this error:
>>>>>>
>>>>>>_______________________________________
>>>>>>
>>>>>>compilemustellaswc:
>>>>>>Loading configuration file
>>>>>>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>>>>>>fig.xml
>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>-src\mustella\mustella.swc (95112 bytes)
>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>-src\build.xml:1498: warning: 'includeantruntime' was not set,
>>>>>>defaulting
>>>>>>to bui
>>>>>>ld.sysclasspath=last; set to false for repeatable builds
>>>>>>Compiling 1 source file
>>>>>>
>>>>>>load-task:
>>>>>>
>>>>>>basictests:
>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.
>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.
>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests
>>>>>>-c
>>>>>>on
>>>>>>fig.xm
>>>>>>l
>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.
>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.
>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.sw
>>>>>>f
>>>>>>(541283
>>>>>>bytes)
>>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.
>>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>>Required RSLs:
>>>>>>    framework_20150323.swf
>>>>>>    textLayout_20150323.swf
>>>>>>    spark_20150323.swf
>>>>>>    osmf_20150323.swf
>>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946
>>>>>>bytes)
>>>>>>launching player and swf
>>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>>  Build file should not reuse the same property name for different
>>>>>>values.
>>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>>  Build file should not reuse the same property name for different
>>>>>>values.
>>>>>>
>>>>>>mustellaresultsparser:
>>>>>>No results.  Is trace output enabled?
>>>>>>results: FAILED
>>>>>>_______________________________________
>>>>>>
>>>>>>I'm sure it's something simple, but I'm not sure what. I'll give it
>>>>>>more time tomorrow. In the meantime I checked in some small
>>>>>>improvements to the README (on develop).
>>>>>>
>>>>>>
>>>>>>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>>>>>>wrote:
>>>>>>> I have the same error when trying to run gpg on Git Bash.  But it
>>>>>>>works
>>>>>>> completely fine on my Windows Command Prompt shell.  Apparently,
>>>>>>>its a
>>>>>>> known issue that Git Bash and windows command prompt look at
>>>>>>>different
>>>>>>> places for the ring file [1]
>>>>>>>
>>>>>>> Have you tried that instead of Git Bash?
>>>>>>>
>>>>>>> Of course, I had to install gpg on my machine first from [2]
>>>>>>>
>>>>>>> [1] https://github.com/keybase/node-client/issues/95
>>>>>>> [2] http://gpg4win.org/download.html
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Om
>>>>>>>
>>>>>>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com>
>>>>>>>wrote:
>>>>>>>
>>>>>>>> Try some other commands with GPG.  It may be your GPG set up and
>>>>>>>>not
>>>>>>>> anything related to Flex.
>>>>>>>>
>>>>>>>> Google says there may be more than one gpg program on your computer
>>>>>>>>and
>>>>>>>> running the wrong one can result in something like this.
>>>>>>>>
>>>>>>>> -Alex
>>>>>>>>
>>>>>>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>>>
>>>>>>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe).
>>>>>>>>It's
>>>>>>>> >the same even if I run it as administrator.
>>>>>>>> >
>>>>>>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>>>>>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>>>>>>having
>>>>>>>> >> file permission problems and need to use sudo.
>>>>>>>> >>
>>>>>>>> >> -Alex
>>>>>>>> >>
>>>>>>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com>
>>>>>>>>wrote:
>>>>>>>> >>
>>>>>>>> >>>> 1) You downloaded the KEYS file?
>>>>>>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it
>>>>>>>>didn't
>>>>>>>>need
>>>>>>>> >>>a path. But I just tried to give it the absolute path instead of
>>>>>>>>the
>>>>>>>> >>>relative one, and I get the same error.
>>>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>
>>>
>

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
Basictests takes several seconds to run.  You should be able to watch it
run.  If it isn’t coming up, then we have to wonder if the player isn’t
configured correctly.

If BasicTests does run, please verify that you’ve installed a debugger
projector and not the regular projector player.

-Alex

On 3/23/15, 3:00 PM, "Mihai Chira" <mi...@gmail.com> wrote:

>There is a flashlog.txt in
>"c:\Users\someUser\AppData\Roaming\Macromedia\Flash Player\Logs\", but
>it's empty. I also ran the basictests target again, and the date and
>time don't change on flashlog.txt and it stays empty.
>
>On 23 March 2015 at 22:29, Alex Harui <ah...@adobe.com> wrote:
>> Did a flashlog.txt file get created?  What kind of output was in it?
>> Where did it end up on your computer?
>>
>> -Alex
>>
>> On 3/23/15, 2:22 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>
>>>Like this? TraceOutputFileEnable=1
>>>yes.
>>>
>>>On 23 March 2015 at 21:38, Alex Harui <ah...@adobe.com> wrote:
>>>> Is trace output enabled in the mm.cfg file?
>>>>
>>>> On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>
>>>>>Thanks, Om! Now works just fine from the command prompt after
>>>>>installing gpg4win.
>>>>>
>>>>>Later down the line I get this error:
>>>>>
>>>>>_______________________________________
>>>>>
>>>>>compilemustellaswc:
>>>>>Loading configuration file
>>>>>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>>>>>fig.xml
>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>-src\mustella\mustella.swc (95112 bytes)
>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>-src\build.xml:1498: warning: 'includeantruntime' was not set,
>>>>>defaulting
>>>>>to bui
>>>>>ld.sysclasspath=last; set to false for repeatable builds
>>>>>Compiling 1 source file
>>>>>
>>>>>load-task:
>>>>>
>>>>>basictests:
>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.
>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.
>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests
>>>>>-c
>>>>>on
>>>>>fig.xm
>>>>>l
>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.
>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.
>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.sw
>>>>>f
>>>>>(541283
>>>>>bytes)
>>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.
>>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>>Required RSLs:
>>>>>    framework_20150323.swf
>>>>>    textLayout_20150323.swf
>>>>>    spark_20150323.swf
>>>>>    osmf_20150323.swf
>>>>>C:\Users\someUser\Adobe Flash Builder
>>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946
>>>>>bytes)
>>>>>launching player and swf
>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>  Build file should not reuse the same property name for different
>>>>>values.
>>>>>DEPRECATED - <available> used to override an existing property.
>>>>>  Build file should not reuse the same property name for different
>>>>>values.
>>>>>
>>>>>mustellaresultsparser:
>>>>>No results.  Is trace output enabled?
>>>>>results: FAILED
>>>>>_______________________________________
>>>>>
>>>>>I'm sure it's something simple, but I'm not sure what. I'll give it
>>>>>more time tomorrow. In the meantime I checked in some small
>>>>>improvements to the README (on develop).
>>>>>
>>>>>
>>>>>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>>>>>wrote:
>>>>>> I have the same error when trying to run gpg on Git Bash.  But it
>>>>>>works
>>>>>> completely fine on my Windows Command Prompt shell.  Apparently,
>>>>>>its a
>>>>>> known issue that Git Bash and windows command prompt look at
>>>>>>different
>>>>>> places for the ring file [1]
>>>>>>
>>>>>> Have you tried that instead of Git Bash?
>>>>>>
>>>>>> Of course, I had to install gpg on my machine first from [2]
>>>>>>
>>>>>> [1] https://github.com/keybase/node-client/issues/95
>>>>>> [2] http://gpg4win.org/download.html
>>>>>>
>>>>>> Thanks,
>>>>>> Om
>>>>>>
>>>>>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com>
>>>>>>wrote:
>>>>>>
>>>>>>> Try some other commands with GPG.  It may be your GPG set up and
>>>>>>>not
>>>>>>> anything related to Flex.
>>>>>>>
>>>>>>> Google says there may be more than one gpg program on your computer
>>>>>>>and
>>>>>>> running the wrong one can result in something like this.
>>>>>>>
>>>>>>> -Alex
>>>>>>>
>>>>>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>>
>>>>>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe).
>>>>>>>It's
>>>>>>> >the same even if I run it as administrator.
>>>>>>> >
>>>>>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>>>>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>>>>>having
>>>>>>> >> file permission problems and need to use sudo.
>>>>>>> >>
>>>>>>> >> -Alex
>>>>>>> >>
>>>>>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com>
>>>>>>>wrote:
>>>>>>> >>
>>>>>>> >>>> 1) You downloaded the KEYS file?
>>>>>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it
>>>>>>>didn't
>>>>>>>need
>>>>>>> >>>a path. But I just tried to give it the absolute path instead of
>>>>>>>the
>>>>>>> >>>relative one, and I get the same error.
>>>>>>> >>
>>>>>>>
>>>>>>>
>>>>
>>


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
There is a flashlog.txt in
"c:\Users\someUser\AppData\Roaming\Macromedia\Flash Player\Logs\", but
it's empty. I also ran the basictests target again, and the date and
time don't change on flashlog.txt and it stays empty.

On 23 March 2015 at 22:29, Alex Harui <ah...@adobe.com> wrote:
> Did a flashlog.txt file get created?  What kind of output was in it?
> Where did it end up on your computer?
>
> -Alex
>
> On 3/23/15, 2:22 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>
>>Like this? TraceOutputFileEnable=1
>>yes.
>>
>>On 23 March 2015 at 21:38, Alex Harui <ah...@adobe.com> wrote:
>>> Is trace output enabled in the mm.cfg file?
>>>
>>> On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>
>>>>Thanks, Om! Now works just fine from the command prompt after
>>>>installing gpg4win.
>>>>
>>>>Later down the line I get this error:
>>>>
>>>>_______________________________________
>>>>
>>>>compilemustellaswc:
>>>>Loading configuration file
>>>>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>>>>fig.xml
>>>>C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>-src\mustella\mustella.swc (95112 bytes)
>>>>C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>-src\build.xml:1498: warning: 'includeantruntime' was not set,
>>>>defaulting
>>>>to bui
>>>>ld.sysclasspath=last; set to false for repeatable builds
>>>>Compiling 1 source file
>>>>
>>>>load-task:
>>>>
>>>>basictests:
>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.
>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.
>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests-c
>>>>on
>>>>fig.xm
>>>>l
>>>>C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.
>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.
>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.swf
>>>>(541283
>>>>bytes)
>>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.
>>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>>Required RSLs:
>>>>    framework_20150323.swf
>>>>    textLayout_20150323.swf
>>>>    spark_20150323.swf
>>>>    osmf_20150323.swf
>>>>C:\Users\someUser\Adobe Flash Builder
>>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946
>>>>bytes)
>>>>launching player and swf
>>>>DEPRECATED - <available> used to override an existing property.
>>>>  Build file should not reuse the same property name for different
>>>>values.
>>>>DEPRECATED - <available> used to override an existing property.
>>>>  Build file should not reuse the same property name for different
>>>>values.
>>>>
>>>>mustellaresultsparser:
>>>>No results.  Is trace output enabled?
>>>>results: FAILED
>>>>_______________________________________
>>>>
>>>>I'm sure it's something simple, but I'm not sure what. I'll give it
>>>>more time tomorrow. In the meantime I checked in some small
>>>>improvements to the README (on develop).
>>>>
>>>>
>>>>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>>>>wrote:
>>>>> I have the same error when trying to run gpg on Git Bash.  But it
>>>>>works
>>>>> completely fine on my Windows Command Prompt shell.  Apparently, its a
>>>>> known issue that Git Bash and windows command prompt look at different
>>>>> places for the ring file [1]
>>>>>
>>>>> Have you tried that instead of Git Bash?
>>>>>
>>>>> Of course, I had to install gpg on my machine first from [2]
>>>>>
>>>>> [1] https://github.com/keybase/node-client/issues/95
>>>>> [2] http://gpg4win.org/download.html
>>>>>
>>>>> Thanks,
>>>>> Om
>>>>>
>>>>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com> wrote:
>>>>>
>>>>>> Try some other commands with GPG.  It may be your GPG set up and not
>>>>>> anything related to Flex.
>>>>>>
>>>>>> Google says there may be more than one gpg program on your computer
>>>>>>and
>>>>>> running the wrong one can result in something like this.
>>>>>>
>>>>>> -Alex
>>>>>>
>>>>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>>
>>>>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's
>>>>>> >the same even if I run it as administrator.
>>>>>> >
>>>>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>>>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>>>>having
>>>>>> >> file permission problems and need to use sudo.
>>>>>> >>
>>>>>> >> -Alex
>>>>>> >>
>>>>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>> >>
>>>>>> >>>> 1) You downloaded the KEYS file?
>>>>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it didn't
>>>>>>need
>>>>>> >>>a path. But I just tried to give it the absolute path instead of
>>>>>>the
>>>>>> >>>relative one, and I get the same error.
>>>>>> >>
>>>>>>
>>>>>>
>>>
>

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
Did a flashlog.txt file get created?  What kind of output was in it?
Where did it end up on your computer?

-Alex

On 3/23/15, 2:22 PM, "Mihai Chira" <mi...@gmail.com> wrote:

>Like this? TraceOutputFileEnable=1
>yes.
>
>On 23 March 2015 at 21:38, Alex Harui <ah...@adobe.com> wrote:
>> Is trace output enabled in the mm.cfg file?
>>
>> On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>>
>>>Thanks, Om! Now works just fine from the command prompt after
>>>installing gpg4win.
>>>
>>>Later down the line I get this error:
>>>
>>>_______________________________________
>>>
>>>compilemustellaswc:
>>>Loading configuration file
>>>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>>>fig.xml
>>>C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>-src\mustella\mustella.swc (95112 bytes)
>>>C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>-src\build.xml:1498: warning: 'includeantruntime' was not set,
>>>defaulting
>>>to bui
>>>ld.sysclasspath=last; set to false for repeatable builds
>>>Compiling 1 source file
>>>
>>>load-task:
>>>
>>>basictests:
>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.
>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.
>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests-c
>>>on
>>>fig.xm
>>>l
>>>C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.
>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.
>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.swf
>>>(541283
>>>bytes)
>>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.
>>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>>Required RSLs:
>>>    framework_20150323.swf
>>>    textLayout_20150323.swf
>>>    spark_20150323.swf
>>>    osmf_20150323.swf
>>>C:\Users\someUser\Adobe Flash Builder
>>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946
>>>bytes)
>>>launching player and swf
>>>DEPRECATED - <available> used to override an existing property.
>>>  Build file should not reuse the same property name for different
>>>values.
>>>DEPRECATED - <available> used to override an existing property.
>>>  Build file should not reuse the same property name for different
>>>values.
>>>
>>>mustellaresultsparser:
>>>No results.  Is trace output enabled?
>>>results: FAILED
>>>_______________________________________
>>>
>>>I'm sure it's something simple, but I'm not sure what. I'll give it
>>>more time tomorrow. In the meantime I checked in some small
>>>improvements to the README (on develop).
>>>
>>>
>>>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>>>wrote:
>>>> I have the same error when trying to run gpg on Git Bash.  But it
>>>>works
>>>> completely fine on my Windows Command Prompt shell.  Apparently, its a
>>>> known issue that Git Bash and windows command prompt look at different
>>>> places for the ring file [1]
>>>>
>>>> Have you tried that instead of Git Bash?
>>>>
>>>> Of course, I had to install gpg on my machine first from [2]
>>>>
>>>> [1] https://github.com/keybase/node-client/issues/95
>>>> [2] http://gpg4win.org/download.html
>>>>
>>>> Thanks,
>>>> Om
>>>>
>>>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com> wrote:
>>>>
>>>>> Try some other commands with GPG.  It may be your GPG set up and not
>>>>> anything related to Flex.
>>>>>
>>>>> Google says there may be more than one gpg program on your computer
>>>>>and
>>>>> running the wrong one can result in something like this.
>>>>>
>>>>> -Alex
>>>>>
>>>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>>
>>>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's
>>>>> >the same even if I run it as administrator.
>>>>> >
>>>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>>>having
>>>>> >> file permission problems and need to use sudo.
>>>>> >>
>>>>> >> -Alex
>>>>> >>
>>>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>> >>
>>>>> >>>> 1) You downloaded the KEYS file?
>>>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it didn't
>>>>>need
>>>>> >>>a path. But I just tried to give it the absolute path instead of
>>>>>the
>>>>> >>>relative one, and I get the same error.
>>>>> >>
>>>>>
>>>>>
>>


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
Like this? TraceOutputFileEnable=1
yes.

On 23 March 2015 at 21:38, Alex Harui <ah...@adobe.com> wrote:
> Is trace output enabled in the mm.cfg file?
>
> On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:
>
>>Thanks, Om! Now works just fine from the command prompt after
>>installing gpg4win.
>>
>>Later down the line I get this error:
>>
>>_______________________________________
>>
>>compilemustellaswc:
>>Loading configuration file
>>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>>fig.xml
>>C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>-src\mustella\mustella.swc (95112 bytes)
>>C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>-src\build.xml:1498: warning: 'includeantruntime' was not set, defaulting
>>to bui
>>ld.sysclasspath=last; set to false for repeatable builds
>>Compiling 1 source file
>>
>>load-task:
>>
>>basictests:
>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.
>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.
>>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests-con
>>fig.xm
>>l
>>C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.
>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.
>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.swf
>>(541283
>>bytes)
>>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.
>>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>>Required RSLs:
>>    framework_20150323.swf
>>    textLayout_20150323.swf
>>    spark_20150323.swf
>>    osmf_20150323.swf
>>C:\Users\someUser\Adobe Flash Builder
>>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946 bytes)
>>launching player and swf
>>DEPRECATED - <available> used to override an existing property.
>>  Build file should not reuse the same property name for different values.
>>DEPRECATED - <available> used to override an existing property.
>>  Build file should not reuse the same property name for different values.
>>
>>mustellaresultsparser:
>>No results.  Is trace output enabled?
>>results: FAILED
>>_______________________________________
>>
>>I'm sure it's something simple, but I'm not sure what. I'll give it
>>more time tomorrow. In the meantime I checked in some small
>>improvements to the README (on develop).
>>
>>
>>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>>wrote:
>>> I have the same error when trying to run gpg on Git Bash.  But it works
>>> completely fine on my Windows Command Prompt shell.  Apparently, its a
>>> known issue that Git Bash and windows command prompt look at different
>>> places for the ring file [1]
>>>
>>> Have you tried that instead of Git Bash?
>>>
>>> Of course, I had to install gpg on my machine first from [2]
>>>
>>> [1] https://github.com/keybase/node-client/issues/95
>>> [2] http://gpg4win.org/download.html
>>>
>>> Thanks,
>>> Om
>>>
>>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com> wrote:
>>>
>>>> Try some other commands with GPG.  It may be your GPG set up and not
>>>> anything related to Flex.
>>>>
>>>> Google says there may be more than one gpg program on your computer and
>>>> running the wrong one can result in something like this.
>>>>
>>>> -Alex
>>>>
>>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>>
>>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's
>>>> >the same even if I run it as administrator.
>>>> >
>>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>>having
>>>> >> file permission problems and need to use sudo.
>>>> >>
>>>> >> -Alex
>>>> >>
>>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>> >>
>>>> >>>> 1) You downloaded the KEYS file?
>>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it didn't
>>>>need
>>>> >>>a path. But I just tried to give it the absolute path instead of the
>>>> >>>relative one, and I get the same error.
>>>> >>
>>>>
>>>>
>

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
Is trace output enabled in the mm.cfg file?

On 3/23/15, 1:28 PM, "Mihai Chira" <mi...@gmail.com> wrote:

>Thanks, Om! Now works just fine from the command prompt after
>installing gpg4win.
>
>Later down the line I get this error:
>
>_______________________________________
>
>compilemustellaswc:
>Loading configuration file
>C:\Users\someUser\workspace\sdk\frameworks\flex-con
>fig.xml
>C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>-src\mustella\mustella.swc (95112 bytes)
>C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>-src\build.xml:1498: warning: 'includeantruntime' was not set, defaulting
>to bui
>ld.sysclasspath=last; set to false for repeatable builds
>Compiling 1 source file
>
>load-task:
>
>basictests:
>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.
>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.
>14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests-con
>fig.xm
>l
>C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.
>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.
>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.swf
>(541283
>bytes)
>Loading configuration file C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.
>14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
>Required RSLs:
>    framework_20150323.swf
>    textLayout_20150323.swf
>    spark_20150323.swf
>    osmf_20150323.swf
>C:\Users\someUser\Adobe Flash Builder
>4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
>-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946 bytes)
>launching player and swf
>DEPRECATED - <available> used to override an existing property.
>  Build file should not reuse the same property name for different values.
>DEPRECATED - <available> used to override an existing property.
>  Build file should not reuse the same property name for different values.
>
>mustellaresultsparser:
>No results.  Is trace output enabled?
>results: FAILED
>_______________________________________
>
>I'm sure it's something simple, but I'm not sure what. I'll give it
>more time tomorrow. In the meantime I checked in some small
>improvements to the README (on develop).
>
>
>On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com>
>wrote:
>> I have the same error when trying to run gpg on Git Bash.  But it works
>> completely fine on my Windows Command Prompt shell.  Apparently, its a
>> known issue that Git Bash and windows command prompt look at different
>> places for the ring file [1]
>>
>> Have you tried that instead of Git Bash?
>>
>> Of course, I had to install gpg on my machine first from [2]
>>
>> [1] https://github.com/keybase/node-client/issues/95
>> [2] http://gpg4win.org/download.html
>>
>> Thanks,
>> Om
>>
>> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com> wrote:
>>
>>> Try some other commands with GPG.  It may be your GPG set up and not
>>> anything related to Flex.
>>>
>>> Google says there may be more than one gpg program on your computer and
>>> running the wrong one can result in something like this.
>>>
>>> -Alex
>>>
>>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>>
>>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's
>>> >the same even if I run it as administrator.
>>> >
>>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>>> >> Are you using a Cygwin or some other shell emulator?  You may be
>>>having
>>> >> file permission problems and need to use sudo.
>>> >>
>>> >> -Alex
>>> >>
>>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>> >>
>>> >>>> 1) You downloaded the KEYS file?
>>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it didn't
>>>need
>>> >>>a path. But I just tried to give it the absolute path instead of the
>>> >>>relative one, and I get the same error.
>>> >>
>>>
>>>


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
Thanks, Om! Now works just fine from the command prompt after
installing gpg4win.

Later down the line I get this error:

_______________________________________

compilemustellaswc:
Loading configuration file C:\Users\someUser\workspace\sdk\frameworks\flex-con
fig.xml
C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
-src\mustella\mustella.swc (95112 bytes)
C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
-src\build.xml:1498: warning: 'includeantruntime' was not set, defaulting to bui
ld.sysclasspath=last; set to false for repeatable builds
Compiling 1 source file

load-task:

basictests:
Loading configuration file C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.
14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
Loading configuration file C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.
14.1\apache-flex-sdk-4.14.1-src\frameworks\tests\basicTests\BasicTests-config.xm
l
C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
-src\frameworks\tests\basicTests\BasicTests.swf (3798035 bytes)
Loading configuration file C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.
14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
-src\frameworks\tests\basicTests\basicLoader.swf (959 bytes)
Loading configuration file C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.
14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
-src\frameworks\tests\basicTests\spark\views\StyleManagerModuleTest.swf (541283
bytes)
Loading configuration file C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.
14.1\apache-flex-sdk-4.14.1-src\frameworks\flex-config.xml
Required RSLs:
    framework_20150323.swf
    textLayout_20150323.swf
    spark_20150323.swf
    osmf_20150323.swf
C:\Users\someUser\Adobe Flash Builder 4.7\FlexSDK4.14.1\apache-flex-sdk-4.14.1
-src\frameworks\tests\basicTests\spark\views\HelloWorld.swf (62946 bytes)
launching player and swf
DEPRECATED - <available> used to override an existing property.
  Build file should not reuse the same property name for different values.
DEPRECATED - <available> used to override an existing property.
  Build file should not reuse the same property name for different values.

mustellaresultsparser:
No results.  Is trace output enabled?
results: FAILED
_______________________________________

I'm sure it's something simple, but I'm not sure what. I'll give it
more time tomorrow. In the meantime I checked in some small
improvements to the README (on develop).


On 23 March 2015 at 19:33, OmPrakash Muppirala <bi...@gmail.com> wrote:
> I have the same error when trying to run gpg on Git Bash.  But it works
> completely fine on my Windows Command Prompt shell.  Apparently, its a
> known issue that Git Bash and windows command prompt look at different
> places for the ring file [1]
>
> Have you tried that instead of Git Bash?
>
> Of course, I had to install gpg on my machine first from [2]
>
> [1] https://github.com/keybase/node-client/issues/95
> [2] http://gpg4win.org/download.html
>
> Thanks,
> Om
>
> On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com> wrote:
>
>> Try some other commands with GPG.  It may be your GPG set up and not
>> anything related to Flex.
>>
>> Google says there may be more than one gpg program on your computer and
>> running the wrong one can result in something like this.
>>
>> -Alex
>>
>> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>
>> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's
>> >the same even if I run it as administrator.
>> >
>> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>> >> Are you using a Cygwin or some other shell emulator?  You may be having
>> >> file permission problems and need to use sudo.
>> >>
>> >> -Alex
>> >>
>> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>> >>
>> >>>> 1) You downloaded the KEYS file?
>> >>>Yes, in the same folder as ApproveSDK.xml, which is why it didn't need
>> >>>a path. But I just tried to give it the absolute path instead of the
>> >>>relative one, and I get the same error.
>> >>
>>
>>

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I have the same error when trying to run gpg on Git Bash.  But it works
completely fine on my Windows Command Prompt shell.  Apparently, its a
known issue that Git Bash and windows command prompt look at different
places for the ring file [1]

Have you tried that instead of Git Bash?

Of course, I had to install gpg on my machine first from [2]

[1] https://github.com/keybase/node-client/issues/95
[2] http://gpg4win.org/download.html

Thanks,
Om

On Mon, Mar 23, 2015 at 11:22 AM, Alex Harui <ah...@adobe.com> wrote:

> Try some other commands with GPG.  It may be your GPG set up and not
> anything related to Flex.
>
> Google says there may be more than one gpg program on your computer and
> running the wrong one can result in something like this.
>
> -Alex
>
> On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>
> >I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's
> >the same even if I run it as administrator.
> >
> >On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
> >> Are you using a Cygwin or some other shell emulator?  You may be having
> >> file permission problems and need to use sudo.
> >>
> >> -Alex
> >>
> >> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:
> >>
> >>>> 1) You downloaded the KEYS file?
> >>>Yes, in the same folder as ApproveSDK.xml, which is why it didn't need
> >>>a path. But I just tried to give it the absolute path instead of the
> >>>relative one, and I get the same error.
> >>
>
>

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
Try some other commands with GPG.  It may be your GPG set up and not
anything related to Flex.

Google says there may be more than one gpg program on your computer and
running the wrong one can result in something like this.

-Alex

On 3/23/15, 11:07 AM, "Mihai Chira" <mi...@gmail.com> wrote:

>I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's
>the same even if I run it as administrator.
>
>On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
>> Are you using a Cygwin or some other shell emulator?  You may be having
>> file permission problems and need to use sudo.
>>
>> -Alex
>>
>> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>>
>>>> 1) You downloaded the KEYS file?
>>>Yes, in the same folder as ApproveSDK.xml, which is why it didn't need
>>>a path. But I just tried to give it the absolute path instead of the
>>>relative one, and I get the same error.
>>


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's
the same even if I run it as administrator.

On 23 March 2015 at 18:54, Alex Harui <ah...@adobe.com> wrote:
> Are you using a Cygwin or some other shell emulator?  You may be having
> file permission problems and need to use sudo.
>
> -Alex
>
> On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:
>
>>> 1) You downloaded the KEYS file?
>>Yes, in the same folder as ApproveSDK.xml, which is why it didn't need
>>a path. But I just tried to give it the absolute path instead of the
>>relative one, and I get the same error.
>

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
Are you using a Cygwin or some other shell emulator?  You may be having
file permission problems and need to use sudo.

-Alex

On 3/23/15, 10:44 AM, "Mihai Chira" <mi...@gmail.com> wrote:

>> 1) You downloaded the KEYS file?
>Yes, in the same folder as ApproveSDK.xml, which is why it didn't need
>a path. But I just tried to give it the absolute path instead of the
>relative one, and I get the same error.


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
> 1) You downloaded the KEYS file?
Yes, in the same folder as ApproveSDK.xml, which is why it didn't need
a path. But I just tried to give it the absolute path instead of the
relative one, and I get the same error.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
Just to double-check:

1) You downloaded the KEYS file?

2) Gpg wants the path to the KEYS file as in:

 gpg —import <path-to-KEYS file>

For me, something like:

 gpg —import c:/users/aharui/downloads/KEYS

On 3/23/15, 10:23 AM, "Mihai Chira" <mi...@gmail.com> wrote:

>> gpg --import KEYS
>I got the same error running this. Then I discovered this[1] and
>copied iconv.dll near git's gpg.exe, and now I get this error:
>______________________________
>$ gpg --import KEYS
>gpg: keyblock resource `c:/Users/evolverine/.gnupg\secring.gpg': file
>open error
>gpg: keyblock resource `c:/Users/evolverine/.gnupg\pubring.gpg': file
>open error
>gpg: no writable keyring found: eof
>gpg: error reading `KEYS': general error
>gpg: import from `KEYS' failed: general error
>gpg: Total number processed: 0
>______________________________
>
>...and...
>
>______________________________
>$ ant -e -f ApproveSDK.xml -Drelease.version=4.14.1 -Drc=1
>main-no-download
>Buildfile: C:\Users\evolverine\Adobe Flash Builder
>4.7\FlexSDK4.14.1\ApproveSDK.xml
>
>install-rat.jar:
>
>install-rat.tasks.jar:
>
>install-rat:
>
>check-sigs:
>
>checkasc:
>gpg: keyblock resource `c:/Users/evolverine/.gnupg\pubring.gpg': file
>open error
>gpg: Signature made 03/23/15 10:37:34 using RSA key ID 04C1F654
>gpg: Can't check signature: public key not found
>
>BUILD FAILED
>______________________________
>
>Is there a setup step that I omitted from a wiki page / README? If so,
>sorry, and could someone please point me to it? Thanks.
>
>
>[1] https://www.gnupg.org/download/iconv.en.html


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
> gpg --import KEYS
I got the same error running this. Then I discovered this[1] and
copied iconv.dll near git's gpg.exe, and now I get this error:
______________________________
$ gpg --import KEYS
gpg: keyblock resource `c:/Users/evolverine/.gnupg\secring.gpg': file open error
gpg: keyblock resource `c:/Users/evolverine/.gnupg\pubring.gpg': file open error
gpg: no writable keyring found: eof
gpg: error reading `KEYS': general error
gpg: import from `KEYS' failed: general error
gpg: Total number processed: 0
______________________________

...and...

______________________________
$ ant -e -f ApproveSDK.xml -Drelease.version=4.14.1 -Drc=1 main-no-download
Buildfile: C:\Users\evolverine\Adobe Flash Builder
4.7\FlexSDK4.14.1\ApproveSDK.xml

install-rat.jar:

install-rat.tasks.jar:

install-rat:

check-sigs:

checkasc:
gpg: keyblock resource `c:/Users/evolverine/.gnupg\pubring.gpg': file open error
gpg: Signature made 03/23/15 10:37:34 using RSA key ID 04C1F654
gpg: Can't check signature: public key not found

BUILD FAILED
______________________________

Is there a setup step that I omitted from a wiki page / README? If so,
sorry, and could someone please point me to it? Thanks.


[1] https://www.gnupg.org/download/iconv.en.html

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Maxim Solodovnik <so...@gmail.com>.
gpg --import KEYS

KEYS can be obtained here:
https://dist.apache.org/repos/dist/dev/flex/sdk/KEYS

On Mon, Mar 23, 2015 at 11:04 PM, Mihai Chira <mi...@gmail.com> wrote:

> Now I'm getting this error (below). I'm running the script from the
> git bash on Windows 7.
>
> checkasc:
> gpg: error loading `iconv.dll': The specified module could not be found.
>
> gpg: please see http://www.gnupg.org/download/iconv.html for more
> information
> gpg: keyblock resource `c:/Users/evolverine/.gnupg\pubring.gpg': file open
> error
> gpg: Signature made 03/23/15 10:37:34 using RSA key ID 04C1F654
> gpg: Can't check signature: public key not found
>
> BUILD FAILED
>
> On 23 March 2015 at 17:58, Mihai Chira <mi...@gmail.com> wrote:
> > Could we get the ApproveSDK ant script to skip downloading the zip
> > file if it's already there? Because if you get an error after the
> > download and run the script again, you have to wait again quite a
> > while. I'm happy to make this change tomorrow if people are ok with
> > it.
> >
> > On 23 March 2015 at 10:47, Erik de Bruin <er...@ixsoftware.nl> wrote:
> >> Please put all discussion about 4.14.1 RC1 in this thread.
> >>
> >> Thanks,
> >>
> >> EdB
> >>
> >>
> >>
> >> --
> >> Ix Multimedia Software
> >>
> >> Jan Luykenstraat 27
> >> 3521 VB Utrecht
> >>
> >> T. 06-51952295
> >> I. www.ixsoftware.nl
>



-- 
WBR
Maxim aka solomax

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
Now I'm getting this error (below). I'm running the script from the
git bash on Windows 7.

checkasc:
gpg: error loading `iconv.dll': The specified module could not be found.

gpg: please see http://www.gnupg.org/download/iconv.html for more information
gpg: keyblock resource `c:/Users/evolverine/.gnupg\pubring.gpg': file open error
gpg: Signature made 03/23/15 10:37:34 using RSA key ID 04C1F654
gpg: Can't check signature: public key not found

BUILD FAILED

On 23 March 2015 at 17:58, Mihai Chira <mi...@gmail.com> wrote:
> Could we get the ApproveSDK ant script to skip downloading the zip
> file if it's already there? Because if you get an error after the
> download and run the script again, you have to wait again quite a
> while. I'm happy to make this change tomorrow if people are ok with
> it.
>
> On 23 March 2015 at 10:47, Erik de Bruin <er...@ixsoftware.nl> wrote:
>> Please put all discussion about 4.14.1 RC1 in this thread.
>>
>> Thanks,
>>
>> EdB
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
Could we get the ApproveSDK ant script to skip downloading the zip
file if it's already there? Because if you get an error after the
download and run the script again, you have to wait again quite a
while. I'm happy to make this change tomorrow if people are ok with
it.

On 23 March 2015 at 10:47, Erik de Bruin <er...@ixsoftware.nl> wrote:
> Please put all discussion about 4.14.1 RC1 in this thread.
>
> Thanks,
>
> EdB
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

The README has instructions on how to make a usable SDK - best if you follow those rather than hack the source SDK .:-)

Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
There’s probably more missing than just playerglobal.  A built source
release doesn’t have non-Apache compatible dependencies mixed.  That’s
what the Installer is for.  I think you can run ant -f installer.xml in
the built source release to use it in an IDE.

On 3/23/15, 3:12 PM, "piotrz" <pi...@gmail.com> wrote:

>My IDE (Intellij) is looking into the player folder instead of
>PLAYERGLOBAL_HOME, but ok I understand. I will have to download on my own
>playerglobal and put it there.
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-S
>DK-4-14-1-RC1-tp45723p45768.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by piotrz <pi...@gmail.com>.
My IDE (Intellij) is looking into the player folder instead of
PLAYERGLOBAL_HOME, but ok I understand. I will have to download on my own
playerglobal and put it there.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p45768.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.

On 3/23/15, 2:52 PM, "piotrz" <pi...@gmail.com> wrote:

>1) I was able to build sdk but for some reason after build I don't have
>folder player here:
>
>frameworks\libs\player\
>
>Probably I should have this folder after the build ?

The source release can’t just be used in an IDE.  It expects the player to
be somewhere outside of the folder tree and pointed to by an environment
variable PLAYERGLOBAL_HOME

Is that what you saw?

-Alex


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by piotrz <pi...@gmail.com>.
1) I was able to build sdk but for some reason after build I don't have
folder player here:

frameworks\libs\player\

Probably I should have this folder after the build ?

2) I got warning

compile:
Compiling frameworks/libs/framework.swc
Loading configuration file
H:\flexsdk\ApacheFlex_Nightly\apache-flex-sdk-4.14.1-
src\frameworks\flex-config.xml
Loading configuration file
H:\flexsdk\ApacheFlex_Nightly\apache-flex-sdk-4.14.1-
src\frameworks\projects\framework\framework-config.xml
Loading configuration file
H:\flexsdk\ApacheFlex_Nightly\apache-flex-sdk-4.14.1-
src\frameworks\projects\framework\compile-config.xml
H:\flexsdk\ApacheFlex_Nightly\apache-flex-sdk-4.14.1-src\frameworks\projects\fra
mework\src\mx\binding\Binding.as(429): col: 20 Warning: Method addResponder
is not recognized in dynamic class Error.

                    error.addResponder(new EvalBindingResponder(this,
object));

3) We support Flash Player 17 and Adobe Air 17, so we should change Readme
section where we are mentioning about Air 16.

Piotr




-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p45765.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Glenn Willianms <in...@tinylion.co.uk>.
Same here

All good

-----Original Message-----
From: Mihai Chira [mailto:mihai.chira@gmail.com] 
Sent: 24 April 2015 13:09
To: dev@flex.apache.org
Subject: Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Just an FYI: we are now compiling our (relatively large) application with this version of the SDK, and things look all right. Good work.

On 25 March 2015 at 01:15, Justin Mclean <ju...@classsoftware.com> wrote:
> Hi,
>
> To save some confusion it might be best to move the LICENSE.xxx and NOTICE.xxx files out of the root directory and just leave the final constructed LICENSE and NOTICE files there. (For a future release obviously).
>
> Justin


-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5863 / Virus Database: 4334/9637 - Release Date: 04/27/15


Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Thanks Mihai!

Always nice to hear that when the bits hit the real world, they don't
fall apart on impact ;-)

EdB



On Fri, Apr 24, 2015 at 2:08 PM, Mihai Chira <mi...@gmail.com> wrote:
> Just an FYI: we are now compiling our (relatively large) application
> with this version of the SDK, and things look all right. Good work.
>
> On 25 March 2015 at 01:15, Justin Mclean <ju...@classsoftware.com> wrote:
>> Hi,
>>
>> To save some confusion it might be best to move the LICENSE.xxx and NOTICE.xxx files out of the root directory and just leave the final constructed LICENSE and NOTICE files there. (For a future release obviously).
>>
>> Justin



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Mihai Chira <mi...@gmail.com>.
Just an FYI: we are now compiling our (relatively large) application
with this version of the SDK, and things look all right. Good work.

On 25 March 2015 at 01:15, Justin Mclean <ju...@classsoftware.com> wrote:
> Hi,
>
> To save some confusion it might be best to move the LICENSE.xxx and NOTICE.xxx files out of the root directory and just leave the final constructed LICENSE and NOTICE files there. (For a future release obviously).
>
> Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

To save some confusion it might be best to move the LICENSE.xxx and NOTICE.xxx files out of the root directory and just leave the final constructed LICENSE and NOTICE files there. (For a future release obviously).

Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Alex Harui <ah...@adobe.com>.
Hi Chris,

The .pb files are for a PixelBender-related release we did to work around
some build issues, so they do not go in the release.

-Alex

On 3/24/15, 5:18 PM, "Chris Martin" <ch...@outlook.com> wrote:

>Doing my check on the SDK and I have a question.  Checking out NOTICE,
>README, and LICENSE files.  Noted that README.pb, LICENSE.pb, and
>NOTICE.pb are missing from the release zip.   Is that expected?  Never
>noticed before as I was just checking out the main LICENSE, NOTICE, and
>README files.  The whole IP discussion led me to take note of the other
>filesets with the extensions at the end, i.e. NOTICE.bin.
> 
>Chris
> 
>> From: erik@ixsoftware.nl
>> Date: Mon, 23 Mar 2015 10:47:33 +0100
>> Subject: [DISCUSS] Apache Flex SDK 4.14.1 - RC1
>> To: dev@flex.apache.org
>> 
>> Please put all discussion about 4.14.1 RC1 in this thread.
>> 
>> Thanks,
>> 
>> EdB
>> 
>> 
>> 
>> -- 
>> Ix Multimedia Software
>> 
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>> 
>> T. 06-51952295
>> I. www.ixsoftware.nl
> 		 	   		  


RE: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by Chris Martin <ch...@outlook.com>.
Doing my check on the SDK and I have a question.  Checking out NOTICE, README, and LICENSE files.  Noted that README.pb, LICENSE.pb, and NOTICE.pb are missing from the release zip.   Is that expected?  Never noticed before as I was just checking out the main LICENSE, NOTICE, and README files.  The whole IP discussion led me to take note of the other filesets with the extensions at the end, i.e. NOTICE.bin.
 
Chris
 
> From: erik@ixsoftware.nl
> Date: Mon, 23 Mar 2015 10:47:33 +0100
> Subject: [DISCUSS] Apache Flex SDK 4.14.1 - RC1
> To: dev@flex.apache.org
> 
> Please put all discussion about 4.14.1 RC1 in this thread.
> 
> Thanks,
> 
> EdB
> 
> 
> 
> -- 
> Ix Multimedia Software
> 
> Jan Luykenstraat 27
> 3521 VB Utrecht
> 
> T. 06-51952295
> I. www.ixsoftware.nl
 		 	   		  

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by piotrz <pi...@gmail.com>.
Om,

I think it was already released. I see it is available officially from this
link [1]

[1] https://get.adobe.com/air/

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p45756.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

Posted by piotrz <pi...@gmail.com>.
I see 17.0 version in the build.xml file, so if we are support it Readme file
should be changed.

Can you confirm my assumption ?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p45758.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.