You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2001/12/15 08:26:37 UTC

cvs commit: jakarta-avalon-cornerstone ant.properties.sample

jefft       01/12/14 23:26:37

  Added:       .        ant.properties.sample
  Log:
  Add an ant.properties.sample, so those with weird JDK layouts can still build
  the docs by overriding tools.jar
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-cornerstone/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  # This file is a sample .ant.properties file used for building Cornerstone. It
  # allows variables defined in build.xml to be overridden according to users'
  # specific needs. As build.xml has sensible defaults, this file's use is only
  # required for those with unusual systems.
  #
  # Modify it for your own needs and copy it to .ant.properties 
  #
  # <-- starts a comment
  
  # If you want to use the better than average jikes compiler, uncomment the next
  # line
  #build.compiler=jikes
  
  # The path to tools.jar, required for building the docs. Most people won't need
  # to set this, unless $JRE_HOME is not equal to $JAVA_HOME/jre. For example, on
  # Debian, IBM's j2sdk1.3 .deb puts the JRE in /usr/lib/j2sdk1.3, # and the JDK
  # in /usr/lib/j2re1.3, requiring the variable to be set. Note: ${java.home} is
  # the JRE home, not $JAVA_HOME.
  #tools.jar=${java.home}/../j2sdk1.3/lib/tools.jar
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>