Try to build flexmojos locally, we are updating r.s.o this week and it could
be unstable.

VELO

On Wed, Sep 30, 2009 at 6:40 PM, Bouiaw <[email protected]> wrote:

>
> I made exactly the modification specified before, and I have the same
> error.
>
> Is the fix supposed to be available from last 3.4-SNAPSHOT ?
> If it is, I think the issue is not fixed ...
>
> On 30 sep, 02:45, Marvin Froeder <[email protected]> wrote:
> > Ok, the fix is in, was a bug introduced when trying to fix quick build
> > mode.....
> > Sorry for that guys.
> >
> > VELO
> >
> > On Tue, Sep 29, 2009 at 4:45 PM, Bouiaw <[email protected]> wrote:
> >
> > > Done and same error.
> >
> > > I created related JIRA issue
> > >https://issues.sonatype.org/browse/FLEXMOJOS-200
> >
> > > Detailed step to reproduce :
> > >  - Checkout trunk athttp://openscales.org/svn/openscales/trunk
> > >  - Replace <flexmojos.version>3.3.0</flexmojos.version> by
> > > <flexmojos.version>3.4-SNAPSHOT</flexmojos.version>
> > >  - Remove flexmojos-unittest-support from the pom
> > >  - Add the following dependency :
> > >          <dependency>
> > >          <groupId>com.adobe.flexunit</groupId>
> > >          <artifactId>flexunit</artifactId>
> > >           <version>4.0-beta-2</version>
> > >           <type>swc</type>
> > >          <scope>test</scope>
> > >        </dependency>
> > >  - Run clean install
> > >  - Error message :
> > > [INFO] Compiling test class:
> > > [org.openscales.core.geometry.IntersectingTest, org
> > > .openscales.core.layer.capabilities.ParsingTest,
> > > org.openscales.core.Sexagecimal
> > > Test, org.openscales.core.StringUtilsTest]
> > > [ERROR] unable to load SWC playerglobal.swc
> >
> > > Thanks in advance for your help to fix this Marvin.
> >
> > > Regards,
> > > Bouiaw
> >
> > > On 28 sep, 15:18, Marvin Froeder <[email protected]> wrote:
> > > > Look at wiki link you just posted.  Fix your pom.  Then try again.
>  If
> > > still
> > > > happening I will look at.  Otherwise is bad usage.
> >
> > > > On Mon, Sep 28, 2009 at 10:15 AM, Bouiaw <[email protected]> wrote:
> >
> > > > > It is possible, but I can't realy test beacause if I remove Flex
> Unit
> > > > > 4 support, I have the following message error :
> >
> > > > > [INFO] Not found any compatible unit test framework:
> > > > > [org.sonatype.flexmojos:flexmojos-unittest-support]
> > > > >http://docs.sonatype.org/display/FLEXMOJOS/Running+unit+tests
> >
> > > > > Since there is an easy way de reproduce it (checkout + mvn clean
> > > > > install), could I create a JIRA issue for this issue ?
> >
> > > > > On 28 sep, 13:28, Marvin Froeder <[email protected]> wrote:
> > > > > > And?
> > > > > > I would say that is part of the problem.
> >
> > > > > > On Mon, Sep 28, 2009 at 7:08 AM, Bouiaw <[email protected]>
> wrote:
> >
> > > > > > > Because I now use Flex Unit 4 for my unit tests.
> >
> > > > > > > Note that unit tests compiling with Flex Mojos 3.3.0 works
> fine,
> > > even
> > > > > > > if unit tests are not runned as it does not support Flex Unit
> 4.
> >
> > > > > > > On 27 sep, 20:32, Marvin Froeder <[email protected]> wrote:
> > > > > > > > Why did you add flexmojos-unittest-flexunit4  ?
> >
> > > > > > > > On Sun, Sep 27, 2009 at 3:28 PM, Bouiaw <[email protected]>
> > > wrote:
> >
> > > > > > > > > I had to rollback because it bloked the compilation of the
> > > project.
> >
> > > > > > > > > To test the issue, don't checkout trunk but rev 880 : svn
> co -r
> > > 880
> > > > > > > > >http://openscales.org/svn/openscales/trunk
> >
> > > > > > > > > Note that using 3.3.0 instead of 3.4-SNAPSHOT and removing
> > > > > flexmojos-
> > > > > > > > > unittest-flexunit4 fix the compiling error.
> >
> > > > > > > > > On 27 sep, 19:30, Bouiaw <[email protected]> wrote:
> > > > > > > > > > You can reproduce this issue by checkouting OpenScales
> > > (http://
> > > > > > > > > > openscales.org/svn/openscales/trunk) and running a mvn
> clean
> > > > > > > install.
> >
> > > > > > > > > > This is the same "empty playerglobal.swc in target but ok
> in
> > > my
> > > > > local
> > > > > > > > > > repo" issue.
> >
> > > > > > > > > > On 27 sep, 18:49, Bouiaw <[email protected]> wrote:
> >
> > > > > > > > > > > I got this issue too.
> >
> > > > > > > > > > > On 24 sep, 17:44, "velo.br" <[email protected]> wrote:
> >
> > > > > > > > > > > > It should not affect the way that dependencies get
> > > resolved.
> >
> > > > > > > > > > > > On Thu, Sep 24, 2009 at 12:04 PM, Miguel Bautista <
> > > > > > > > > [email protected]
> >
> > > > > > > > > > > > > wrote:
> >
> > > > > > > > > > > > > I got it working....
> >
> > > > > > > > > > > > > It was a problem in my profile. It had this:
> > > > > > > > > > > > >                                <pluginRepository>
> >
> > > > > > > > >  <id>flexmojos-repository</id>
> > > > > > > > > > > > >                                        <url>
> >
> > >http://repository.sonatype.org/content/groups/flexgroup/</
> > > > > > > > > > > > > url>
> > > > > > > > > > > > >                                </pluginRepository>
> >
> > > > > > > > > > > > > When I removed it, it works. I am not sure why this
> was
> > > > > > > orignially
> > > > > > > > > put
> > > > > > > > > > > > > there, but I don't need it.
> >
> > > > > > > > > > > > > Thanks.
> >
> > > > > > > > > > > > > On Sep 23, 7:50 pm, Marvin Froeder <
> [email protected]>
> > > > > wrote:
> > > > > > > > > > > > > > Did not helped much =/
> > > > > > > > > > > > > > I dunno what is going on, can you create a sample
> app
> > > > > that
> > > > > > > shows
> > > > > > > > > the
> > > > > > > > > > > > > problem
> > > > > > > > > > > > > > and file a ticket for it?
> >
> > > > > > > > > > > > > > VELO
> >
> > > > > > > > > > > > > > On Wed, Sep 23, 2009 at 7:20 PM, Miguel Bautista
> > > > > > > > > > > > > > <[email protected]>wrote:
> >
> > > > > > > > > > > > > > > Yes that is it. If I run with "-e" to get the
> stack
> > > > > trace I
> > > > > > > > > get:
> > > > > > > > > > > > > > > [ERROR] unable to load SWC playerglobal.swc
> > > > > > > > > > > > > > > [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:703)
> > > > > > > > > > > > > > >        at
> >
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
> > > > > > > > > > > > > > > (DefaultLifecycleExecutor.java:540)
> > > > > > > > > > > > > > >        at
> >
> > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
> > > > > > > > > > > > > > > (DefaultLifecycleExecutor.java:519)
> > > > > > > > > > > > > > >        at
> >
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
> > > > > > > > > > > > > > > (DefaultLifecycleExecutor.java:371)
> > > > > > > > > > > > > > >        at
> >
> > > > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments
> > > > > > > > > > > > > > > (DefaultLifecycleExecutor.java:332)
> > > > > > > > > > > > > > >        at
> > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
> > > > > > > > > > > > > > > (DefaultLifecycleExecutor.java:181)
> > > > > > > > > > > > > > >        at
> > > > > > > > > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:
> > > > > > > > > > > > > > > 356)
> > > > > > > > > > > > > > >        at
> > > > > > > > > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:
> > > > > > > > > > > > > > > 137)
> > > > > > > > > > > > > > >        at
> > > > > > > org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
> > > > > > > > > > > > > > >        at
> > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > > > > Method)
> > > > > > > > > > > > > > >        at
> > > sun.reflect.NativeMethodAccessorImpl.invoke
> > > > > > > > > > > > > > > (NativeMethodAccessorImpl.java:39)
> > > > > > > > > > > > > > >        at
> > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > > > > > > > > > > > > > (DelegatingMethodAccessorImpl.java:25)
> > > > > > > > > > > > > > >        at
> > > > > java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > > > > > > > >        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:2082)
> > > > > > > > > > > > > > >        at
> > > > > > > > > org.sonatype.flexmojos.compiler.TestCompilerMojo.buildTest
> > > > > > > > > > > > > > > (TestCompilerMojo.java:479)
> > > > > > > > > > > > > > >        at
> > > > > > > org.sonatype.flexmojos.compiler.TestCompilerMojo.run
> > > > > > > > > > > > > > > (TestCompilerMojo.java:429)
> > > > > > > > > > > > > > >        at
> > > > > > > > > org.sonatype.flexmojos.compiler.TestCompilerMojo.execute
> > > > > > > > > > > > > > > (TestCompilerMojo.java:134)
> > > > > > > > > > > > > > >        at
> > > > > > > > > org.apache.maven.plugin.DefaultPluginManager.executeMojo
> > > > > > > > > > > > > > > (DefaultPluginManager.java:483)
> > > > > > > > > > > > > > >        at
> >
> > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
> > > > > > > > > > > > > > > (DefaultLifecycleExecutor.java:678)
> > > > > > > > > > > > > > >        ... 16 more
> > > > > > > > > > > > > > > [INFO]
> >
> > >
> ------------------------------------------------------------------------
> > > > > > > > > > > > > > > [INFO] Total time: 33 seconds
> > > > > > > > > > > > > > > [INFO] Finished at: Wed Sep 23 18:16:28 EDT
> 2009
> >
> > ...
> >
> > plus de détails »
> >
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to