Skip to main content
July 20, 2011
Question

4.5 version of source code

  • July 20, 2011
  • 1 reply
  • 1362 views

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

This topic has been closed for replies.

1 reply

Participant
August 10, 2011

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.