]
Sent: Wednesday, September 01, 2004 2:05 PM
To: Ant Users List
Subject: RE: Split build file
Ok,
I tried this..
I have a build.xml
%IncludeBuildEnv;
]>
&IncludeBuildEnv;
myName
It refers to a sub_build.xml, which is as below:
MyName
Hi sadaf,
Try this example it works fine for me. u can use the
import task.
I have a build file from where I am calling a target
in another build file(a split), i found this example
in apache forrest, where I call the forrest build from
my build file.
someth
file:d:/testinclude/sub_build.xml:6: Unexpected element "project"
Total time: 0 seconds
What is wrong here??
Sadaf
-Original Message-
From: Daniels, Doug [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 11:10 PM
To: Ant Users List
Subject: RE: Split build file
The answer