Erik
On Friday, January 10, 2003, at 12:46 PM, tek1 wrote:
is there any way to tell ant to display the project name before target name in the output?
normally, ant displays as follows (while running):
init:
clean:
build:
but is there a way to make it print <project-name>.<target-name> as follows (where <project-name>="myprj")?
myprj.init:
myprj.clean:
myprj.build:
reason being is that i'm calling targets in other build.xml files and when the called target executes, there's no way to distinguish which target name is associated with which build.xml file. it is possible to use the echo task at the start of each target, but obviously not the optimal way.
thank you.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
