Fix debug target, as -deploy-os-specific-bundles name changed.

cusax-fix
Damian Minkov 17 years ago
parent c0fe7cae95
commit 5c2f04ee6a

@ -9,7 +9,7 @@
<import file="../build.xml"/>
<target name="debug-selected-file-in-test"
depends="prepare-local-accounts,prepare-all-tests,-deploy-os-specific-bundles"
depends="prepare-local-accounts,prepare-all-tests,deploy-os-specific-bundles"
description="Starts felix and debugs the selected Service Impl Compatibility Kit" >
<!-- This target runs felix under the debugger, but it can only work with
unit test classes that extend TestSuite and implements BundleActivator

@ -9,7 +9,7 @@
<import file="../build.xml"/>
<target name="debug-nb-wholeApp"
depends="-deploy-os-specific-bundles"
depends="deploy-os-specific-bundles"
description="Starts felix and runs sip-comunicator gui (use latest build).">
<nbjpdastart addressproperty="jpda.address"
name="SIP Communicator"
@ -23,7 +23,7 @@
string here (in the normal case the user will not have defined
any - otherwise the application would find an argument with
the value ${args} )-->
<property name="args" value=""/>
<property name="args" value="--multiple"/>
<!-- fork=true no longer prevents debug break points latching... -->
<java fork="true"

Loading…
Cancel
Save