On May 19, 2009, at 3:14 AM, Knut Urdalen wrote:

Note
I had a problem with the "foreach" taskdef in build.xml while developing this. If you just want to run the "pear-package" target you can just comment out line 25 in build.xml. I see that this is some Maven dependency and I tried to run the target through Maven without success. If you know how to fix this please help me out :)


foreach is part of ant-contrib (http://ant-contrib.sourceforge.net) which is a collection of tasks for Ant. It is used to loop over files in several of the targets. I've removed it from the top level and placed it in the targets that use it in rev 77532.

Reply via email to