Changeset 11751


Ignore:
Timestamp:
04/12/09 03:21:13 (15 years ago)
Author:
ehuelsmann
Message:

Don't catch STDERR output into the property, so that it becomes usable
for printing debug information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r11740 r11751  
    229229      classpath="${build.classes.dir}"
    230230      outputproperty="abcl.version"
    231       classname="org.armedbear.lisp.Main">
     231      classname="org.armedbear.lisp.Main"
     232        logerror="yes"> <!-- Don't catch stderr output -->
    232233  <arg value="--noinit"/>
    233234  <arg value="--noinform"/>
Note: See TracChangeset for help on using the changeset viewer.