Am Mittwoch, den 02.01.2008, 20:33 +0000 schrieb [EMAIL PROTECTED]: > Author: dkulp > Date: Wed Jan 2 12:33:03 2008 > New Revision: 608210 > > URL: http://svn.apache.org/viewvc?rev=608210&view=rev > Log: > Merged revisions 604762 via svnmerge from > https://svn.apache.org/repos/asf/incubator/cxf/trunk > > ........ > r604762 | jliu | 2007-12-16 21:59:08 -0500 (Sun, 16 Dec 2007) | 1 line > > Remove attribute of failonerror="false" from ant task LoadFile, as it is > not available in ant 1.6 > ........ >
This doesn't look right, as "failonerror" seems still alive and well even with the change below. At any rate, "failonerror" is apparently still allowed in Ant 1.6[1]. Regards, Glen [1] http://ant.apache.org/manual/CoreTasks/loadfile.html > Modified: > incubator/cxf/branches/2.0.x-fixes/ (props changed) > > incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/common_build.xml > > Propchange: incubator/cxf/branches/2.0.x-fixes/ > ------------------------------------------------------------------------------ > Binary property 'svnmerge-integrated' - no diff available. > > Modified: > incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/common_build.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/common_build.xml?rev=608210&r1=608209&r2=608210&view=diff > ============================================================================== > --- > incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/common_build.xml > (original) > +++ > incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/common_build.xml > Wed Jan 2 12:33:03 2008 > @@ -43,7 +43,7 @@ > <property name="srcbuild_paths.file" > value="${build.dir}/notsrcbuildpath"/> > <mkdir dir="${build.dir}"/> > <touch file="${build.dir}/notsrcbuildpath" verbose="false"/> > - <loadfile property="srcbuild.classpath" srcFile="${srcbuild_paths.file}" > failonerror="false" quiet="true"/> > + <loadfile property="srcbuild.classpath" srcFile="${srcbuild_paths.file}" > failonerror="false"/> >
