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 162149 - Feed Reader sample project is broken
Summary: Feed Reader sample project is broken
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: rmichalsky
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-04-07 16:43 UTC by Oleg Khokhlov
Modified: 2009-04-13 16:46 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 Oleg Khokhlov 2009-04-07 16:43:49 UTC
new IDE with empty userdir.
Trying to build Feed Reader: 

init:
up-to-date:
compile:
Created dir: C:\Documents and Settings\tester\My Documents\NetBeansProjects\feedreader-suite\FeedReader\build\classes
Compiling 5 source files to C:\Documents and Settings\tester\My
Documents\NetBeansProjects\feedreader-suite\FeedReader\build\classes
C:\Documents and Settings\tester\My
Documents\NetBeansProjects\feedreader-suite\FeedReader\src\org\myorg\feedreader\RssNode.java:89: cannot find symbol
symbol  : variable FileUtil
location: class org.myorg.feedreader.RssNode.RootRssNode
                    FileUtil.getConfigFile("RssFeeds")).getNodeDelegate());
1 error
C:\netbeans\harness\suite.xml:165: The following error occurred while executing this line:
C:\netbeans\harness\common.xml:150: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 16 seconds)
Comment 1 Oleg Khokhlov 2009-04-07 16:44:40 UTC
Product Version: NetBeans IDE Dev (Build 200904070200)
Java: 1.6.0_12; Java HotSpot(TM) Client VM 11.2-b01
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\tester\.netbeans\dev


in 6.5 FCS works as expected => regression.
Comment 2 rmichalsky 2009-04-08 14:46:52 UTC
Missing import after fix of issue #91534.

core-main #cd448a878fd5
Comment 3 Quality Engineering 2009-04-09 19:34:54 UTC
Integrated into 'main-golden', will be available in build *200904091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cd448a878fd5
User: Richard Michalsky <rmichalsky@netbeans.org>
Log: #162149: missing import
Comment 4 Oleg Khokhlov 2009-04-13 16:46:19 UTC
verified in 20090413