Ant retrieves all system properties - means all properties System.getProperties() returns.
http://ant.apache.org/manual/using.html#built-in-props "Ant provides access to all system properties ... For a list of system properties see the Javadoc of System.getProperties." Jan > -----Ursprüngliche Nachricht----- > Von: David Brown [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 17. März 2008 03:34 > An: [email protected] > Betreff: Ant property ant.java.version how does Ant detect > this property? > > Hello Steve and all the Ant gurus and users. I know the Ant > built-in property: ant.java.version is an property detected > by Ant. Does Ant detect this property from some ubiquitous > environment variable such as: JAVA_HOME? I have several JDKs > installed: 1.4.x, 1.5.x, 1.6.x etc. What is needed to get Ant > to detect a different Java version? Please advise, David. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
