https://issues.apache.org/bugzilla/show_bug.cgi?id=44530

           Summary: junit task with forkmode=once and xml formatter does not
                    save all system.out
           Product: Ant
           Version: 1.7.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


I am running the junit task with forkmode="once" and the xml formatter.  It
seemsthe xml output and subsequent report generation only contain system.out
for the first test class that is ran.  If I set showoutput="true" I have the
same problem (system.out is not in every xml output) but the console output
shows system.out for every test class.  Here's my junit task definition:

<junit fork="true" forkmode="once" showoutput="true">


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to