This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 73708 - Non-existing path during debug start
Summary: Non-existing path during debug start
Status: RESOLVED DUPLICATE of bug 69034
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 15:46 UTC by Petr Pisl
Modified: 2006-06-05 00:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2006-03-17 15:46:30 UTC
Create a web project with target server Tomcat. Invoke action Debug Main
Project. In the web module output window appears message with red color:

Non-existing path
"/space/ide/projects/WebApplication53/build/ear-module/WEB-INF/classes" provided.


When you invoke action Debug file for an jsp, then there are 3 messages:

Non-existing path
"/space/ide/projects/WebApplication53/build/ear-module/WEB-INF/classes" provided.
Non-existing path "/space/ide/projects/WebApplication53/${ws.debug.classpaths}"
provided.
Non-existing path "/space/ide/projects/WebApplication53/${ws.web.docbase.dirs}"
provided.

Why the messages are there? It's misleading for the user.
Comment 1 Jiri Skrivanek 2006-03-22 14:57:46 UTC

*** This issue has been marked as a duplicate of 69034 ***