https://issues.apache.org/bugzilla/show_bug.cgi?id=53238
Priority: P2
Bug ID: 53238
Assignee: [email protected]
Summary: <junit fork="true"> task stuck on input stream
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 1.8.2
Component: Core tasks
Product: Ant
Created attachment 28784
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28784&action=edit
Thread dump of stuck ant task
My junit ant tasks in fork="true" are stuck on input streams.
This problem has been described for java and exect tasks as
https://issues.apache.org/bugzilla/show_bug.cgi?id=34461. The workaround there
is to apply inputstring="" as parameter to java or exec tasks. However, the
junit task does not support such a parameter, so the workaround does not apply
to junit tasks.
So I'm left without a workaround.
Suggested solutions: implement input and inputstring parameters for junit ant
task.
--
You are receiving this mail because:
You are the assignee for the bug.