sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53097
[Bug 1852090] Re: [2.0.0] Windows 10: Java 8: commandline: print is not working
** Description changed:
- ------------------- my testcase on commandline:
+ ------------------- my testcase on commandline: (works as expected)
C:\Users\rmhde>java -version
java version "1.8.0_231"
Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)
C:\Users\rmhde>java -jar C:\SXRun\_Latest\2_0_0\sikulix-2.0.0.jar -c
- C:\Users\rmhde>************** printing
+ C:\Users\rmhde>
+ ************** running
+ 2.0.0-2019-10-17_14:22/Windows10.0/Java8(64)1.8.0_231-b11
+ *** bundlepath
C:\Users\rmhde\IdeaProjects\_SUPPORT\testCmdPrint.sikuli
+
+ ------------- my script:
+ print ""
+ print "************** running"
+ print RUNTIME.getSystemInfo()
+ print "*** bundlepath"
+ print getBundlePath()
------------------------------------------------- original statement
no text is in log from print command
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1852090
Title:
[2.0.0] Windows 10: Java 8: commandline: print is not working
Status in Sikuli:
Opinion
Bug description:
------------------- my testcase on commandline: (works as expected)
C:\Users\rmhde>java -version
java version "1.8.0_231"
Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)
C:\Users\rmhde>java -jar C:\SXRun\_Latest\2_0_0\sikulix-2.0.0.jar -c
C:\Users\rmhde>
************** running
2.0.0-2019-10-17_14:22/Windows10.0/Java8(64)1.8.0_231-b11
*** bundlepath
C:\Users\rmhde\IdeaProjects\_SUPPORT\testCmdPrint.sikuli
------------- my script:
print ""
print "************** running"
print RUNTIME.getSystemInfo()
print "*** bundlepath"
print getBundlePath()
------------------------------------------------- original statement
no text is in log from print command
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1852090/+subscriptions
References