Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Flex 4beta1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Marc  
View profile  
 More options Jun 8, 10:28 am
From: Marc <marcsp...@gmail.com>
Date: Mon, 8 Jun 2009 07:28:56 -0700 (PDT)
Local: Mon, Jun 8 2009 10:28 am
Subject: Flex 4beta1
If I understand former discussions correctly, installing Flex SDKs is
not recommended anymore. Hence the question whether you plan to add
Flex 4beta1 to sonatypes repository?
Thanks for any hints,
Marc

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marvin Froeder  
View profile  
 More options Jun 8, 10:44 am
From: Marvin Froeder <velo...@gmail.com>
Date: Mon, 8 Jun 2009 11:44:17 -0300
Local: Mon, Jun 8 2009 10:44 am
Subject: Re: [flex-mojos] Flex 4beta1

Well, usually I only released flex 3 milestones.... but I think is a nice
idea release flex 4 beta 1.
I will check what changed and update my xmls....  will try to get it in
tonight.

VELO


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc  
View profile  
 More options Jun 8, 10:58 am
From: Marc <marcsp...@gmail.com>
Date: Mon, 8 Jun 2009 07:58:09 -0700 (PDT)
Local: Mon, Jun 8 2009 10:58 am
Subject: Re: Flex 4beta1
Hey Velo, you've been doing a great job for ages!
Thanks,
Marc

On Jun 8, 4:44 pm, Marvin Froeder <velo...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marvin Froeder  
View profile  
 More options Jun 8, 10:38 pm
From: Marvin Froeder <velo...@gmail.com>
Date: Mon, 8 Jun 2009 23:38:17 -0300
Local: Mon, Jun 8 2009 10:38 pm
Subject: Re: [flex-mojos] Re: Flex 4beta1

Ok done.
VELO


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc  
View profile  
 More options Jun 9, 9:03 am
From: Marc <marcsp...@gmail.com>
Date: Tue, 9 Jun 2009 06:03:37 -0700 (PDT)
Local: Tues, Jun 9 2009 9:03 am
Subject: Re: Flex 4beta1
Compiling the app works well. But I cannot get it to run unit tests,
see trace at the end. It generates the correct TestRunner.mxml but
fails to compile the TestRunner.swf . I use

                <dependency>
                        <groupId>org.sonatype.flexmojos</groupId>
                        <artifactId>flexmojos-unittest-support</artifactId>
                        <version>3.2.0</version>
                        <type>swc</type>
                        <scope>test</scope>
                </dependency>

Is that the problem?
Marc

...
[INFO] [flexmojos:test-compile]
[INFO] flexmojos 3.2.0 - GNU GPL License (NO WARRANTY) - See COPYRIGHT
file
[INFO] Compiling test class: [Ljava.lang.String;@179bf17
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error compiling!
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error
compiling!
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(DefaultLifecycleExecutor.java:584)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycl e
(DefaultLifecycleExecutor.java:500)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
(DefaultLifecycleExecutor.java:479)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFai lures
(DefaultLifecycleExecutor.java:331)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments
(DefaultLifecycleExecutor.java:292)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:
315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:
430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error
compiling!
        at org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.build
(AbstractFlexCompilerMojo.java:2264)
        at org.sonatype.flexmojos.compiler.TestCompilerMojo.buildTest
(TestCompilerMojo.java:415)
        at org.sonatype.flexmojos.compiler.TestCompilerMojo.run
(TestCompilerMojo.java:365)
        at org.sonatype.flexmojos.compiler.TestCompilerMojo.execute
(TestCompilerMojo.java:126)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo
(DefaultPluginManager.java:453)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(DefaultLifecycleExecutor.java:559)
        ... 16 more

On Jun 9, 4:38 am, Marvin Froeder <velo...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marvin Froeder  
View profile  
 More options Jun 9, 9:13 am
From: Marvin Froeder <velo...@gmail.com>
Date: Tue, 9 Jun 2009 10:13:03 -0300
Local: Tues, Jun 9 2009 9:13 am
Subject: Re: [flex-mojos] Re: Flex 4beta1

Run in debug mode (mvn -X) or use 3.3-SNAPSHOT to see the error log.
VELO


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc  
View profile  
 More options Jun 9, 10:14 am
From: Marc <marcsp...@gmail.com>
Date: Tue, 9 Jun 2009 07:14:06 -0700 (PDT)
Local: Tues, Jun 9 2009 10:14 am
Subject: Re: Flex 4beta1
Ok, here we go:
1. With 3.3-SNAPSHOT, maven could not resolve org.graniteds:granite-
generator-share:jar:2.0.0.RC1 .
2. In debug mode, got first an outOfMemory
3. Two compile errors in my AS code due to Flex 4
4. The message below poped up. Is this related to
https://bugs.adobe.com/jira/browse/SDK-21102 ?

Marc

DEBUG] maven.cfg location: C:\Users\Marc\AppData\Roaming\Macromedia
\Flash Player\#Security\FlashPlayerTrust\maven.cfg
[DEBUG] Already trust on C:\devl\workspace_client\EditImage\target
\test-classes\TestRunner.swf
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] An error has ocurried while recording config-report

