Thanks for your help.

All I want to do is get ant to not fork java.   Will this junit
stuff help me?  If so, how do I do it? Remember, I'm very new
to ant and Java.


Don Payette

>THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE
PROPRIETARY MATERIAL and is thus for use only by the intended recipient.
If you received this in error, please contact the sender and delete the
e-mail and its attachments from all computers.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 08, 2005 12:12 PM
To: Ant Users List
Subject: RE: junit.fork

Quoting "Payette, Don J" <[EMAIL PROTECTED]>:

> What you typed looks like some xml file with a <junit>
> in it.  Is that correct?  What file is this?  Where do
> I put it?  All those questions, since I don't know what
> you're talking about. :-)
> 
> Thanks. 

>From the context you gave, I assumed you are trying to run junit tests
from an
ant script. So in your build.xml file, somewhere, you will have a junit
task
defined


    <junit .....>

If this is not the case, my apologies.

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


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

Reply via email to