1. 02 2月, 2012 2 次提交
    • K
      Remove javabuilder from spring-aspects .project · 56026863
      Kris De Volder 提交于
      Previously, the build script was configured to add ajbuilder to the set
      of Eclipse/STS build commands, meaning that both javabuilder and
      ajbuilder would be present for spring-aspects. This causes unpredictable
      behavior, as these two builders compete with each other. As ajbuilder is
      a functional superset of javabuilder, this commit ensures that only the
      former is present for spring-aspects' .project file.
      
      Also removed warning language in import-into-eclipse.sh about
      spring-aspects failing after adding Git support, as this intermittent
      problem was almost certainly an artifact of the situation described
      above.
      56026863
    • C
      Remove global 'clean' from import-into-eclipse.sh · aad21830
      Chris Beams 提交于
      User may already have run `gradle build` successfully. This change
      ensures that we do not unnecessarily remove these output directories
      in order to avoid forcing the user to rebuild.
      aad21830
  2. 31 1月, 2012 1 次提交
    • C
      Update README and add IDE import helper scripts · f8800557
      Chris Beams 提交于
       - Update building from source section with Gradle instructions
       - Add import-into-eclipse.sh interactive helper script
       - Add import-into-idea.md with steps and known issues
      
      Note that use of STS Gradle tooling was attempted, but several issues
      remain before it can handle the spring-framework build. In the meantime
      the instructions laid out in import-into-eclipse provide an error-free
      import.
      f8800557