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 190334 - Running a servlet does not work
Summary: Running a servlet does not work
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 12:58 UTC by Petr Jiricka
Modified: 2010-09-14 02:02 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 Jiricka 2010-09-13 12:58:10 UTC
1. Create a new Java EE 6 web project with GF 3.1 target
2. Create a new servlet in this project and uncomment the sample code
3. Do Run File on this file

The following error will appear in the output window:
...
run-main:
/Users/petrjiricka/NetBeansProjects/WebApplication169/nbproject/build-impl.xml:776: Must select one file in the IDE or set run.class
BUILD FAILED (total time: 0 seconds)
Comment 1 David Konecny 2010-09-14 02:02:06 UTC
Regression caused by fix of issue 189955 from last week.
84850f2c4003