Re: [Doxygen-users] Doxygen can't find dot
Brought to you by:
dimitri
From: David W. <dlw...@al...> - 2006-06-16 22:44:51
|
Friday, June 16, 2006, 5:55:18 PM, Marinna Lee wrote: > Heh, I've never known what Ant was. For the initial quick hack I just > wanted to run three commands, and on Windows I just thought, "Oh yeah, > Batch files can do that." It just got infinitely more complicated from > there. Who woulda thought? ;-) Time to learn Ant. It's an XML-based, cross-platform, build and batch file tool that is completely integrated with Eclipse and easy to use. Here's all the info you could ever want on it: http://ant.apache.org/manual/ All you do is create the build.xml file, put your commands in there, and then select Run Ant from the popup menu in Eclipse. I know this is a Doxygen list, so if you have more questions about Ant, please email me offline or ask on the Eclipse newsgroups on eclipse.org. -- Regards, David mailto:dlw...@al... |