Re: getting JVM version info from Ant

2007-12-13 Thread Steve Loughran
Peter Arrenbrecht wrote: Maybe this helps: I hadnt seen the java.runtime.version string; that's all we need

Re: getting JVM version info from Ant

2007-12-13 Thread Peter Arrenbrecht
Maybe this helps: -peter On Dec 13, 2007 5:10 PM, Steve Loughran <[EMAIL PROTECTED]> wrote: > > Here's a questi

getting JVM version info from Ant

2007-12-13 Thread Steve Loughran
Here's a question. How do I distinguish a sun jvm from a jrockit jvm in a build file, as I dont see any reliable way of doing it in an ant condition (right now)? I'm thinking we ought to analyse the jvm and maybe set some properties, or add a new condition to probe the world. -steve (I