right now im trying out a new tutorial on Jfreechart, but i cant get one step correctly that involves the usage of ant. I will quote the tutorial just to make my problem more clear.
2. From the ant subdirectory of the just-unpacked JCommon, run ant javadoc to generate
the Javadocs locally. If you are unfamiliar with Ant, you can skip this step, but
then NetBeans won’t be able to show you the Javadoc popups for JCommon.
My problem is that i dont know how to "run ant javadoc". Does i that mean i have to start an exe via run OR start the ant exe manually and type something? Can someone give me a more descriptive explanation?
Or maybe they meant run "ant javadoc". That is, pass the "javadoc" target to Ant. Given NetBeans, which generates a fairly sophisticated build.xml for your project, I think this is probably what they meant.
Or maybe they meant run "ant javadoc". That is, pass the "javadoc" target to Ant. Given NetBeans, which generates a fairly sophisticated build.xml for your project, I think this is probably what they meant.
thanks for your reply!
But one more thing, which EXE or whatever file i am supposed to pass that argument in ?? i dont know what the hell ant is, ok its something for deployment and it uses xml-files as format-specifier to create the javadoc. But nothing else.
1.) how do i start ant? 2.) is ant started within the javac-command? none of the tutorials explaining that!
3.) do i have to download ant first ? which download is correct ? this one ??? link: http://ant.apache.org/bindownload.cgi 4.) where do i pass the argument in?
5.) how do i tell ant which xml-file to map with which jar??