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 151193

Summary: some ambiguity in README.TXT file
Product: usersguide Reporter: laraine <laraine>
Component: CodeAssignee: Kenneth Ganfield <kganfield>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description laraine 2008-10-23 18:23:16 UTC
I ran the sample Hello World program that is included in NetBeans IDE 6.1 (Build 200805300101) on Win 2000, SP4 and
noticed possible errors in file:

HelloWorldApp\dist\README.TXT

It seems that the file contains some errors having to do with the directory structure and where files are located. There
is no dist\lib folder, instead, the manifest file is located in the root folder: 

HelloWorldApp\manifest.mf

If this is an error, it also makes the distribution directions incorrect.
Comment 1 Patrick Keegan 2008-11-03 09:47:54 UTC
The file's information is correct. There is no dist/lib folder in your project because there are no libraries on the
HelloWorld app's classpath. Also, nowhere does it say that the manifest is in dist/lib.

Nonetheless, we can look at this to see if there is some way to make the information clearer and follow better. We
should touch the file anyway because there is already a typo (missing apostrophe in "projects").

Ken, can you take a look at this one? After changing the text, we will need to reassign to projects/java to get it
implemented
Comment 2 Kenneth Ganfield 2010-11-22 17:04:59 UTC
marking as wontfix because this refers to a quite old version of the IDE and this sample is no longer included in the IDE.