To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=57406 Issue #:|57406 Summary:|hsqldb/makefile.mk duplicates ant.mk Component:|tools Version:|current Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P4 Subcomponent:|code Assigned to:|hjs Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Sat Nov 5 10:15:41 -0800 2005 ------- Hi, both files contain the same part of code: .IF "$(ANT_HOME)" == "" ANT_HOME*:=$(COMMON_BUILD_TOOLS)$/apache-ant-1.6.1 .EXPORT : ANT_HOME .ENDIF ANT_LIB*:=$(ANT_HOME)$/lib ANT_CLASSPATH:=$(ANT_LIB)$/xercesImpl.jar$(PATH_SEPERATOR)$(ANT_LIB)$/xml-apis.jar$(PATH_SEPERATOR)$(ANT_LIB)$/ant.jar PATH!:=$(ANT_HOME)$/bin$(PATH_SEPERATOR)$(PATH) .IF "$(ANT)" == "" ANT*:=$(ANT_HOME)$/bin$/ant .ENDIF --------------------------------------------------------------------- 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]
