RE: 1.8.0 Bug? Target passed to ant sub-tasks

2010-03-19 Thread Taylor, Martin
his is a bug in ant.bat. It has been fixed in svn. > > * ANT_CMD_LINE_ARGS are rippling through lower level Ant usage >Bugzilla Report 48876 > > Insert this > > set ANT_CMD_LINE_ARGS= > > in your line 62 of ant.bat and you should be fine. > > Regards, >

1.8.0 Bug? Target passed to ant sub-tasks

2010-03-19 Thread Taylor, Martin
I just upgraded from Ant 1.7.0 to Ant 1.8.0 and now many of my Ant builds are broken. I have a large build.xml file for my entire project, which has a mixture of Java and Python components, that can be built on PC or Mac. When I run the top level ant command it looks like this: ant makepc