[Installer 3.2] # Apache Flex SDK Installer 3.2 nightly build 19: Successful

2015-03-26 Thread flex . ci . builds
flex-utilities_installer_release-candidate - Build #19 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_installer_release-candidate/19/.

Maven and Apache Flex 4.1x

2015-03-26 Thread Edgar Rivera
Hi all, I wonder if there is a guide on how to mavenize Apache Flex SDK 4.1x Why Apache Flex SDK is not available on any apache maven repository? If Apache wants developers to embrace SDK we need this artifacts available on public maven repo with a latest version of flex-mojos. Best regards -

ERROR Build BlazeDS - Could not find artifact com.sun:tools:jar:jdk-version

2015-03-26 Thread Edgar Rivera
Hi guys I'm trying to build BlazeDS locally and I got this error ---> The following artifacts could not be resolved: com.sun:tools:jar:jdk-version, org.apache.flex.blazeds:flex-messaging-opt:jar:4.7.0: Could not find artifact com.sun:tools:jar:jdk-version at specified path /Sys

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Peter Ent
All, Finally got it work. It turns out it was a device registration problem. I have a number of old devices listed (some devices I no longer have) and I was 100% sure that this iPhone 5 I was using was listed. But when everything else checked out, I compared the UUID of the device with those in my

Re: [TLF] Bugs and help to fix TLF

2015-03-26 Thread Alex Harui
Hi Piotr, I haven’t actually stepped through the code, but it just doesn’t look like the code you quoted: if (writingDirection[0] != "tb" && writingDirection[1] != "ltr") { fileData.flowNS::TextFlow.@blockProgression = writingDirection[0]; fileData.flowNS::TextFlow.@direction = writin

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Paul Moreau
Hi Peter, I agree, iTunes shouldn't come into it at all. I just suggested it for getting the UUID of your device. Double check the certificate you created before adding the profile was for development, not distribution. With older versions of iOS, you were able to view the profiles in the settin

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread kevin.godell
Have you added anything extra to the infoadditions or entitlements in the app descriptor file? On Thursday, March 26, 2015, Peter Ent [via Apache Flex Development] < ml-node+s247n4581...@n4.nabble.com> wrote: > I have a provisioning profile with my device registered. > Thanks, > Peter > > On

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Peter Ent
I don’t see how iTunes fits into this unless I build an export/release IPA file, which I’m not doing. I want to be able to real-time debug the app. I did read your email and I do have iTunes 12.1 installed however. Thanks, —peter On 3/26/15, 10:54 AM, "Subs" wrote: >read my mail about itunes (

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Peter Ent
I have a provisioning profile with my device registered. Thanks, Peter On 3/26/15, 10:49 AM, "Paul Moreau" wrote: >Have you added your phone as a testing device in the developer portal? > >You need to plug your phone into your machine, then in iTunes, under your >device, click where it says 'Ser

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Subs
read my mail about itunes (sent yesterday) - i asusme you didnt because you havent stated itunes version On 26/03/2015 13:59, Peter Ent wrote: Hi, Still having no luck. I re-generated a dev certificate and a dev provisioning profile. When Flash Builder goes to run the app on my device, I get t

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Paul Moreau
Have you added your phone as a testing device in the developer portal? You need to plug your phone into your machine, then in iTunes, under your device, click where it says 'Serial Number' , it should change to UUID, right click and copy. Then sign into your developer account and under 'Devices',

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Peter Ent
Hi, Still having no luck. I re-generated a dev certificate and a dev provisioning profile. When Flash Builder goes to run the app on my device, I get the error: “Error occurred while installing the application: Installation Error: ApplicationVerificationFailed.” I’m still not sure how you are al

Re: [VOTE] Apache Flex SDK 4.14.1 RC1

2015-03-26 Thread Nicholas Kwiatkowski
+1 (Binding) Package https://dist.apache.org/repos/dist/dev/flex/sdk/4.14.1/rc1/apache-flex-sdk-4.14.1-src.zip Java 1.7 OS: Windows 8.1 amd64 6.1 Source kit signatures match: y Source kit builds: y README is ok: y RELEASE_NOTES is ok: y NOTICE is ok: y LICENSE is ok: y No unapproved licenses or arc

Re: [TLF] Bugs and help to fix TLF

2015-03-26 Thread piotrz
Alex, I am sorry but I don't understand what you are asking.. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-Bugs-and-help-to-fix-TLF-tp45716p45813.html Sent from the Apache Flex Development maili

Re: [TLF] Bugs and help to fix TLF

2015-03-26 Thread Alex Harui
On 3/25/15, 11:17 PM, "piotrz" wrote: >That is why it confusing me. I have tests where both values are the same: > > > true > true > true > >I don't know how to fill my array in that case. :/ > >I see only one condition which uses these data: > >if (writingDirection[0] != "tb"