Just for reference, 4.5.0.20967 does NOT work for me at all. I have the same
problem with it that I have with 4.5.1.21328.

On Thu, Sep 8, 2011 at 8:33 AM, Christofer Dutz <
[email protected]> wrote:

> But it works nicely :-)
>
> 2011/9/8 Marvin Froeder <[email protected]>:
> > WTF....
> >
> > No clue where I got it from....  wonder if it should be there.....
> >
> > On Thu, Sep 8, 2011 at 11:49 AM, Christofer Dutz
> > <[email protected]> wrote:
> >>
> >> Well my Artifactory told me it got it from:
> >>
> >>
> >>
> http://repository.sonatype.org/content/groups/flexgroup/com/adobe/flex/framework/flex-framework/4.5.0.20967/flex-framework-4.5.0.20967.pom
> >>
> >> Guess you might have published it late a night ;-)
> >>
> >> Chris
> >>
> >> 2011/9/7 Marvin Froeder <[email protected]>:
> >> > I wonder where people get things like 4.5.0.20967.....  I do not see
> it
> >> > published anywhere....
> >> >
> >> > On Wed, Sep 7, 2011 at 1:11 PM, Jeff Fairley <[email protected]>
> wrote:
> >> >>
> >> >> I'm currently using 4.5.0.19786, but the spark DataGrid has some bugs
> >> >> in
> >> >> that release. I haven't tried 4.5.0.20967 in a while though so I'll
> try
> >> >> that
> >> >> one again.
> >> >>
> >> >> Thanks
> >> >>
> >> >> On Sep 7, 2011 6:37 PM, "Christofer Dutz"
> >> >> <[email protected]>
> >> >> wrote:
> >> >> > 4.5.0.20967 works too (That's the one I'm using).
> >> >> > Think 4.5.1 was never finished or had some issues preventing it
> from
> >> >> > being finished.
> >> >> >
> >> >> > Chris
> >> >> >
> >> >> > 2011/9/7 Grant Smith <[email protected]>:
> >> >> >> I find that 4.5.0.19786 works, whereas 4.5.1.21328 does not.
> >> >> >>
> >> >> >> On Tue, Aug 16, 2011 at 3:07 PM, Christofer Dutz
> >> >> >> <[email protected]> wrote:
> >> >> >>>
> >> >> >>> I remember the sdk 4.5.1.21328 being the default in the latest
> >> >> >>> trunk.
> >> >> >>> Unfortunately this version of the SDK was never working in my
> case.
> >> >> >>> Try specifying the same version you used with FM3 ... this should
> >> >> >>> work
> >> >> >>> great.
> >> >> >>>
> >> >> >>> Chris
> >> >> >>>
> >> >> >>> 2011/8/16 Jeff Fairley <[email protected]>:
> >> >> >>> > I am trying to compile a swf using Flexmojos 4.0-RC1 and SDK
> >> >> >>> > 4.5.1.21328 but having no luck. See the <build> segment of my
> >> >> >>> > pom.xml
> >> >> >>> > pasted below. I have two swc <dependencies>. Each are compiled
> >> >> >>> > with
> >> >> >>> > FM
> >> >> >>> > 4.0-RC1 using SDK 4.5.1.21328. When I compile my swf using FM
> >> >> >>> > 3.7.1
> >> >> >>> > and SDK 4.5.0.19786 everything comes up fine, but when I use FM
> >> >> >>> > 4.0-
> >> >> >>> > RC1 and SDK 4.5.1.21328, the swf fails to initialize.
> >> >> >>> > Specifially,
> >> >> >>> > initialization gets to http://cl.ly/3m1U3N0D252Y0c0K0A3w.
> >> >> >>> >
> >> >> >>> > Is there something wrong with or missing from my config? Is
> there
> >> >> >>> > a
> >> >> >>> > way I can enable some useful debug output in Flash player to
> see
> >> >> >>> > what
> >> >> >>> > it's choking on? Any help would be appreciated.
> >> >> >>> >
> >> >> >>> >
> >> >> >>> >
> >> >> >>> >        <build>
> >> >> >>> >                <sourceDirectory>src</sourceDirectory>
> >> >> >>> >                <plugins>
> >> >> >>> >                        <plugin>
> >> >> >>> >
> >> >> >>> >  <groupId>org.sonatype.flexmojos</groupId>
> >> >> >>> >
> >> >> >>> >  <artifactId>flexmojos-maven-plugin</artifactId>
> >> >> >>> >                                <version>4.0-RC1</version>
> >> >> >>> >                                <extensions>true</extensions>
> >> >> >>> >                                <dependencies>
> >> >> >>> >                                        <dependency>
> >> >> >>> >
> >> >> >>> >  <groupId>com.adobe.flex</groupId>
> >> >> >>> >
> >> >> >>> >  <artifactId>compiler</artifactId>
> >> >> >>> >
> >> >> >>> >  <version>4.5.1.21328</version>
> >> >> >>> >                                                <type>pom</type>
> >> >> >>> >                                        </dependency>
> >> >> >>> >                                        <dependency>
> >> >> >>> >
> >> >> >>> >  <groupId>com.adobe.flex.framework</groupId>
> >> >> >>> >
> >> >> >>> >  <artifactId>playerglobal</artifactId>
> >> >> >>> >
> >> >> >>> >  <version>4.5.1.21328</version>
> >> >> >>> >
> >> >> >>> >  <classifier>10.2</classifier>
> >> >> >>> >                                                <type>swc</type>
> >> >> >>> >                                        </dependency>
> >> >> >>> >                                        <dependency>
> >> >> >>> >
> >> >> >>> >  <groupId>org.apache.maven</groupId>
> >> >> >>> >
> >> >> >>> >  <artifactId>maven-artifact-manager</artifactId>
> >> >> >>> >
> >> >> >>> >  <version>2.0.2</version>
> >> >> >>> >                                        </dependency>
> >> >> >>> >                                </dependencies>
> >> >> >>> >                                <configuration>
> >> >> >>> >
> >> >> >>> >  <sourceFile>main.mxml</sourceFile>
> >> >> >>> >
> >> >> >>> >  <targetPlayer>10.2</targetPlayer>
> >> >> >>> >                                        <includeStylesheets>
> >> >> >>> >                                                <stylesheet>
> >> >> >>> >
> >> >> >>> >  <name>styles.css</name>
> >> >> >>> >
> >> >> >>> >  <path>${basedir}/src/assets/style/styles.css</path>
> >> >> >>> >                                                </stylesheet>
> >> >> >>> >                                        </includeStylesheets>
> >> >> >>> >                                        <defines>
> >> >> >>> >                                                <property>
> >> >> >>> >
> >> >> >>> >  <name>CONFIG::debugging</name>
> >> >> >>> >
> >> >> >>> >  <value>${debugFlag}</value>
> >> >> >>> >                                                </property>
> >> >> >>> >                                        </defines>
> >> >> >>> >                                </configuration>
> >> >> >>> >                        </plugin>
> >> >> >>> >                </plugins>
> >> >> >>> >        </build>
> >> >> >>> >
> >> >> >>> > --
> >> >> >>> > You received this message because you are subscribed to the
> >> >> >>> > Google
> >> >> >>> > Groups "Flex Mojos" group.
> >> >> >>> > To post to this group, send email to
> [email protected]
> >> >> >>> > To unsubscribe from this group, send email to
> >> >> >>> > [email protected]
> >> >> >>> > For more options, visit this group at
> >> >> >>> > http://groups.google.com/group/flex-mojos
> >> >> >>> >
> >> >> >>> > http://flexmojos.sonatype.org/
> >> >> >>> >
> >> >> >>>
> >> >> >>> --
> >> >> >>> You received this message because you are subscribed to the
> Google
> >> >> >>> Groups "Flex Mojos" group.
> >> >> >>> To post to this group, send email to [email protected]
> >> >> >>> To unsubscribe from this group, send email to
> >> >> >>> [email protected]
> >> >> >>> For more options, visit this group at
> >> >> >>> http://groups.google.com/group/flex-mojos
> >> >> >>>
> >> >> >>> http://flexmojos.sonatype.org/
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> Grant Smith - V.P. Information Technology
> >> >> >> Marathon Computer Systems, LLC.
> >> >> >>
> >> >> >> --
> >> >> >> You received this message because you are subscribed to the Google
> >> >> >> Groups "Flex Mojos" group.
> >> >> >> To post to this group, send email to [email protected]
> >> >> >> To unsubscribe from this group, send email to
> >> >> >> [email protected]
> >> >> >> For more options, visit this group at
> >> >> >> http://groups.google.com/group/flex-mojos
> >> >> >>
> >> >> >> http://flexmojos.sonatype.org/
> >> >> >>
> >> >> >
> >> >> > --
> >> >> > You received this message because you are subscribed to the Google
> >> >> > Groups "Flex Mojos" group.
> >> >> > To post to this group, send email to [email protected]
> >> >> > To unsubscribe from this group, send email to
> >> >> > [email protected]
> >> >> > For more options, visit this group at
> >> >> > http://groups.google.com/group/flex-mojos
> >> >> >
> >> >> > http://flexmojos.sonatype.org/
> >> >>
> >> >> --
> >> >> You received this message because you are subscribed to the Google
> >> >> Groups "Flex Mojos" group.
> >> >> To post to this group, send email to [email protected]
> >> >> To unsubscribe from this group, send email to
> >> >> [email protected]
> >> >> For more options, visit this group at
> >> >> http://groups.google.com/group/flex-mojos
> >> >>
> >> >> http://flexmojos.sonatype.org/
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> > Groups "Flex Mojos" group.
> >> > To post to this group, send email to [email protected]
> >> > To unsubscribe from this group, send email to
> >> > [email protected]
> >> > For more options, visit this group at
> >> > http://groups.google.com/group/flex-mojos
> >> >
> >> > http://flexmojos.sonatype.org/
> >> >
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "Flex Mojos" group.
> >> To post to this group, send email to [email protected]
> >> To unsubscribe from this group, send email to
> >> [email protected]
> >> For more options, visit this group at
> >> http://groups.google.com/group/flex-mojos
> >>
> >> http://flexmojos.sonatype.org/
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Flex Mojos" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > For more options, visit this group at
> > http://groups.google.com/group/flex-mojos
> >
> > http://flexmojos.sonatype.org/
> >
>
> --
> You received this message because you are subscribed to the Google
> Groups "Flex Mojos" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/
>



-- 
Grant Smith - V.P. Information Technology
Marathon Computer Systems, LLC.

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to