Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread Carlos Rovira
Hi Om, I had installed npm 2.11.3 I tried "npm install -g http://bigosmallm.github.io/flexjs/npm/flexjs-0.5.0.tgz; and this gave me this error: macbookpro:~ carlosrovira$ npm install -g http://bigosmallm.github.io/flexjs/npm/flexjs-0.5.0.tgz npm ERR! tar.unpack untar error

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread Carlos Rovira
Hi Om, I tried that but with no luck. I'll check my npm installation and see if there's something wrong in it thanks 2015-12-29 18:25 GMT+01:00 OmPrakash Muppirala : > Hmm, looks like a common enough error. > https://github.com/npm/npm/issues/5133 > > Can you first try to

Re: [FlexJS] npm install flexjs

2015-12-29 Thread OmPrakash Muppirala
Yes, the folder structures are (should be) the same. The weird thing is that asjscompc is working fine without this error. Can you try it out based on the instructions in the other thread? I am sure some things are obvious to you and easy to catch. Thanks, Om On Dec 29, 2015 7:09 AM, "Alex

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
Hmm, looks like a common enough error. https://github.com/npm/npm/issues/5133 Can you first try to see if this fixes it? npm cache clean Then run the install again. If not, try it as sudo. Hopefully one of the solutions should work. Thanks, Om On Dec 29, 2015 9:18 AM, "Carlos Rovira"

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread Josh Tynjala
I had this issue a while back. I could only install packages globally if I used sudo. I don't remember exactly what I did to fix it, but I recall seeing a suggestion to configure npm to install global packages at a different location. I'll try to remember to check later when I'm at my computer. -

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
On my mac, it went fine without any errors, at least the install part. Thanks, Om On Dec 29, 2015 9:36 AM, "Carlos Rovira" wrote: > Hi Om, > > I tried that but with no luck. I'll check my npm installation and see if > there's something wrong in it > > thanks > >

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-29 Thread Alex Harui
I tuned up the approval script and everything seems ok except maybe this one thing: Does batik-flex-all.jar does it need to mention w3c in the LICENSE in the jar? W3C is mentioned in the main LICENSE files. -Alex On 12/29/15, 4:23 AM, "Kessler CTR Mark J"

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
It looks like folks who install node/npm using homebrew are going to ruin into this problem. https://gist.github.com/DanHerbert/9520689 has a nice explanation and a fix for this issue. Thanks, Om On Dec 29, 2015 10:00 AM, "Josh Tynjala" wrote: > I had this issue a while

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-29 Thread Justin Mclean
Hi, > All seemed to check out for me. Thanks for that. Mind adding a little more detail to what you checked and on what platform? Justin

Tests failing

2015-12-29 Thread Justin Mclean
Hi, Are we concerned that these 5 tests are failing (and seem to have been for quite a while now)? [1] spark.components::DataGrid_FLEX_34837_Tests.test_removing_selected_item_on_multiple_field_sorted_grid_with_formatter_changed_after_first_sort_and_after_renaming

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-29 Thread Mark Kessler
Updated with more information. Reviewed the changes to the README / RELEASE_NOTES / LICENSE / NOTICE. Although the last two had the least changes. Had successfully build the SDK from source and created simple test applications. On Tue, Dec 29, 2015 at 7:23 AM, Kessler CTR Mark J <

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-29 Thread Mark Kessler
Forgot to mention. Win7 64bit, JDK 1.8 64bit to build the SDK. Sometime in the next month I'll probably upgrade my main box to Win10. My dev laptop is already on it and is building with our current 4.14.1 sdk... all working fine so far. On Tue, Dec 29, 2015 at 9:15 PM, Mark Kessler

Unable to resolve fonts for transcoding

