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 66369 - Wrong profiled project build script - missing mainclass attribute
Summary: Wrong profiled project build script - missing mainclass attribute
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-10 12:24 UTC by ehucka
Modified: 2006-10-09 10:49 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 ehucka 2005-10-10 12:24:20 UTC
I tried to profile a new java application (Java Application project type). The
profiler rewrote the project's build scripts but after Start of profiling
profiler failed by ant task error:
profiler-build-impl.xml:71: The main class needs to be specified via the
"mainclass" attribute.
Comment 1 ehucka 2005-10-10 12:27:33 UTC
The main class of the project was obviously specified before.
Comment 2 iformanek 2005-10-10 16:16:08 UTC
This has been fixed today.
Comment 3 ehucka 2005-10-12 09:00:48 UTC
v