I have a build.xml file that includes junit targets.  These targets
produce tests that succeed when the build.xml file is run
from the the directory in which build.xml is located.  However, when I
run the same build.xml through an ant task from another
build.xml in another directory, the tests fail.  The tests fail because
they think the current directory is the directory from which ant was
initially launched.  How can I modify my <ant> task in the calling file
to let it know that the current directory should be that of the launched
file?

-----------------------------------------------------------------
Steve Cohen
Sr. Software Engineer
Ignite Sports, Inc.
4410 N. Ravenswood
Chicago IL 60640
(773)-293-4342
[EMAIL PROTECTED] 


Reply via email to