9c28439ef3
jaxp_parser_impl there, and add the option when running ant. - Add missing BR - Fix some rpmlint issues
13 lines
564 B
Diff
13 lines
564 B
Diff
--- ./src/script/ant 2007-02-20 22:52:16.000000000 -0500
|
|
+++ ./src/script/ant 2007-02-20 22:52:34.000000000 -0500
|
|
@@ -292,6 +292,9 @@ else
|
|
ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\""
|
|
fi
|
|
fi
|
|
+
|
|
+ANT_OPTS="$ANT_OPTS -Djava.endorsed.dirs=/usr/share/java/ant/endorsed"
|
|
+
|
|
ant_exec_command="exec \"$JAVACMD\" $ANT_OPTS -classpath \"$LOCALCLASSPATH\" -Dant.home=\"$ANT_HOME\" -Dant.library.dir=\"$ANT_LIB\" $ant_sys_opts org.apache.tools.ant.launch.Launcher $ANT_ARGS -cp \"$CLASSPATH\" $ant_exec_args"
|
|
if $ant_exec_debug ; then
|
|
echo $ant_exec_command
|