https://issues.apache.org/bugzilla/show_bug.cgi?id=48448
Summary: NullPointer Exception while running junit task
Product: Ant
Version: 1.7.0
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
I have wierd exception while running junit task from ant:
The declaration
<target name="htmlunit" depends="init, compile">
<junit fork="on" printsummary="yes" haltonfailure="no">
<batchtest>
<fileset dir="${test.src}/com/ubs/fxreporting/htmlunit">
<include name="**/*Test*.java"/>
</fileset>
</batchtest>
</junit>
</target>
invoked with:
#ant htmlunit
Error stacktrace is attached
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.