Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: stage autowiring without XML (Flex 4.5, SAS 1.2-SNAPSHOT)

  1. #11
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    406

    Default

    Hey Olivier,

    you mention the SAS maven build being broken, do you mean the version 2.0 pom? For me that one's working fine, what is failing for you exactly?
    Indeed just adding the spring-actionscript-core ought to be enough. If not, the pom might need some tweaking, I'd appreciate any assistance with this
    since many other people will run into the same issues I would guess.

    cheers,

    Roland

  2. #12
    Join Date
    Aug 2010
    Posts
    14

    Default

    hi Roland,

    after fixing SESPRINGACTIONSCRIPTAS-142 I have this output:

    https://gist.github.com/1283865

    I will start working on a minimal pom and add your doc build and tests later. Hope that helps in getting a proper and slim pom.

    cheers,
    O.

  3. #13
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    406

    Default test problem

    Hm,

    weird that the test project refuses to compile for you. Someone else had the same problems apparently.
    I see you're using -DskipTests=true, which doesn't seem to work actually. If you use -Dmaven.test.skip=true it will REALLY skip the tests
    That way you'll at least be able to compile everything...

    Let me know if you figure out why the testrunner refuses to build, should you be able to find out anything.

    cheers,

    Roland

  4. #14
    Join Date
    Aug 2010
    Posts
    14

  5. #15
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    406

    Default wow!

    Hey dude,

    wowsers! You're cleaning up all the poms! That is absolutely amazing! Thank you SO much!
    Keep us posted on your progress, thanks!

    cheers,

    Roland

  6. #16
    Join Date
    Aug 2010
    Posts
    14

    Default

    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] Spring ActionScript ............................... SUCCESS [0.547s]
    [INFO] Spring ActionScript Core .......................... SUCCESS [54.558s]
    [INFO] Spring ActionScript Flex .......................... SUCCESS [37.060s]
    [INFO] Spring ActionScript MVC ........................... SUCCESS [3.969s]
    [INFO] Spring ActionScript Security ...................... SUCCESS [3.042s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1:45.813s
    [INFO] Finished at: Mon Oct 17 14:48:55 CEST 2011
    [INFO] Final Memory: 12M/1040M
    [INFO] ------------------------------------------------------------------------

    first version which builds without errors and runs all tests committed...

  7. #17
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    406

    Default hm

    Hm, I've tried your pom and get this error:

    [ERROR] Failed to execute goal on project spring-actionscript-core: Could not re
    solve dependencies for project org.springextensions.actionscript:spring-actionsc
    ript-core:swc:2.0.0.BUILD-SNAPSHOT: Could not find artifact com.adobe.flexunit:f
    lexunit:swc:4.1-RC2 in sonatype (http://repository.sonatype.org/content/groups/p
    ublic/) -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
    ch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please rea
    d the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
    lutionException
    [ERROR]
    [ERROR] After correcting the problems, you can resume the build with the command

    [ERROR] mvn <goals> -rf :spring-actionscript-core
    So, as usual Flex Unit is the culprit. I have no idea why though. This error just sometimes pops up. As if the repository it resides in just is offline occasionally or something...

    What do you reckon?

    cheers,

    Roland

  8. #18
    Join Date
    Aug 2010
    Posts
    14

    Default

    arrgghhh, information on flexunit.org is also outdated...
    4.1 RC2 12/24/10 http://docs.flexunit.org/index.php?title=Downloads
    4.1.0 release April 13, 2011 https://github.com/flexunit/flexunit/commits/master

    Will fix it.

  9. #19
    Join Date
    Aug 2010
    Posts
    14

    Default

    flexunit issue "fixed", latest changes (up to r1889) from 2.0 branch merged

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •