aboutsummaryrefslogtreecommitdiffstats
path: root/ide
diff options
context:
space:
mode:
authorBrian Burch <burchb@java.net>2008-10-08 14:04:35 +0000
committerBrian Burch <burchb@java.net>2008-10-08 14:04:35 +0000
commite229277560b0410bf98f3f5a7b405f51294454f5 (patch)
tree099f0c1a09da20d982542e6d05934345f5ef8b93 /ide
parentaf3e706ee381d0733dbad201512eccb63858e189 (diff)
downloadjitsi-e229277560b0410bf98f3f5a7b405f51294454f5.zip
jitsi-e229277560b0410bf98f3f5a7b405f51294454f5.tar.gz
jitsi-e229277560b0410bf98f3f5a7b405f51294454f5.tar.bz2
new netbeans debug test (service lick) target
Diffstat (limited to 'ide')
-rw-r--r--ide/nbproject/ide-targets.xml9
-rw-r--r--ide/nbproject/project.xml13
2 files changed, 19 insertions, 3 deletions
diff --git a/ide/nbproject/ide-targets.xml b/ide/nbproject/ide-targets.xml
index f364cca..7c3b3d3 100644
--- a/ide/nbproject/ide-targets.xml
+++ b/ide/nbproject/ide-targets.xml
@@ -5,10 +5,12 @@
to make it active on your own system.
-->
<project basedir=".." name="SIP Communicator-IDE">
+
<import file="../build.xml"/>
- <target depends="-deploy-os-specific-bundles"
- description="Starts felix and runs sip-comunicator gui (use latest build)."
- name="debug-nb-wholeApp">
+
+ <target name="debug-nb-wholeApp"
+ depends="-deploy-os-specific-bundles"
+ description="Starts felix and runs sip-comunicator gui (use latest build).">
<nbjpdastart addressproperty="jpda.address"
name="SIP Communicator"
transport="dt_socket">
@@ -50,4 +52,5 @@
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
</java>
</target>
+
</project>
diff --git a/ide/nbproject/project.xml b/ide/nbproject/project.xml
index 2bd30e4..37c28e8 100644
--- a/ide/nbproject/project.xml
+++ b/ide/nbproject/project.xml
@@ -47,6 +47,19 @@
<action name="rebuild">
<target>rebuild</target>
</action>
+ <action name="debug.single">
+ <script>nbproject/ide-file-targets.xml</script>
+ <target>debug-selected-file-in-test</target>
+ <context>
+ <property>test.name</property>
+ <folder>test</folder>
+ <pattern>\.java$</pattern>
+ <format>java-name</format>
+ <arity>
+ <one-file-only/>
+ </arity>
+ </context>
+ </action>
</ide-actions>
<export>
<type>folder</type>