[tools-issues] [Issue 70027] Filename and line missing if makefile error is on last line

2007-01-23 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70027


User hjs changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Jan 23 06:33:16 -0800 
2007 ---
seen in MWS

-
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]



[tools-issues] [Issue 70027] Filename and line missing if makefile error is on last line

2007-01-17 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70027


User hjs changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Jan 17 03:48:54 -0800 
2007 ---
.

-
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]



[tools-issues] [Issue 70027] Filename and line missing if makefile error is on last line

2006-10-16 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70027


User vq changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |DevTools





--- Additional comments from [EMAIL PROTECTED] Mon Oct 16 13:44:35 -0700 
2006 ---
Already committed (with testcase) to dmake47.

-
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]



[tools-issues] [Issue 70027] Filename and line missing if makefile error is on last line

2006-10-16 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70027


User vq changed the following:

What|Old value |New value

 Assigned to|vq|hjs





--- Additional comments from [EMAIL PROTECTED] Mon Oct 16 13:45:14 -0700 
2006 ---
Please verify.

-
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]



[tools-issues] [Issue 70027] Filename and line missing if makefile error is on last line

2006-10-01 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70027
 Issue #|70027
 Summary|Filename and line missing if makefile error is on last
| line
   Component|tools
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|dmake
 Assigned to|vq
 Reported by|vq





--- Additional comments from [EMAIL PROTECTED] Sun Oct  1 12:55:35 -0700 
2006 ---
Try the following example:

--- makefile.mk ---
SHELL*:=/bin/sh 
SHELLFLAGS*:=-ce

all : 
+echo allA

all : 
+echo allB

--- makefile.mk ---

You will get:

dmake:  Error: -- Multiply defined recipe for target all

Add another target at the end and the error message will be a lot more usefull:
dmake:  t_errorline.mk:  line 10:  Error: -- Multiply defined recipe for target 
all


Fix: In Parse() move the Closefile() behind the Bind_rules_to_targets().

-
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]