RE: FlexJS application and swf mudoles

2016-10-07 Thread Carlos Cruz
Thanks for the input, along the same topic, I looked but didn't find too much related info, can someone tell me or point me where I can find the information relating to if FlexJS can use BlazeDS. Thanks!! Carlos -Original Message- From: OK [mailto:p...@olafkrueger.net] Sent:

Re: How to set Flash Builder 4.7 Win7 64bit to use Java 1.8 ?

2016-10-07 Thread Nemi
Yes, you can run. But, in my case when building, new thing is that I must add new line "-tsa other_than_default_url" to every Ant script. And also, as doug777 noted, in Flash Builder 4.7 Export Release Build option fails on the end of packaging with timestamping error: "Error creating native

Re: How to set Flash Builder 4.7 Win7 64bit to use Java 1.8 ?

2016-10-07 Thread Nemi
And then, what file to run? I'll try it when I get more time. Thanks. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-set-Flash-Builder-4-7-Win7-64bit-to-use-Java-1-8-tp13775p13785.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS: Need to create PureMVC swc

2016-10-07 Thread Alex Harui
You can try to follow the pattern for any of the SWCs produced from flex-asjs/frameworks/projects. We are having discussions on the dev@ list about making it simpler. -Alex On 10/7/16, 12:43 PM, "OK" wrote: >Hi, >I'm doing the same, it seems that's currently not so easy

Re: FlexJS: Need to create PureMVC swc

2016-10-07 Thread OK
Hi, I'm doing the same, it seems that's currently not so easy to build a reusable swc. But try to outsource the PureMVC files to a seperate lib project, compile it using compc and link your project to the lib the same way you would do it with a Flex project. This but might be helpful:

FlexJS: Need to create PureMVC swc

2016-10-07 Thread PKumar
Hi, I have created a FlexJS demo application using PureMVC and it works perfectly in both side flash & JS. Currently i copied all PureMVC files in the main application src folder but i want to create swc for it . Please suggest how to create swc so that it can work for flash and JS. -

Re: How to set Flash Builder 4.7 Win7 64bit to use Java 1.8 ?

2016-10-07 Thread マルマン 田中 良夫
Hi I installed FB4.6 Plug-in with Eclipse3.7 on Windows7 64bit and java8. On FB4.7, May be similar step is available. If this step is useful, please do it. 1. Install Java8 64bit. Set the environment variable JAVA_HOME and PATH. (ex) JAVA_HOME=D:\Java8_64 PATH=%JAVA_HOME%\bin 2.

POM can't find blazeds-spring-boot-starter.4.7.3

2016-10-07 Thread joetaras
Hi, I try to change my pom to get BlazeDS Spring boot library, but the artifact is unfoundable. This is my pom configuration: org.apache.flex.blazeds blazeds-spring-boot-starter 4.7.3-SNAPSHOT Where's my fault? -- View this message in

Re: How to set Flash Builder 4.7 Win7 64bit to use Java 1.8 ?

2016-10-07 Thread doug777
FYI It is now not possible to do an Export Release Build on Windows 10 with Timestamp selected in FlexBuilder 3 or FlashBuilder 4.x. Doug -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-set-Flash-Builder-4-7-Win7-64bit-to-use-Java-1-8-tp13775p13780.html