From: jeremie hebre
Subject: PB: Tomcat Launched by an Ant script launched by another Ant script

>I use an Ant Script that launches another Ant script that launches a Tomcat
server with the "java" task.
>The problem is that Tomcat seems to consider the local directory of the
first Ant script as it own local directory.
>Any idea about this issue?

You can define which directory is the base ditrectory for the second Ant
file. Try the "dir" attribute of the <ant> task. The dir attribute define
the basedir for the new Ant project

Yours
Stefan S

Reply via email to