stevel 2005/03/07 07:23:37 Modified: src/main/org/apache/tools/ant/taskdefs Execute.java Log: javadocs Revision Changes Path 1.90 +7 -1 ant/src/main/org/apache/tools/ant/taskdefs/Execute.java Index: Execute.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Execute.java,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- Execute.java 2 Feb 2005 07:59:36 -0000 1.89 +++ Execute.java 7 Mar 2005 15:23:37 -0000 1.90 @@ -195,6 +195,12 @@ return procEnvironment; } + /** + * This is the operation to get our environment. + * It is a notorious troublespot pre-Java1.5, and should be approached + * with extreme cuation. + * @return + */ private static String[] getProcEnvCommand() { if (Os.isFamily("os/2")) { // OS/2 - use same mechanism as Windows 2000
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]