I cannot generate anything using ANT Task.. PLease advice
Status: Beta
Brought to you by:
kobit
I cannot generate anything using ANT Task. Here is my
ant task.
of course, I added the taskdef...:)
<target name="GenerateUnitTests"
description="Generated Unit Test Code"
depends="prepare">
<unitgen debug="true"
recursive="true"
mask="*.java"
update="true"
input="prj/src"
output="tests/src"/>
</target>
and it says, finished work. files 14, sources 0. methods 0
Logged In: NO
I thought I was the only one having the same issue, I spent a day trying to work out what I did wrong. Even set debug attribute to true to see if there is any useful message. Yes, use of ANT task is not generating any JUnit Tests