• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

4.5 version of source code

Guest
Jul 20, 2011 Jul 20, 2011

Copy link to clipboard

Copied

On the download Flex SDK 4.5 page ( http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5 ) there are two milestones/builds for 4.5.0.20967    and 4.5.1.21328

But on the SVN source code repository there is no corresponding tag or branch versions for these builds. A tag version flex/sdk/tags/trunk-4.5.0.21368 is missing the mx.collections.ISort class and other classes.

Can someone please help with obtaining source for release 4.5.1.21328?

Thanks!

Anthony

TOPICS
Commits

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 10, 2011 Aug 10, 2011

Copy link to clipboard

Copied

LATEST

I have almost the same problem, but using the Maven dependency instead.

<dependency>
  <groupId>com.adobe.flex.framework</groupId>
  <artifactId>framework</artifactId>
  <version>4.5.0.18623</version>
  <type>pom</type>
</dependency>

mx.collections.ISort is missing in that release.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines