Skip to content

Instantly share code, notes, and snippets.

@stevez
Created September 7, 2011 02:05
Show Gist options
  • Save stevez/1199566 to your computer and use it in GitHub Desktop.
Save stevez/1199566 to your computer and use it in GitHub Desktop.
blackberry-pre-debug target
<target name="blackberry-pre-debug" depends="blackberry-load-setings" if="blackberry.trigger">
<copy todir="${platform.home}/simulator">
<fileset dir="${dist.dir}" includes="${name}.*"/>
<fileset dir="${dist.dir}" includes="*.debug"/>
</copy>
<condition property="jpda.port" value="${JDWPPort}" else="8000">
<isset property="JDWPPort"/>
</condition>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment