Results 1 to 4 of 4

Thread: Autowiring

  1. #1
    Join Date
    Jul 2009
    Posts
    10

    Default Autowiring

    Hi,
    I saw that the autowiring code is committed to the trunk, yet it is not available in 0.71. is there a way to get a snapshot of the trunk? i tried to download it but the libs folder is not up to date (the commons-lang does not contain the ObjectUtils methods that moved there).

    Thanks,
    Nir

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

    Default

    Hi,

    I have updated the trunk with the latest snapshots of the as3commons libraries.

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

  3. #3
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    407

    Default use maven

    Hi there,

    the easiest way to create your own build is to download and install Maven (http://maven.apache.org/download.html), browse to the 'core' directory of the SVN checkout (the one where the file pom.xml is located) and run this maven command:

    mvn site

    this will compile the whole thing, including generation of the full documentation.

    hope that works for you,

    Roland

  4. #4
    Join Date
    Jul 2009
    Posts
    10

    Default

    When trying to build with maven i keep getting the following error:
    [WARNING] Unable to get resource 'com.agilejava.docbkx:docbkx-maven-pluginom:2.0.7' from repository fna-repository (http://fna.googlecode.com/svn/trunk/...2_repository): Authorization failed: Access denied to: http://fna.googlecode.com/svn/trunk/...ugin-2.0.7.pom

    What authorization is required to access this repository?

Posting Permissions

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