[EMAIL PROTECTED] wrote:
Hi All,
        I am using Junit task for the Unit testing , following is my task

                        <junit printsummary="yes" haltonfailure="no">
                                <classpath refid="test.pathrefs" />
                                <formatter type="plain"/>
<batchtest fork="yes" todir="${tests.report}">
                                        fileset dir="${src.tests}">
                                        include name="**/*Test*.java"/>
                                        </fileset>
                                </batchtest>
                        </junit>

When the same is initiated from the Command prompt, it just hangs when it finds a *TestSuite.java file.

do you mean Ant hangs? And presumably it works on the IDE?


I am using Ant 1.7.0 and have put the following in the classpath :

<pathelement location="C:/apache-ant-1.7.0/lib/ant-junit.jar"/>
                <fileset dir="C:/apache-ant-1.7.0/lib/">
                        <include name="**/*.jar"/>
                </fileset >


Any reason why is it happening ? Please help

1. what does a -verbose or -debug run do?
2. what does ant -diagnostics say?
3. do you have any tests that are looking for user input?

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to