Closed GoogleCodeExporter closed 8 years ago
Original comment by pall...@google.com
on 29 Mar 2011 at 10:23
Although I have no idea how the string returned by _GetJavaVersion() can look
like in the general case, I can change the regexp to '[0-9][.0-9]*' so that it
doesn't match '...'.
Original comment by pall...@google.com
on 16 Nov 2011 at 4:26
please look at http://code.google.com/p/script-cover/issues/detail?id=5
no. You should look for the string "version" in one line.
I am using the shell variable _JAVA_OPTIONS to pass option to java jvm
(specifially to use anti-aliasing font), but it prints a first line like
"Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on" on every call to
java and to "java -version"
a fix to your GetJavaVersion would be to use something like
version_line = [line for line in proc.stderr.read().splitlines() if 'java
version' in line][0]
Original comment by solstice.dhiver@gmail.com
on 17 Nov 2011 at 4:28
This issue was closed by revision r1445.
Original comment by Nicholas.J.Santos
on 5 Dec 2011 at 6:28
wtf! I wasn't clear enough? this will not fix the bug
Original comment by solstice.dhiver@gmail.com
on 5 Dec 2011 at 9:07
@solstice.dhiver
Comment on Nov 17 acknowledged. Writing patch. Please watch tone, it was an
honest oversight.
Original comment by nn...@google.com
on 5 Dec 2011 at 9:16
Original comment by nn...@google.com
on 5 Dec 2011 at 9:40
Patch sent internally for review -- will hopefully be pushed within a week or
two.
Thanks,
Nathan
Original comment by nn...@google.com
on 6 Dec 2011 at 2:13
Fixed in r1445
Original comment by nn...@google.com
on 24 Apr 2012 at 1:36
ok. I give up
Original comment by solstice.dhiver@gmail.com
on 24 Apr 2012 at 8:31
Original issue reported on code.google.com by
matthewt...@gmail.com
on 7 Mar 2011 at 3:23