Results 1 to 2 of 2

Thread: Build with ant and jdk1.4

  1. #1
    Join Date
    Oct 2006
    Posts
    5

    Default Build with ant and jdk1.4

    Just downloaded the new 2.0 version and I want to build a version targeted for Java version 1.4.2. I tried an ant build 'alljars' using the 1.4.2 compiler, but it seems that is not going to work. I can see that source and target is set for version 1.3 on the buildmain target, but It seems that even with that you need the java 1.5 compiler.

    Is there anyway to compile with 1.4?

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    take a look at the readme.txt file. In order to build Spring 1.5 compiler is required since Spring contains tiger specific sources. If you eliminate those, you can compile with 1.3 or 1.4.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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