Skip navigation
anthonycor21
Currently Being Moderated

4.5 version of source code

Jul 20, 2011 8:26 AM

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

  • Currently Being Moderated
    Aug 10, 2011 11:37 AM

    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.

    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points