--- [EMAIL PROTECTED] wrote: > I am a new learner to Ant. Currently I am working on converting > Makefile to Ant on Unix. Could someone share some experience, procedure > or even program with me, about how to make this convertion. Any help > will be greatly appreciated. Thanks a lot in advance.
Best first advice I could give would be: Don't try to just duplicate your Make-based process in Ant -- they're very different tools. (Think: round hole, square peg :) For additional info, peruse the list archives, cruise the links on the Resources page off of Ant's home page, and search the web for other Ant-related articles. Oh yes -- and read the doc :) Maybe not cover-to-cover at one sitting, but at least look through the Tasks Overview page, and of course the Using Ant and Running Ant sections, and the Concepts & Types section. Then just start having at it -- learning by doing is usually the best way to go. If you run into snags, ant-user is a great list, with lots of people who are always willing to provide helpful answers. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
