Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

where is Ant core taskdef



When I want to use a customer task , I must first declare the <taskdef> tag in
build.xml.
When I use a core task like <javac>, I needn't. I think the corresponding <taskdef> must be put somewhere else.
Could you tell me where is it?