Thanks
As for manually editing the xml, you can do that only for the 'main'
build file for now.
Prashant
-Pete
If you do not see the imported targets it can be because of either of
these reasons -
1. incorrect path.
2. virtual ant had an error reading the imported file.
for 1 - Note that the import task, resolves pathnames differently from
the rest of the ant tasks.
from the documentation of 'import' -
"The file to import. If this is a relative file name, the file name
will be resolved relative to the importing file. Note, this is unlike
most other ant file attributes, where relative files are resolved
relative to ${basedir}."
to find out about 2, try opening the imported file separately in a
different instance of Virtual Ant. See if it gives any errors.
Prashant
On Nov 2, 1:49 am, "prashant.d...@gmail.com" <prashant.d...@gmail.com>
wrote: