Running the following build-file:
  <project default="noop">
    <target name="noop"/>
  </project>

gets me the following properties set:
  ant.file                      java.version
  ant.home                      java.vm.info
  ant.java.version              java.vm.name
  awt.toolkit                   java.vm.specification.name
  basedir                       java.vm.specification.vendor
  file.encoding                 java.vm.specification.version
  file.encoding.pkg             java.vm.vendor
  file.separator                java.vm.version
  java.awt.fonts                line.separator
  java.awt.graphicsenv          os.arch
  java.awt.printerjob           os.name
  java.class.path               os.version
  java.class.version            path.separator
  java.ext.dirs                 sun.boot.class.path
  java.home                     sun.boot.library.path
  java.io.tmpdir                sun.cpu.endian
  java.library.path             sun.cpu.isalist
  java.runtime.name             sun.io.unicode.encoding
  java.runtime.version          user.dir
  java.specification.name       user.home
  java.specification.vendor     user.language
  java.specification.version    user.name
  java.vendor                   user.region
  java.vendor.url               user.timezone
  java.vendor.url.bug

Diane

--- Jiong Wei <[EMAIL PROTECTED]> wrote:
> 
> Just wonder if there's a full list somewhere that show all the ant's
> built-in properties.
> I picked some from the user manual, such as:
>       basedir
>       ant.file
>       ant.project.name
>       ant.java.version
>       os.name
>       user.home
>       build.compiler
>       DSTAMP
>       TSTAMP
>       TODAY
>       ...
> 
> If there's a full list and classified by category, will be wonderful.
> 
> thanks for answer
> 
> Jiong
> 


=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to