Log Message
increased swf version to swf7
Modified Paths
Diff
Modified: trunk/hudson/plugins/vncrecorder/src/main/java/org/jenkinsci/plugins/vncrecorder/vncutil/VncRecorderCallable.java (41357 => 41358)
--- trunk/hudson/plugins/vncrecorder/src/main/java/org/jenkinsci/plugins/vncrecorder/vncutil/VncRecorderCallable.java 2015-06-02 18:11:51 UTC (rev 41357)
+++ trunk/hudson/plugins/vncrecorder/src/main/java/org/jenkinsci/plugins/vncrecorder/vncutil/VncRecorderCallable.java 2015-06-03 12:39:52 UTC (rev 41358)
@@ -49,10 +49,10 @@
// String[] com = new String []{"/usr/bin/flvrec.py", "-r1","-o", targetPath, vncServ};
//String[] com = new String []{"vnc2swf","-o", targetPath,"-P", "/home/dimitri/.vnc/passwd_status", "-t", "swf5", "-n", "-e", "0", vncServ};
- String[] com = new String []{vnc2swfPath,"-o", targetPath, "-t", "swf5", "-n", "-e", "0", vncServ};
+ String[] com = new String []{vnc2swfPath,"-o", targetPath, "-t", "swf7", "-n", "-e", "0", vncServ};
if (vncPasswFile != null)
{
- com = new String []{vnc2swfPath,"-o", targetPath,"-P", vncPasswFile.getAbsolutePath(), "-t", "swf5", "-n", "-e", "0", vncServ};
+ com = new String []{vnc2swfPath,"-o", targetPath,"-P", vncPasswFile.getAbsolutePath(), "-t", "swf7", "-n", "-e", "0", vncServ};
}
try {
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
