Changes between Version 2 and Version 3 of SuggestedAntRc

Show
Ignore:
Timestamp:
04/27/09 08:58:35 (7 months ago)
Author:
jmaessen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SuggestedAntRc

    v2 v3  
    3232As of [changeset:3373 revision 3373], Project Fortress requires Java 1.6 to build and run.  The latest release of [http://gee.cs.oswego.edu/dl/concurrency-interest/ jsr166y] solves several hard problems related to work-stealing, and it requires Java 1.6.  Java 1.6 is easily available on Solaris, Linux, and (most?) Intel Macs. 
    3333 
    34 On a Mac it is [http://support.apple.com/kb/HT2312 recommended that you use the Java Preferences Utility] (at /Applications/Utilities/Java/Java Preferences.app) to set the default version of Java, but ant persists in running with 1.5, and will thus fail.  There are several workarounds, but the one that involves the least day-to-day fuss and no use of root access, is to use the [source:trunk/antrc_suggested suggested ~/.antrc], which will then run [source:trunk/.antrc_Darwin .antrc_Darwin], which sets the appropriate environment variable force ant to use the intended version: 
     34On a Mac it is [UsingJavaOnMac recommended that you use the Java Preferences Utility] to set the default version of Java, but ant persists in running with 1.5, and will thus fail.  There are several workarounds, but the one that involves the least day-to-day fuss and no use of root access, is to use the [source:trunk/antrc_suggested suggested ~/.antrc], which will then run [source:trunk/.antrc_Darwin .antrc_Darwin], which sets the appropriate environment variable force ant to use the intended version: 
    3535{{{ 
    3636if [ -z "$JAVACMD" ] ; then