Oh how silly I feel.  Thanks, that did it.  Now on to the next problem. 

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: Ninju Bohra [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 08, 2005 2:42 PM
To: Ant Users List
Subject: RE: junit.fork

If you really feel confident that all you need to do is remove the
"fork"ing behavior....
 
In the build.xml file you posted, in the bottom third of the file look
for the section that started with
 
  <target name="_loaddb" depends="load">

about three lines down there is section that starts with
 
    <java classname="${LoadPkg}.Load${Domain}" fork="true">

On that line, remove the fork="true" section (or change the text to
"false")
 
Save the file and retry...
 
Note, I would try this as a last resoft, I am sure the designers of the
original build.xml had a reason for the fork="true" attribute and be
careful for un-intented side-effects... also you may want to search the
file for additonal fork="true" assingments
 
Good Luck,
 
Ninju
 

                
---------------------------------
Celebrate Yahoo!'s 10th Birthday! 
 Yahoo! Netrospective: 100 Moments of the Web 

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

Reply via email to