Hello garrett, Put <javadoc> in its own target and make sure that the default target doesn't depend on that target. That way, you only run javadoc when you explicitly want to by calling "ant javadoc".
Jake Monday, October 21, 2002, 11:36:56 AM, you wrote: gs> Hey, gs> How can I set a flag to determine if javadoc is run or not when I run ant. What gs> I do now is just comment it out with an xml comment, like this: gs> <!-- <javadoc packagenames="com.dhtmlkitchen.*" --> gs> ... et c. gs> Then when I want javadoc, I uncomment it. Show me a better way. gs> ===== gs> Garrett Needs A Job gs> __________________________________________________ gs> Do you Yahoo!? gs> Y! Web Hosting - Let the expert host your web site gs> http://webhosting.yahoo.com/ gs> -- gs> To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> gs> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org> -- Best regards, Jacob mailto:hoju@;visi.com -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