Embedded error: Error on line 1: Premature end of file.
[INFO]
------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: An error has
ocurried while recording config-report
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(DefaultLifecycleExecutor.java:584)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycl e
(DefaultLifecycleExecutor.java:500)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
(DefaultLifecycleExecutor.java:479)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFai lures
(DefaultLifecycleExecutor.java:331)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments
(DefaultLifecycleExecutor.java:292)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:
315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:
430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: An error
has ocurried while recording config-report
        at
org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.writeReport
(AbstractFlexCompilerMojo.java:2188)
        at
org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.writeConfiguration Report
(AbstractFlexCompilerMojo.java:2150)
        at org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.tearDown
(AbstractFlexCompilerMojo.java:1957)
        at org.sonatype.flexmojos.compiler.ApplicationMojo.tearDown
(ApplicationMojo.java:205)
        at org.sonatype.flexmojos.compiler.TestCompilerMojo.execute
(TestCompilerMojo.java:127)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo
(DefaultPluginManager.java:453)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(DefaultLifecycleExecutor.java:559)
        ... 16 more
Caused by: org.jdom.input.JDOMParseException: Error on line 1:
Premature end of file.
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:468)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:851)
        at org.sonatype.flexmojos.compiler.FlexConfigBuilder.parse
(FlexConfigBuilder.java:59)
        at org.sonatype.flexmojos.compiler.FlexConfigBuilder.<init>
(FlexConfigBuilder.java:43)
        at
org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.writeReport
(AbstractFlexCompilerMojo.java:2179)
        ... 22 more
Caused by: org.xml.sax.SAXParseException: Premature end of file.
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
        ... 26 more

On Jun 9, 3:13 pm, Marvin Froeder <velo...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marvin Froeder  
View profile  
 More options Jun 9, 12:28 pm
From: Marvin Froeder <velo...@gmail.com>
Date: Tue, 9 Jun 2009 13:28:49 -0300
Local: Tues, Jun 9 2009 12:28 pm
Subject: Re: [flex-mojos] Re: Flex 4beta1

Try the latest snapshot.
I put a quick fix for this error...

VELO


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc  
View profile  
 More options Jun 9, 1:26 pm
From: Marc <marcsp...@gmail.com>
Date: Tue, 9 Jun 2009 10:26:04 -0700 (PDT)
Local: Tues, Jun 9 2009 1:26 pm
Subject: Re: Flex 4beta1
The snapshot works now fine, thanks for the quick response!
Marc

On Jun 9, 6:28 pm, Marvin Froeder <velo...@gmail.com> wrote:

...

read more »


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Logan Allred  
View profile  
 More options Jun 15, 8:28 am
From: Logan Allred <RedB...@gmail.com>
Date: Mon, 15 Jun 2009 05:28:45 -0700 (PDT)
Local: Mon, Jun 15 2009 8:28 am
Subject: Re: Flex 4beta1
On Jun 8, 8:38 pm, Marvin Froeder <velo...@gmail.com> wrote:

> Ok done.
> VELO

I only see the en_US rb.swc entries in the repository. Flex 4 now
includes a ton of rb.swcs. Can we get those installed too?

Also, there's an entry for playerglobal.swc with a classifier of 9. I
don't think Flex 4 supports Flash Player 9?

thanks,
Logan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marvin Froeder  
View profile  
 More options Jun 15, 8:53 am
From: Marvin Froeder <velo...@gmail.com>
Date: Mon, 15 Jun 2009 09:53:08 -0300
Local: Mon, Jun 15 2009 8:53 am
Subject: Re: [flex-mojos] Re: Flex 4beta1

The flex SDK 4.0.0.7219 does contains the playerglobal.swc for Flash Player
9.
VELO


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google