Hi everyone, I am trying to use the task with skipExisting=true.
Because of my particular situation, I usually have the target file
downloaded but sometimes it is owned by root, and so it is not writeable.
The checkAttributes() method of Get.java fails the build if the destination
file is not wri
Patch is attached (based on todays CVS checkout) that updates the manual
and uses quiet instead of showOutput. I also made some very small
changes to the manual entry for RPM to consistently capitalize the first
character of the parameter descriptions.
Zach Garner
On Thu, 2005-03-17 at 14:36
> > - Provide a way to quiet the RPM build process.
>
> Maybe rename (and revert the logic) the attribute from showOutput to
> quiet?
I can submit a patch to CVS that uses quiet instead of showOutput if
you'd like. The attribute "quiet" does sound better, I just didn't think
of it at the time.
the current behavior. When set to false, I log the all of the
output to MSG_DEBUG. A message "[rpm] Building the RPM based on the
foo.spec file" is still logged to MSG_INFO.
Thanks,
Zach Garner
--- apache-ant-1.6.2/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java.orig 2005-03-14 20:35