• R/O
  • HTTP
  • SSH
  • HTTPS

BetaProject: 提交

Mail送信先確認プログラムβプロジェクト


Commit MetaInfo

修訂7453be453a4a798e67d3dd8b4c8d74f3ef4b588b (tree)
時間2010-08-09 15:00:41
作者Takuya Ono <takuya-o@user...>
CommiterTakuya Ono

Log Message

ADD Java Web Start build file.

Change Summary

差異

--- /dev/null
+++ b/nbproject/build-jaws-impl.xml
@@ -0,0 +1,57 @@
1+<?xml version="1.0" encoding="UTF-8"?>
2+<!--
3+*** GENERATED FROM project.xml - DO NOT EDIT ***
4+*** EDIT ../build.xml INSTEAD ***
5+
6+For the purpose of easier reading the script
7+is divided into following sections:
8+
9+ - initialization
10+ - compilation
11+ - jar
12+ - execution
13+ - debugging
14+ - javadoc
15+ - junit compilation
16+ - junit execution
17+ - junit debugging
18+ - applet
19+ - cleanup
20+
21+-->
22+<project name="-impl" default="build" basedir="..">
23+ <!--
24+ ====================
25+ JAVAWS SECTION
26+ ====================
27+ -->
28+ <target name="-debug-javaws-debuggee" depends="jar" description="start javaws debuggee.">
29+ <exec dir="${javaws.dir}" executable="javaws">
30+ <env key="JAVAWS_VM_ARGS" value="-Xdebug -Xnoagent -Djava.compiler=none -Xrunjdwp:transport=dt_socket,address=${jpda.address} ${run.jvmargs}"/>
31+ <arg line="${javaws.debug.includes}"/>
32+ </exec>
33+ </target>
34+ <target name="javaws-debug" if="netbeans.home" depends="init,jar,-debug-start-debugger,-debug-javaws-debuggee" description="Debug javaws project in IDE."/>
35+ <target name="javaws-run" depends="jar" description="start javaws run">
36+ <exec dir="${javaws.dir}" executable="${javaws.dir}/javaws">
37+ <env key="JAVAWS_VM_ARGS" value="${run.jvmargs}"/>
38+ <arg line="${javaws.includes}"/>
39+ </exec>
40+ </target>
41+ <target name="run-display-browser" depends="-pre-deploy,war">
42+ <nbbrowse url="${client.url}"/>
43+ </target>
44+ <target name="-pre-deploy" depends="jar" description="prepare deployment.">
45+ <copy todir="${web.dir}">
46+ <fileset dir=".">
47+ <include name="${dist.dir}/**/*"/>
48+ <include name="${conf.jnlp}"/>
49+ </fileset>
50+ </copy>
51+ </target>
52+ <target name="war">
53+ <jar jarfile="${dist.war}" compress="${jar.compress}">
54+ <fileset dir="${web.dir}"/>
55+ </jar>
56+ </target>
57+</project>
Show on old repository browser