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 165593 - Profiling maven projects on Windows doesn't work
Summary: Profiling maven projects on Windows doesn't work
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P1 blocker (vote)
Assignee: J Bachorik
URL:
Keywords: REGRESSION
Depends on:
Blocks: 164957
  Show dependency tree
 
Reported: 2009-05-20 13:11 UTC by Jiri Sedlacek
Modified: 2013-10-16 07:18 UTC (History)
1 user (show)

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 2009-05-20 13:11:26 UTC
Product Version: NetBeans IDE Dev (Build 200905200201)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

Steps are the same as in Issue 164957.

Profile Project / Profile File doesn't work if the IDE is installed in a path *without* spaces. Backslashes in profiler
agent argument are removed:

 Profiler Agent: Options: >D:SoftwareNetBeans70devnetbeansprofiler3lib,5140,10<

Note that profiling works fine when the IDE is installed in a path *containing* spaces.
Comment 1 Jiri Sedlacek 2009-05-20 13:12:10 UTC
Worked fine two weeks ago - REGRESSION.
Comment 2 Milos Kleint 2009-05-20 13:19:28 UTC
I've commented out something in profiler's RunChecker module that did backslash->slash conversion.. it seemed wrong, but maybe could have caused this 
regression..
Comment 3 J Bachorik 2009-05-20 14:09:16 UTC
Unfortunately yes. The conversion doesn't make much sense but somehow it enables profiling maven projects on windows.

Fixed - http://hg.netbeans.org/profiler-main/rev/aebd25eb0220
Comment 4 Jiri Sedlacek 2009-05-20 14:18:38 UTC
v.
Comment 5 Quality Engineering 2009-05-21 08:35:07 UTC
Integrated into 'main-golden', will be available in build *200905210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/aebd25eb0220
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #165593 - Profiling maven projects on Windows doesn't work