Console plugin not working with Windows 2000 Find command
Submitted by Wednesday, 16 August, 2006 - 15:37
on
I like to pipe output of commands to Find.exe in windows, e.g. (an actual example)
(When I don't know where a file that has been removed from project is in my svn repository...)
anyway this works absolutely fine in Windows 2000 command prompt, but in jEdit Console with the same input I get the following error message:
I can run the first part of the command e.g. "svn log -v -q" fine.
If I try piping the output at all it seems to be ignored (e.g. "svn log -v -q | more" does not work)
However using the '>' operator to append output to a file works e.g. "svn log -v -q > temp.txt"
But still find does not work - e.g. in windows 2000 I could now type
I am using jEdit 4.3pre6 using Java 1.5.0_06 and Console 4.2.6.4
Has anyone else encountered/found a workaround for this issue (other than not using jEdit console)? Are there other combinations of Java/jEdit/Console versions without this problem?
Thanks in advance
Paul F
svn log -v -q | find "json.js"
(When I don't know where a file that has been removed from project is in my svn repository...)
anyway this works absolutely fine in Windows 2000 command prompt, but in jEdit Console with the same input I get the following error message:
FIND: Parameter format not correct
svn: Write error: Invalid argument
I can run the first part of the command e.g. "svn log -v -q" fine.
If I try piping the output at all it seems to be ignored (e.g. "svn log -v -q | more" does not work)
However using the '>' operator to append output to a file works e.g. "svn log -v -q > temp.txt"
But still find does not work - e.g. in windows 2000 I could now type
find "json.js" temp.txt
and get the desired result, but jEdit Console still returnsFIND: Parameter format not correct
I am using jEdit 4.3pre6 using Java 1.5.0_06 and Console 4.2.6.4
Has anyone else encountered/found a workaround for this issue (other than not using jEdit console)? Are there other combinations of Java/jEdit/Console versions without this problem?
Thanks in advance
Paul F