You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Divya B Sridhar <di...@cisco.com> on 2004/08/12 12:53:53 UTC

ant option

Hi,
What does a command like 
export ANT_FLAGS=-verbose -Dcommonpath.dir=$(COMMONPATH)
-Dcommonjar.dir=$(COMMONJAR) -Dcommoninc.dir=$(COMMONINCLUDE)
 
in a makefile do ? 
Then, I have in one of the Makefile's targets('all' target) as :
 
all:
ant $ANT_FLAGS <target_name_in_build.xml_file>
 
I do not understand the -Dcommonpath.dir option which is equated in
ANT_FLAGS. Any help is appreciated. Thanks.
 
Regards,
Divya.