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 160117 - Customer should be notified correctly when "Main class" isn't set.
Summary: Customer should be notified correctly when "Main class" isn't set.
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-03-11 16:32 UTC by bukh
Modified: 2010-10-28 02:50 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 bukh 2009-03-11 16:32:43 UTC
Create CDC project without "Main Class". Run it. You may see the next two last lines in the "Output" pane:
C:\tmp\netbeansProjects\CdcApplication1\nbproject\build-impl.xml:1054: HTML can not be writen
BUILD FAILED (total time: 0 seconds)

Customer should be notified correctly when "Main class" isn't set. Appropriate massage should present in the "Output"
pane or Appropriate dialog should be shown.
Comment 1 Adam Sotona 2010-10-27 14:31:46 UTC
fixed in http://hg.netbeans.org/jet-main/rev/8778b68145c7
Comment 2 Quality Engineering 2010-10-28 02:50:18 UTC
Integrated into 'main-golden', will be available in build *201010280000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8778b68145c7
User: asotona@netbeans.org
Log: fixed issue #160117 Customer should be notified correctly when 'Main class' isn't set.