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 189990 - Debugger fails on OSGi project
Summary: Debugger fails on OSGi project
Status: RESOLVED DUPLICATE of bug 189600
Alias: None
Product: projects
Classification: Unclassified
Component: Maven OSGi bundles (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 190357
Blocks:
  Show dependency tree
 
Reported: 2010-08-30 14:39 UTC by John Jullion-ceccarelli
Modified: 2010-09-14 13:11 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 John Jullion-ceccarelli 2010-08-30 14:39:58 UTC
Product Version: NetBeans IDE Dev (Build 201008280001)
Java: 1.6.0_20; Java HotSpot(TM) 64-Bit Server VM 16.3-b01-279
System: Mac OS X version 10.5.8 running on x86_64; MacRoman; en_US (nb)

Create OSGi bundle, create activator, write hello world in start method, set breakpoint on that line, run debug project:


NetBeans: JPDA Listening Start...
JPDA Address: dhcp-eprg06-251-141.Czech.Sun.COM:54240
Port:54240
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home /Users/hal/builds/netbeans/java/maven/bin/mvn "-Dexec.args=-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=54240 -Dfelix.system.properties=file:'${project.build.directory}/run.properties' -cp '${project.build.directory}/felix.jar' org.apache.felix.main.Main" -Djpda.listen=true -Djpda.address=54240 -Dexec.executable=java -Dnetbeans.execution=true -Prun-on-felix package org.codehaus.mojo:exec-maven-plugin:1.1.1:exec
/Users/hal/builds/netbeans/java/maven/bin/mvn: line 164: -Dexec.args=-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=54240 -Dfelix.system.properties=file:'${project.build.directory}/run.properties' -cp '${project.build.directory}/felix.jar' org.apache.felix.main.Main: bad substitution
Comment 1 Antonin Nebuzelsky 2010-08-31 09:35:48 UTC
Dup of #189600.

Will get fixed as soon as we switch from M3 beta2 to beta3.

*** This bug has been marked as a duplicate of bug 189600 ***