📄 build.xml
字号:
/>
</target>
<target name="LinkedHashMapDemo.run">
<java
taskname="LinkedHashMapDemo"
classname="LinkedHashMapDemo"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="List1.run">
<java
taskname="List1"
classname="List1"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="ListPerformance.run">
<java
taskname="ListPerformance"
classname="ListPerformance"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
>
<arg line=' 500'/>
</java>
</target>
<target name="ListSortSearch.run">
<java
taskname="ListSortSearch"
classname="ListSortSearch"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Map1.run">
<java
taskname="Map1"
classname="Map1"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="MapPerformance.run">
<java
taskname="MapPerformance"
classname="MapPerformance"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
>
<arg line=' 500'/>
</java>
</target>
<target name="MouseListTest.run">
<java
taskname="MouseListTest"
classname="MouseListTest"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="PrintingContainers.run">
<java
taskname="PrintingContainers"
classname="PrintingContainers"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Queue.run">
<java
taskname="Queue"
classname="Queue"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="ReadOnly.run">
<java
taskname="ReadOnly"
classname="ReadOnly"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="References.run">
<java
taskname="References"
classname="References"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Reverse.run">
<java
taskname="Reverse"
classname="Reverse"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Set1.run">
<java
taskname="Set1"
classname="Set1"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Set2.run">
<java
taskname="Set2"
classname="Set2"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="SetPerformance.run">
<java
taskname="SetPerformance"
classname="SetPerformance"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
>
<arg line=' 500'/>
</java>
</target>
<target name="SimpleCollection.run">
<java
taskname="SimpleCollection"
classname="SimpleCollection"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="SimpleHashMap.run">
<java
taskname="SimpleHashMap"
classname="SimpleHashMap"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="SlowMap.run">
<java
taskname="SlowMap"
classname="SlowMap"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="SortedMapDemo.run">
<java
taskname="SortedMapDemo"
classname="SortedMapDemo"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="SortedSetDemo.run">
<java
taskname="SortedSetDemo"
classname="SortedSetDemo"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="SpringDetector.run">
<java
taskname="SpringDetector"
classname="SpringDetector"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="SpringDetector2.run">
<java
taskname="SpringDetector2"
classname="SpringDetector2"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="StackL.run">
<java
taskname="StackL"
classname="StackL"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Stacks.run">
<java
taskname="Stacks"
classname="Stacks"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Statistics.run">
<java
taskname="Statistics"
classname="Statistics"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="StringHashCode.run">
<java
taskname="StringHashCode"
classname="StringHashCode"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="StringSorting.run">
<java
taskname="StringSorting"
classname="StringSorting"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Synchronization.run">
<java
taskname="Synchronization"
classname="Synchronization"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="TestArrays2.run">
<java
taskname="TestArrays2"
classname="TestArrays2"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="Unsupported.run">
<java
taskname="Unsupported"
classname="Unsupported"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="false"
/>
<echo message="* Exception was expected *"/>
</target>
<target name="Utilities.run">
<java
taskname="Utilities"
classname="Utilities"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<target name="WorksAnyway.run">
<java
taskname="WorksAnyway"
classname="WorksAnyway"
classpath="${basedir};${basedir}/.."
dir="../c11"
fork="true"
failonerror="true"
/>
</target>
<!-- delete all class files -->
<target name="clean" description="Removes all old class files">
<delete>
<fileset dir="${basedir}" includes="**/*.class"/>
<fileset dir="${basedir}" includes="**/*Output.txt"/>
<fileset dir="${basedir}" includes="**/log.txt"/>
<fileset dir="${basedir}" includes="failed"/>
</delete>
<echo message="clean successful"/>
</target>
<target name="jcsc">
<taskdef name="jcsc" classname="rj.tools.jcsc.ant.JCSCTask"/>
<jcsc rules="${basedir}/../tij.jcsc"
startpackage="c11"
destdir="${basedir}/../jcsc"
worstcount="20">
<fileset dir="${basedir}" includes="**/*.java"/>
</jcsc>
</target>
</project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -