You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2004/03/24 04:30:53 UTC

DO NOT REPLY [Bug 27890] New: - fop.sh doesn't set exit status

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27890>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27890

fop.sh doesn't set exit status

           Summary: fop.sh doesn't set exit status
           Product: Fop
           Version: 0.20.5
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: rneilands@pulsemining.com.au


Previously reported, noticed one more occurrence.

Diff to fix:
< echo "  We cannot execute $JAVACMD"
< exit
...
> echo "  We cannot execute $JAVACMD"
> exit 1

< $JAVACMD ... fop
...
> $JAVACMD ... fop
> exit $?