https://issues.apache.org/bugzilla/show_bug.cgi?id=52410
Bug #: 52410
Summary: Some warnings/errors are written to stdout instead of
stderr
Product: Fop
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: pdf
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 28107
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28107
reproduce issue
For example:
tristan@amber:~> fop input.fo output.pdf 2>/dev/null
table-layout="fixed" and width="auto", but auto-layout not supported =>
assuming width="100%". (See position 12:44)
This is merely anoying if you are writing output to a file, but when
writing output to stdout (by passing -), this is actively harmful. I've
attached a reduced example that can be used to reproduce this, but I'm
not sure that this is the only message that gets written to stdout like
this.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.