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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18754

ant hangs, if the printsummary-attribute of a junit-task in a parallel task is 
wrong

           Summary: ant hangs, if the printsummary-attribute of a junit-task
                    in a parallel task is wrong
           Product: Ant
           Version: 1.5.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Ant will hang with the following snippet (after starting the server):




<target name="test2">


    <parallel>


        <antcall target="start_server">


        ...


        </antcall>


        <sequential>


            <junit fork="yes" dir="${basedir}" printsummary="bla">


            ....


            </junit>


            <antcall target="stop_server"/>


        </sequential>


    </parallel>


</target>




Expected is an error message like: "bla is not a legal value for this attribute"


(I'm using jdk 1.3.1)

Reply via email to