Sayed, Irfan (Irfan) wrote:
Hi,
why do we need to the path <taskdef
resource="net/sf/antcontrib/antcontrib.properties"/>
There is no automatic discovery and load of tasks. Ant would have to
enumerate every properties file in every package and load them, and
would probably get something wrong like load properties files that have
nothing to do with ant.
There is autoload of antlib.xml declared tasks via xml namespace
declarations.
see: http://ant.apache.org/manual/CoreTypes/antlib.html
However, you have to use tasks in a separate xmlns from then on. This
means you must be comfortable with xml namespaces, or willing to learn.
steve
-----Original Message-----
From: Sayed, Irfan (Irfan)
Sent: Thursday, June 29, 2006 12:10 PM
To: [EMAIL PROTECTED]
Cc: Ant Users List
Subject: RE: Ant help for c compiler
Hi,
I have added CC task in build .xml but it's not working
I request you to please look into the file attached and let me know what
I am doing wrong
Regards
Irfan.
ps: http://www.catb.org/esr/faqs/smart-questions.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]