Class JikesOutputParser

java.lang.Object
org.apache.tools.ant.taskdefs.JikesOutputParser
All Implemented Interfaces:
ExecuteStreamHandler

@Deprecated public class JikesOutputParser extends Object implements ExecuteStreamHandler
Deprecated.
since 1.2. Use Jikes' exit value to detect compilation failure.
Parses output from jikes and passes errors and warnings into the right logging channels of Project.

As of Ant 1.2, this class is considered to be dead code by the Ant developers and is unmaintained. Don't use it.

  • Field Details

    • task

      protected Task task
      Deprecated.
    • errorFlag

      protected boolean errorFlag
      Deprecated.
    • errors

      protected int errors
      Deprecated.
    • warnings

      protected int warnings
      Deprecated.
    • error

      protected boolean error
      Deprecated.
    • emacsMode

      protected boolean emacsMode
      Deprecated.
    • br

      protected BufferedReader br
      Deprecated.
  • Constructor Details

    • JikesOutputParser

      protected JikesOutputParser(Task task, boolean emacsMode)
      Deprecated.
      Construct a new Parser object
      Parameters:
      task - task in which context we are called
      emacsMode - if true output in emacs mode
  • Method Details