Bug 28447 - Unreadable error message from build class path validation
Summary: Unreadable error message from build class path validation
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-17 05:11 EST by Erich Gamma CLA
Modified: 2002-12-18 10:15 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Gamma CLA 2002-12-17 05:11:19 EST
Got the following error message:
Cannot nest entry /ZZTest/src inside entry /ZZTest if entry /ZZTest doesn't 
exclude /ZZTest/src

This is difficult to digest. Suggest the following changes:
1) quote the variable parts of the message 
       Cannot nest entry '/ZZTest/src' ...
2) "entry" shows up all over in the message
3) instead of explaining in detail what is wrong give advise what the user can 
do to avoid the problem. For example:
       Cannot nest '/ZZTest/src' inside '/ZZTest'. 
       To enable the nesting exclude '/ZZTest/src' from '/ZZTest'.
Comment 1 Philipe Mulet CLA 2002-12-17 05:20:23 EST
Ok, please adjust wording (also make other messages consistent).

Also note that the suggested exclusion filter should have a trailing separator.
Comment 2 Jerome Lanneluc CLA 2002-12-17 06:59:43 EST
Changed error message to:
       Cannot nest '/ZZTest/src' inside '/ZZTest'.
       To enable the nesting exclude 'src/' from '/ZZTest'.
Comment 3 David Audel CLA 2002-12-18 10:15:33 EST
Verified.