Comments on: Ant macrodef
http://amazing-development.com/archives/2005/03/09/macrodef-for-ant/
ruby, java and the restWed, 17 Jul 2013 11:30:54 +0000hourly1http://wordpress.org/?v=3.4.2By: geert3
http://amazing-development.com/archives/2005/03/09/macrodef-for-ant/comment-page-1/#comment-232471
geert3Tue, 04 Sep 2012 15:13:32 +0000http://www.spychalski.de/blog/archives/2005/03/09/macrodef-for-ant/#comment-232471Great article. Helped me a lot more than all those hello-world examples. This is more like hello-real-world ;-)
Thanks!Great article. Helped me a lot more than all those hello-world examples. This is more like hello-real-world
Thanks!
]]>By: Frank Spychalski
http://amazing-development.com/archives/2005/03/09/macrodef-for-ant/comment-page-1/#comment-357
Frank SpychalskiSat, 11 Feb 2006 09:11:24 +0000http://www.spychalski.de/blog/archives/2005/03/09/macrodef-for-ant/#comment-357I'm not really sure what you want to achieve. You have 3 files: your a) build.xml, b) xml with list of projects, c) macrodef in other file. Include c) in a), parse b) and pass as content to your target. Is that what you want to do?I’m not really sure what you want to achieve. You have 3 files: your a) build.xml, b) xml with list of projects, c) macrodef in other file. Include c) in a), parse b) and pass as content to your target. Is that what you want to do?
]]>By: bhavesh
http://amazing-development.com/archives/2005/03/09/macrodef-for-ant/comment-page-1/#comment-356
bhaveshSat, 11 Feb 2006 06:05:16 +0000http://www.spychalski.de/blog/archives/2005/03/09/macrodef-for-ant/#comment-356Hi,
I have one xml file having list of projects with its attributes. is it possible to pass these attributes to macrodef,if macrodef is defined in other xml file?Hi,
I have one xml file having list of projects with its attributes. is it possible to pass these attributes to macrodef,if macrodef is defined in other xml file?