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 169598 - Cannot profile Ant script
Summary: Cannot profile Ant script
Status: RESOLVED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 19:49 UTC by scanti
Modified: 2011-06-11 13:39 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 scanti 2009-07-30 19:49:51 UTC
We have developed an RCP based on NetBeans.
It runs several ant scripts. Most of these scripts are stored in a jar inside the module nblib directory. In this way
the script can use the NetBeans API as they were part of the module. 

The problem come when we have to profile these ant scripts. The profile CANNOT see them.

It would be very useful to my company if you could fix that
Thansk
Comment 1 Jiri Sedlacek 2009-11-02 11:04:04 UTC
The profiler doesn't provide any support for profiling Ant scripts, it's a Java profiler. However, it should be able to
profile Java code of the Ant tasks.

This may be just a configuration issue. Could you please attach a simple test project and steps to reproduce the problem?
Comment 2 scanti 2011-06-11 13:39:46 UTC
Re-tested against NB70 and now it seems to work