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 192922 - Cannot start .jsp file
Summary: Cannot start .jsp file
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.0
Hardware: All All
: P1 normal (vote)
Assignee: David Konecny
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-12-06 14:24 UTC by Jiri Sedlacek
Modified: 2010-12-09 06:15 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 Jiri Sedlacek 2010-12-06 14:24:39 UTC
Product Version: NetBeans IDE 7.0 Beta (Build 201011152355)
Java: 1.6.0_22; Java HotSpot(TM) Client VM 17.1-b03
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)


Steps:
 1/ Downloaded NB 7.0 Beta, Java SE edition, zip distribution
 2/ Started with clean userdir, installed "Java Web Applications" using Tools | Plugins
 3/ Registered Tomcat 6.0 in Services | Servers
 4/ Created JSPExamples project, configured to run on Tomcat
 5/ Web Pages | jsp2 | basic-arithmetic.jsp | Run File

Server doesn't start, application is not deployed, etc. Output shows:

init:
deps-module-jar:
deps-ear-jar:
deps-jar:
C:\Users\JiS\Documents\NetBeansProjects\JSPExamples\nbproject\build-impl.xml:565: Must select some files in the IDE or set javac.includes
BUILD FAILED (total time: 0 seconds)
Comment 1 David Konecny 2010-12-07 20:56:03 UTC
This is a regression introduced by issue 189955. Thanks for reporting it!
e71bbf9f62bb
Comment 2 Quality Engineering 2010-12-09 06:15:34 UTC
Integrated into 'main-golden', will be available in build *201012090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e71bbf9f62bb
User: David Konecny <dkonecny@netbeans.org>
Log: #192922 - Cannot start .jsp file