Wow. nothing.... that is so weird....
Try running with -X look if you find anything useful

On Fri, Sep 18, 2009 at 1:34 PM, bobby <[email protected]> wrote:

>
> Here's the full output from the console
>
> ow...@anonymous /cygdrive/z/astream
> $ mvn test -e
> Picked up JAVA_TOOL_OPTIONS: -Xmx256M
> + Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building AStream Library
> [INFO]    task-segment: [test]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory z:\astream\src\main
> \resources
> [INFO] [flexmojos:compile-swc {execution: default-compile-swc}]
> [INFO] flexmojos 3.2.0 - GNU GPL License (NO WARRANTY) - See COPYRIGHT
> file
> [WARNING] Unable to find license.jar on classpath. Check wiki for
> instructions about how to add it:
>   https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.3
> [WARNING] Nothing expecified to include.  Assuming source and
> resources folders.
> [INFO] Flex compiler configurations:
> -compiler.accessible=false
> -compiler.actionscript-file-encoding UTF-8
> -compiler.allow-source-path-overlap=false
> -compiler.as3=true
> -compiler.debug=true
> -compiler.es=false
> -compiler.external-library-path z:\astream\target\classes\libraries
> \playerglobal.swc
> -compiler.fonts.local-fonts-snapshot z:\astream\target\classes
> \fonts.ser
> -compiler.headless-server=false
> -compiler.include-libraries=
> -compiler.keep-all-type-selectors=false
> -compiler.keep-generated-actionscript=false
> -compiler.library-path=
> -compiler.locale=
> -compiler.namespaces.namespace http://www.adobe.com/2006/mxml z:
> \astream\target\classes\configs\mxml-manifest.xml
> -compiler.optimize=true
> -compiler.source-path z:\astream\src\main\as
> -compiler.strict=true
> -compiler.use-resource-bundle-metadata=true
> -compiler.verbose-stacktraces=true
> -compute-digest=true
> -default-background-color 8821927
> -default-frame-rate 24
> -default-script-limits 1000 60
> -default-size 500 375
> -licenses.license flexbuilder235740.displayedStartPageAtLeastOneTime
> true
> -licenses.license flexbuilder3 137740058190628299151408
> -licenses.license flexbuilder3.displayedFirstLaunchMessage true
> -licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
> -metadata.date Fri Sep 18 12:46:59 ART 2009
> -target-player 9.0.0
> -use-network=true
> -verify-digests=true -load-config=
> [INFO] [flexmojos:optimize {execution: default}]
> [INFO] flexmojos 3.2.0 - GNU GPL License (NO WARRANTY) - See COPYRIGHT
> file
> [INFO] Original file is: 17 k bytes
> [INFO] optimized swf is: 7 k bytes
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory z:\astream\src\test
> \resources
> [INFO] [flexmojos:test-compile {execution: default-test-compile}]
> [INFO] flexmojos 3.2.0 - GNU GPL License (NO WARRANTY) - See COPYRIGHT
> file
> [WARNING] Unable to find license.jar on classpath. Check wiki for
> instructions about how to add it:
>   https://docs.sonatype.org/display/FLEXMOJOS/FAQ#FAQ-1.3
> [INFO] Compiling test class: [Ljava.lang.String;@6c01b9
> [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:362)
>        at org.apache.maven.cli.compat.CompatibleMain.main
> (CompatibleMain.java:41)
>        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: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:483)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
> (DefaultLifecycleExecutor.java:678)
>        ... 17 more
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 17 seconds
> [INFO] Finished at: Fri Sep 18 12:47:04 ART 2009
> [INFO] Final Memory: 18M/62M
> [INFO]
> ------------------------------------------------------------------------
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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