Donate Share

Web Test Tools

Tracker: Bugs

5 I cannot generate anything using ANT Task.. PLease advice - ID: 830701
Last Update: Comment added ( nobody )

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


Nobody/Anonymous ( nobody ) - 2003-10-26 23:05

5

Open

None

Artur Hefczyc

unittestsgen

None

Public


Comment ( 1 )




Date: 2008-04-22 10:07
Sender: nobody

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




Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.