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 - some ambiguity in README.TXT file
Summary: some ambiguity in README.TXT file
Status: RESOLVED WONTFIX
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Kenneth Ganfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 18:23 UTC by laraine
Modified: 2010-11-22 17:04 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 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.