Author: peterreilly Date: Thu Oct 12 15:52:58 2006 New Revision: 463485 URL: http://svn.apache.org/viewvc?view=rev&rev=463485 Log: use -x instead of -f
Modified: ant/core/trunk/src/script/ant Modified: ant/core/trunk/src/script/ant URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant?view=diff&rev=463485&r1=463484&r2=463485 ============================================================================== --- ant/core/trunk/src/script/ant (original) +++ ant/core/trunk/src/script/ant Thu Oct 12 15:52:58 2006 @@ -147,11 +147,11 @@ # Build local classpath using just the launcher in non-rpm mode or # use the Jpackage helper in rpm mode with basic and default jars # specified in the ant.conf configuration. Because the launcher is -# used, libraries linked in ANT_HOME will also be include, but this +# used, libraries linked in ANT_HOME/lib will also be included, but this # is discouraged as it is not java-version safe. A user should # request optional jars and their dependencies via the OPT_JAR_LIST # variable -if $rpm_mode && [ -f /usr/bin/build-classpath ] ; then +if $rpm_mode && [ -x /usr/bin/build-classpath ] ; then LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)" # If no optional jars have been specified then build the default list --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]