Results 1 to 4 of 4

Thread: spring-actionscript build system -moving to maven?

  1. #1
    Join Date
    Feb 2008
    Location
    Vermont
    Posts
    32

    Default spring-actionscript build system -moving to maven?

    It looks like it's right now using ant - but that it's migrating to maven?

    If you want help with the maven setup to build it all - I've been doing maven-based flex builds for a while and I know both Maven and the flex-mojo in particular pretty well.

    Ryan

  2. #2
    Join Date
    Oct 2008
    Location
    Belgium
    Posts
    160

    Default

    Hi Ryan,

    I have only started to use Maven recently and am fairly impressed with it and what it can do. So I started creating a pom file for the core. We also need pom files for the extensions and one pom file to build everything.

    Feel free to update them. I would be glad to have some help for that.

    PS: this doesn't mean we're switching everything from Ant to Maven. There is still an Ant build file, but I like to provide several options.

    regards,
    Christophe
    Christophe Herreman
    Spring ActionScript Founder
    http://www.herrodius.com

  3. #3
    Join Date
    Aug 2004
    Location
    The Netherlands
    Posts
    160

    Default I am glad to hear this

    GLad to hear maven support is coming
    Jettro Coenradie
    http://www.gridshore.nl

  4. #4
    Join Date
    Feb 2009
    Posts
    2

    Lightbulb String ActionScript under maven repository

    Hi,

    We provide Spring ActionScript on http://maven.servebox.org/repository

    To declare the dependency:

    <dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-actionscript</artifactId>
    <version>0.7.1</version>
    <type>swc</type>
    </dependency>

    Here is our Maven Flex Plugin:
    http://www.servebox.org/maven-flex-plugin/


    Alexis

Posting Permissions

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