2015-12-29 Thread Nabeel
Dear ALL, I am new to FLEX and trying to compile a build.xml file using Apache ANT from command prompt. Compilation gave me error "Unable to resolve fonts for transcoding". I have read some posts regarding the issue and it saying to add additional compiler arguments, "additional complier arguments

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-29 Thread Justin Mclean
Hi, > Does batik-flex-all.jar does it need to mention w3c in the LICENSE in the > jar? Perhaps/perhaps not. It might be important if someone took batik-flex-all.jar and bundled it with something else? The W3C license [1] states "The full text of this NOTICE in a location viewable to users of

[4.15.0] # Apache Flex SDK 4.15.0 nightly build 148: Successful

2015-12-29 Thread flex . ci . builds
flex-sdk_release-candidate - Build #148 - Successful Changes since last build: [Alex Harui] update approval script For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/148/.

[4.15.0] # Apache Flex SDK 4.15.0 nightly build 149: Successful

2015-12-29 Thread flex . ci . builds
flex-sdk_release-candidate - Build #149 - Successful Changes since last build: [jmclean] add a couple of closed jiras For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/149/.

Re: Unable to resolve fonts for transcoding

2015-12-29 Thread Alex Harui
I think you can try this option: -compiler.fonts.managers HTH, -Alex On 12/29/15, 10:51 AM, "Nabeel" wrote: >Dear ALL, >I am new to FLEX and trying to compile a build.xml file using Apache ANT >from command prompt. Compilation gave me error "Unable to resolve

Re: Tests failing

2015-12-29 Thread Alex Harui
On 12/29/15, 4:23 PM, "Justin Mclean" wrote: >Hi, > >Are we concerned that these 5 tests are failing (and seem to have been >for quite a while now)? [1] In the flex-sdk repo, running 'ant test' passes for me on Mac and Win so I am not concerned. -Alex

Re: Tests failing

2015-12-29 Thread Alex Harui
On 12/29/15, 11:07 PM, "Alex Harui" wrote: > > >On 12/29/15, 4:23 PM, "Justin Mclean" wrote: > >>Hi, >> >>Are we concerned that these 5 tests are failing (and seem to have been >>for quite a while now)? [1] > >In the flex-sdk repo, running 'ant

Re: [FlexJS] npm install flexjs

2015-12-29 Thread OmPrakash Muppirala
I got the FlexJS 0.5 installed via the Installer and the call to asjsc from that folder seems to work fine. So, I don't think it is a Java version conflict. Any other ideas? Thanks, Om On Mon, Dec 28, 2015 at 3:03 AM, Michael Schmalle wrote: > Just shooting in the

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-29 Thread Justin Mclean
Hi, > The I run MD5Checker locally (it is in flex-utilities) or wait for the CI > job to report the cache ID. The cache ID is the etag header. You might > be able to sniff it some other way. I given up on this die to lack on documentation and the existing MD5 checker has no way of checking a

[FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
Here are the steps on how to test the npm flexjs module. 1. If you don't have Node and/or npm installed, first install it - Windows: Use the Installer from https://nodejs.org. Ensure that you select the 'npm package manager' option during installation. Use the Command Prompt

RE: [LAST CALL] Release Apache Flex 4.15

2015-12-29 Thread Kessler CTR Mark J
+1 All seemed to check out for me. I used the 4.15 branch to check since I cannot access the apacheflexbuild.cloudapp.net on port 8080 from here. Our proxies do not like it. -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Monday, December 28,

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-29 Thread Alex Harui
On 12/29/15, 12:18 AM, "Justin Mclean" wrote: >Hi, > >> The I run MD5Checker locally (it is in flex-utilities) or wait for the >>CI >> job to report the cache ID. The cache ID is the etag header. You might >> be able to sniff it some other way. > >I given up on this die

Re: [FlexJS] npm install flexjs

2015-12-29 Thread Alex Harui
Have you compared the folder structures from npm install vs the installer? Should they be the same? -Alex On 12/29/15, 1:04 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I got the FlexJS 0.5 installed via the Installer