You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/ide/nbproject/ide-targets.xml

27 lines
1.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<project basedir=".." name="sip-communicator-1.0-IDE">
<import file="../build.xml"/>
<!-- TODO: edit the following target according to your needs -->
<!-- (more info: http://www.netbeans.org/kb/41/freeform-config.html#debugj2se) -->
<target description="Starts oscar and runs sip-comunicator gui (use latest build)." name="debug-nb"
depends="-deploy-os-specific-bundles">
<!-- forking prevents from debugging-->
<nbjpdastart addressproperty="jpda.address" name="sip-communicator-1.0" transport="dt_socket"/>
<java classname="org.apache.felix.main.Main" classpathref="project.class.path" failonerror="true" fork="true">
<!-- Sets the charset for the messages -->
<!--sysproperty key="icq.custom.message.charset" value="windows-1252"/-->
<!-- Tell oscar to run sip-communicator-->
<sysproperty key="felix.config.properties" value="file:./lib/felix.client.run.properties"/>
<!-- Tell java.util.logging about our logging preferences -->
<sysproperty key="java.util.logging.config.file" value="lib/logging.properties"/>
<!-- Setting LD_LIBRARY_PATH-->
<sysproperty key="java.library.path" value="${ld.library.path}"/>
<env key="LD_LIBRARY_PATH" value="${ld.library.path}"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
</java>
</target>
</project>