To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88754
------- Additional comments from [EMAIL PROTECTED] Sat Apr 26 17:14:55 +0000
2008 -------
then just upgrade your properly installed ant?
Anyway, untested patch (I'll *not* add some ant from somewhere on my system
which has already has properly-installed ant 1.7.0):
--- configure.in 25 Apr 2008 10:53:42 -0000 1.265
+++ configure.in 26 Apr 2008 17:10:14 -0000
@@ -5828,6 +5828,7 @@
fi
AC_PATH_PROGS(ANT, [jakarta-ant ant ant.sh ant.bat
ant.cmd],,$with_ant_home/bin:$PATH)
WITH_ANT_HOME=$with_ant_home
+ ANT_HOME=$with_ant_home
fi
if test -z "$ANT"; then
configure.in sets the value of WITH_ANT_HOME to the value specified by configure
but not ANT_HOME itself.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]