|
From: SourceForge.net <no...@so...> - 2013-06-24 03:50:25
|
Plugin Bugs item #3614567, was opened at 2013-06-23 17:08 Message generated for change (Comment added) made by ezust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=3614567&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: ned (ned775) Assigned to: Nobody/Anonymous (nobody) >Summary: console on windows fails to redirect output of commands Initial Comment: I just installed java 7 SE Update 25 and after doing so running this command in jEdit console: mysqldump --opt -u root -p databasename > databasename.dump.sql fails with the error: mysqldump: Couldn't find table: ">" I am able to run the command successfully from window command prompt. I'm running windows 7 and I've just updated jEdit to 5.0 and the console plugin to 5.1.2 to see if this would alleviate the issue but it did not. I tried rolling back to Java 7 update 21 with no success, however rolling back to Java 7 Update 17 fixed the issue. ---------------------------------------------------------------------- >Comment By: Alan Ezust (ezust) Date: 2013-06-23 20:50 Message: This has nothing to do with the mysqldump command. This is a windows-only issue. On linux redirection of commands works fine. This also doesn't seem to be related to what version of java you are using. I can see that Console in Java 7 version 21 and 25 behave the same way. Did redirection of commands in Console on Windows work at one time before? If so, what version of Console did it work with? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=3614567&group_id=588 |