-
1. Re: FU4.1RC2 - "invalid application descriptor" when using AIR 2.5
Simeon Bateman Mar 10, 2011 1:29 PM (in response to trevorbutler)Hi Trevor,
This issue has actually been resolved in the RC3 build of FlexUnit. At least I have applied code to resolve this isssue
Can you please try utilizing the libraries provided in our RC3 build?
Let me know if you still have issues with this. Does the fact that this is running now, mean that you made progress on your other post?
Thanks,
simeon
-
2. Re: FU4.1RC2 - "invalid application descriptor" when using AIR 2.5
trevorbutler Mar 11, 2011 8:31 AM (in response to Simeon Bateman)Simeon,
Thanks for the information - I did not know RC3 was out yet. I will give it a try.
As for my other post, "tests do not start executing with adl.exe", no, I have not gotten past that problem. I was just trying other AIR versions in desperation, thinking something later would work.
Let me re-try with RC3 and then I will reply to you on the other issue.
Thanks,
Trevor
-
3. Re: FU4.1RC2 - "invalid application descriptor" when using AIR 2.5
trevorbutler Mar 11, 2011 1:04 PM (in response to trevorbutler)Simeon,
I tried the new RC3 you pointed me to, but when attempting to use AIR 2.5, I am still seeing the error: "invalid application descriptor: versionNumber must have a non-empty value."
Thanks,
Trevor
-
4. Re: FU4.1RC2 - "invalid application descriptor" when using AIR 2.5
Nedumangad Chandra Sep 24, 2011 12:00 PM (in response to trevorbutler)It was due to 'version' part which you are using for 2.5 namespace...!!! For 2.5 and greater, we should use 'versionNumber' instead of 'version and the value should be a number too ..!!! Just check your app-xml and find whether you have added this portion and removed the 'version' part from that ...

