Hi,
I kinda digged
through the archives, hence this mail
I have multiple
projects in my solution and one project depends on the
other.
when i give multiple
entries for
<project>
</project>
in the same build
file, it gives me the following error:
"Error loading
buildfile.
There are multiple root elements. Line NN, position 2."
There are multiple root elements. Line NN, position 2."
1) How do I ensure
that I build project A first since Project B is refering to Project A (and so
forth)
2) Is nested calling
of build files possible( buildfileA (of Project A) calls buildfileB (of Project
B))?
3) Any other
alternative for achieving the same.
Thanks
Sriram