bodewig 2005/04/04 00:42:28
Modified:.Tag: ANT_16_BRANCH CONTRIBUTORS WHATSNEW
docs/manual/OptionalTasks Tag: ANT_16_BRANCH rpm.html
src/main/org/apache/tools/ant/taskdefs/optional Tag:
ANT_16_BRANCH Rpm.java
Log:
merge
bodewig 2005/04/04 00:40:32
Modified:.WHATSNEW
docs/manual/OptionalTasks rpm.html
src/main/org/apache/tools/ant/taskdefs/optional Rpm.java
Log:
Rename rpm's showoutput attribute to quiet, document it - Submitted by Zach
Garner
Revision Cha
bodewig 2005/03/17 04:01:19
Modified:.CONTRIBUTORS WHATSNEW
src/main/org/apache/tools/ant/taskdefs/optional Rpm.java
Log:
failOnError and showOutput attributes for
Submitted by: Zach Garner
In Ant 1.6.2 wouldn't fail even if the command failed, CVS
On 8 Feb 2005, <[EMAIL PROTECTED]> wrote:
> return code checking on rpm.
In the unlikely event that rpm is ever going to be used on OpenVMS,
we should use Execute#isFailure instead of comparing the exit code to
0 directly.
> How do we test this?
We don't test much of the forking native comm
bodewig 2005/02/08 23:54:12
Modified:docs/manual/CoreTasks apt.html signjar.html
src/main/org/apache/tools/ant/taskdefs/optional Rpm.java
Log:
2005
Revision ChangesPath
1.5 +1 -1 ant/docs/manual/CoreTasks/apt.html
Index: apt.html
=
stevel 2005/02/08 10:51:26
Modified:src/main/org/apache/tools/ant/taskdefs/optional Rpm.java
Log:
return code checking on rpm. How do we test this?
Revision ChangesPath
1.23 +9 -15
ant/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java
Index: Rpm.jav
bodewig 2003/05/13 00:22:02
Modified:.WHATSNEW
docs/manual/OptionalTasks rpm.html
src/main/org/apache/tools/ant/taskdefs/optional Rpm.java
Log:
Make deal with RedHat 8+'s rpmbuild command.
PR: 14650
Submitted by: Ville Skytta
Revisi