Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC3

2016-04-03 Thread Harbs
BTW, I want to apologize for not voting on this release. I have had zero time 
(and weak network connectivity) to really be able to do this.

Harbs

On Mar 31, 2016, at 10:51 PM, Alex Harui  wrote:

> This is the discussion thread.
> 
> Changes in this RC include:
> -Remove the GCL crypt folder from the binary package.
> -Upgrade Selenium for Firefox 45
> 
> FWIW, I diff's RC2 and RC3 and it correctly reports the crypt folder
> missing.  The SWCs will report as different since they are zipped with
> timestamps.  Build.xml had to change, of course, and flex-sdk-description
> changes to have today's date as the build number.
> 
> Thanks,
> Alex Harui
> 



Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC3

2016-04-02 Thread Justin Mclean
Hi,

Looks like I solved the compilation issue I was having. It seems the ant script 
will pick up flexTasks.jar in ant’s lib directory in preference to the 
specified one and that can cause the compilation issue.

There are showing another minor issue with the build, there’s an error showing 
in the build even though it says build successful.

flat-ui-icons:
 [java] Error: Unable to access jarfile 
/Users/justinmclean/Downloads/ApacheFlexJSIII/apache-flex-flexjs-0.6.0-src/frameworks/fontsrc/${env.FLEX_HOME}/lib/mxmlc.jar

FLEX_HOME was set correctly.

Thanks,
Justin

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread OmPrakash Muppirala
I think you can create a local.properties file and set
playerglobal.version=20.0 there.

Thanks,
Om
On Apr 1, 2016 7:55 PM, "Josh Tynjala"  wrote:

> There seems to be no way to customize the ${playerglobal.version} Ant
> property with environment variables. If I try to run ApproveFlexJS.xml with
> a newer AIR SDK referenced in AIR_HOME, playerglobal.swc may be in a
> directory other than 11.1, like 19.0 or 20.0. To work around the issue, I
> simply created an 11.1 directory and copied playerglobal.swc there. That's
> not particularly obvious, though. Before I thought of that, I tried setting
> AIR_HOME to AIR 3.1, but I got some compiler error about
> Camera.copyToByteArray() that didn't exist yet in that version.
>
> In the end, at least I got it to work.
>
> - Josh
>
> On Thu, Mar 31, 2016 at 7:51 PM, Alex Harui  wrote:
>
> > This is the discussion thread.
> >
> > Changes in this RC include:
> > -Remove the GCL crypt folder from the binary package.
> > -Upgrade Selenium for Firefox 45
> >
> > FWIW, I diff's RC2 and RC3 and it correctly reports the crypt folder
> > missing.  The SWCs will report as different since they are zipped with
> > timestamps.  Build.xml had to change, of course, and flex-sdk-description
> > changes to have today's date as the build number.
> >
> > Thanks,
> > Alex Harui
> >
> >
>


Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread Josh Tynjala
There seems to be no way to customize the ${playerglobal.version} Ant
property with environment variables. If I try to run ApproveFlexJS.xml with
a newer AIR SDK referenced in AIR_HOME, playerglobal.swc may be in a
directory other than 11.1, like 19.0 or 20.0. To work around the issue, I
simply created an 11.1 directory and copied playerglobal.swc there. That's
not particularly obvious, though. Before I thought of that, I tried setting
AIR_HOME to AIR 3.1, but I got some compiler error about
Camera.copyToByteArray() that didn't exist yet in that version.

In the end, at least I got it to work.

- Josh

On Thu, Mar 31, 2016 at 7:51 PM, Alex Harui  wrote:

> This is the discussion thread.
>
> Changes in this RC include:
> -Remove the GCL crypt folder from the binary package.
> -Upgrade Selenium for Firefox 45
>
> FWIW, I diff's RC2 and RC3 and it correctly reports the crypt folder
> missing.  The SWCs will report as different since they are zipped with
> timestamps.  Build.xml had to change, of course, and flex-sdk-description
> changes to have today's date as the build number.
>
> Thanks,
> Alex Harui
>
>


[DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC3

2016-03-31 Thread Alex Harui
This is the discussion thread.

Changes in this RC include:
-Remove the GCL crypt folder from the binary package.
-Upgrade Selenium for Firefox 45

FWIW, I diff's RC2 and RC3 and it correctly reports the crypt folder
missing.  The SWCs will report as different since they are zipped with
timestamps.  Build.xml had to change, of course, and flex-sdk-description
changes to have today's date as the build number.

Thanks,
Alex Harui