To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=57841
------- Additional comments from [EMAIL PROTECTED] Mon Nov 14 20:36:47 -0800 2005 ------- No, the version that is in m139 creates a makefile that contains these lines: CLASSPATH+=$PATH_SEPERATOR$SOLARVER/$UPD/$INPATH/bin/crimson.jar .EXPORT : CLASSPATH That is just not doing what you want. It adds this (without the ") to the CLASSPATH variable: " $(P)ATH_SEPERATOR$(S)OLARVER/$(U)PD/$(I)NPATH/bin/crimson.jar" Note the space at the beginning and that I put brackets around the macro variables that dmake sees when no brackets are used. So that couldn't work. We just didn't catch the problem. --------------------------------------------------------------------- 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]
