/[Apache-SVN]
ViewVC logotype

Revision 275005


Jump to revision: Previous Next
Author: bodewig
Date: Fri Aug 1 10:08:12 2003 UTC (20 years, 8 months ago)
Changed paths: 10
Log Message:
Revert part of the commit that made tasks use Execute#isFailure.

On OpenVMS the Java VM will exit with a return code of 0 on success,
even though this is going to signal a failure for the OS.  All tasks
that spawn new VMs have now been reverted to explicitly check for
retCode != 0 instead of Execite.isFailure(retCode).

We could as well introduce Execute#isJavaFailure or something like
this in case future VM's on OpenVMS will start to do the right thing.


Changed paths

Path Details
Directoryant/core/trunk/docs/manual/CoreTasks/exec.html modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Execute.java modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Java.java modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javadoc.java modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/ANTLR.java modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/javacc/JJDoc.java modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/javacc/JJTree.java modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/metamata/AbstractMetamataTask.java modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/metamata/MParse.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26