cseverino / openmeta

Automatically exported from code.google.com/p/openmeta
1 stars 0 forks source link

omtool sending to stderr instead of stdout #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run omtool -p foo.txt > ~/Desktop/stdout.txt 2> ~/Desktop/stderr.txt. 

What is the expected output? What do you see instead?
omtool -p foo.txt > ~/Desktop/stdout.txt 2> ~/Desktop/stderr.txt should send 
the results of the 
query to stdout.txt, but instead they are set to stderr.txt

What version of the product are you using? On what operating system?
omtool 0.1 on OSX 10.5.6

Please provide any additional information below.
This makes using omtool in scripts very difficult.

Original issue reported on code.google.com by jonstov...@gmail.com on 21 Jan 2009 at 1:58

GoogleCodeExporter commented 9 years ago
John: The newest version on the front page of the Ironic site (1.0.2) has fixed 
this.

Original comment by neuma...@comcast.net on 27 Jan 2009 at 11:48

GoogleCodeExporter commented 9 years ago
thanks

Original comment by tom.ande...@gmail.com on 13 Mar 2009 at 3:53