?? build.xml
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!--Exported by JBuilder on 2003-6-27 14:12:53-->
<!--It is RECOMMENDED that JBuilder builds and Ant builds done withthis exported Ant file be kept separate and be written to differentdirectories. For example, the JBuilder output directory might be "classes"and the Ant output directory might be "classes.ant".-->
<project basedir="." default="rebuild" name="JMine.jpx">
<property name="jbuilder.home" value="D:/JBuilder9"/>
<property name="Tomcat.home" value="${jbuilder.home}/thirdparty/jakarta-tomcat-4.0.6-LE-jdk14"/>
<property name="jdk.home" value="D:/j2sdk1.4"/>
<property name="dest" value="classes.ant"/>
<property name="Generated.Source" value="${dest}/Temporary_Files"/>
<property name="JBCL.home" value="${jbuilder.home}/lib"/>
<property name="Data.Express.home" value="${JBCL.home}"/>
<property name="src" value="src"/>
<path id="project.class.path">
<pathelement location="${dest}"/>
<pathelement location="${JBCL.home}/jbcl.jar"/>
<pathelement location="${JBCL.home}/dx.jar"/>
<pathelement location="${JBCL.home}/beandt.jar"/>
<pathelement location="${jdk.home}/jre/lib/charsets.jar"/>
<pathelement location="${jdk.home}/jre/lib/jaws.jar"/>
<pathelement location="${jdk.home}/jre/lib/jce.jar"/>
<pathelement location="${jdk.home}/jre/lib/jsse.jar"/>
<pathelement location="${jdk.home}/jre/lib/rt.jar"/>
<pathelement location="${jdk.home}/jre/lib/sunrsasign.jar"/>
<pathelement location="${jdk.home}/jre/lib/ext/dnsns.jar"/>
<pathelement location="${jdk.home}/jre/lib/ext/ldapsec.jar"/>
<pathelement location="${jdk.home}/jre/lib/ext/localedata.jar"/>
<pathelement location="${jdk.home}/jre/lib/ext/sunjce_provider.jar"/>
<pathelement location="${jdk.home}/jre/lib/ext/jdom.jar"/>
<pathelement location="${jdk.home}/jre/lib/ext/xercesImpl.jar"/>
<pathelement location="${jdk.home}/jre/lib/ext/xml-apis.jar"/>
<pathelement location="${jdk.home}/jre/lib/im/indicim.jar"/>
<pathelement location="${jdk.home}/lib/dt.jar"/>
<pathelement location="${jdk.home}/lib/htmlconverter.jar"/>
<pathelement location="${jdk.home}/lib/tools.jar"/>
<pathelement location="${jdk.home}/demo/jfc/Java2D/Java2Demo.jar"/>
<pathelement location="${jdk.home}/docs/guide/imf/spi-sample/CityIM.jar"/>
<pathelement location="${jdk.home}/docs/guide/awt/demos/lightweight/OpenlookButtons"/>
<pathelement location="${jdk.home}/docs/guide/awt/demos/lightweight/Spinner"/>
<pathelement location="${jdk.home}/docs/guide/awt/demos/lightweight/RoundButtons"/>
</path>
<path id="jspc.class.path">
<pathelement location="${Tomcat.home}/lib/jasper-compiler.jar"/>
<pathelement location="${Tomcat.home}/lib/jasper-runtime.jar"/>
<pathelement location="${Tomcat.home}/lib/naming-factory.jar"/>
<pathelement location="${Tomcat.home}/common/lib/servlet.jar"/>
</path>
<!--Patternset to exclude files from the output directory:-->
<patternset id="dest.exclude">
<exclude name="Temporary_Files/"/>
<exclude name="Generated Source/"/>
<exclude name="package cache/"/>
<exclude name="dependency cache/"/>
<exclude name="jsp cache/"/>
</patternset>
<target depends="init" name="javacompile">
<javac bootclasspathref="project.class.path" debug="false" deprecation="true" destdir="${dest}" encoding="GBK" nowarn="false" target="1.2">
<src path="${src}"/>
<src path="${Generated.Source}"/>
</javac>
</target>
<target depends="resource" name="archive">
<fail message="Cannot create native executable with standard Ant tasks for "JMine" node"/>
</target>
<target name="resource">
<copy todir="${dest}">
<fileset dir="${src}">
<include name="**/*.jpe"/>
<include name="**/*.jpeg"/>
<include name="**/*.rmf"/>
<include name="**/*.wav"/>
<include name="**/*.mid"/>
<include name="**/*.midi"/>
<include name="**/*.au"/>
<include name="**/*.gif"/>
<include name="**/*.png"/>
<include name="**/*.jpg"/>
<include name="**/*.aiff"/>
<include name="**/*.properties"/>
</fileset>
</copy>
</target>
<target name="javadoc">
<javadoc author="true" destdir="doc" protected="true" version="true">
<fileset dir="${src}"/>
</javadoc>
</target>
<target depends="cleanup" name="clean"/>
<target name="precompile"/>
<target depends="javacompile" name="compile"/>
<target name="postcompile"/>
<target depends="archive,javadoc,resource" name="package"/>
<target name="deploy"/>
<target depends="precompile,compile,postcompile,package,deploy" name="make"/>
<target depends="clean,make" name="rebuild"/>
<target name="cleanup">
<delete failonerror="false" includeemptydirs="true">
<fileset dir="${dest}"/>
</delete>
</target>
<target name="init">
<mkdir dir="${dest}"/>
<mkdir dir="${Generated.Source}"/>
</target>
</project>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -