⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.xml

📁 thinking in java 书中源码 第四版
💻 XML
📖 第 1 页 / 共 2 页
字号:
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="Holder2">
    <java
     classname="Holder2"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="Holder3">
    <java
     classname="Holder3"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="InheritBounds">
    <java
     classname="InheritBounds"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="InstantiateGenericType">
    <java
     classname="InstantiateGenericType"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="IterableFibonacci">
    <java
     classname="IterableFibonacci"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="LatentReflection">
    <java
     classname="LatentReflection"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="LimitsOfInference">
    <java
     classname="LimitsOfInference"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="LinkedStack">
    <java
     classname="LinkedStack"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="ListMaker">
    <java
     classname="ListMaker"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="ListOfInt">
    <java
     classname="ListOfInt"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="LostInformation">
    <java
     classname="LostInformation"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="Mixins">
    <java
     classname="Mixins"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="OrdinaryArguments">
    <java
     classname="OrdinaryArguments"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="PlainGenericInheritance">
    <java
     classname="PlainGenericInheritance"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="PrimitiveGenericTest">
    <java
     classname="PrimitiveGenericTest"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="RandomList">
    <java
     classname="RandomList"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="SelfBounding">
    <java
     classname="SelfBounding"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="SelfBoundingMethods">
    <java
     classname="SelfBoundingMethods"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="SimpleDogsAndRobots">
    <java
     classname="SimpleDogsAndRobots"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="SimpleHolder">
    <java
     classname="SimpleHolder"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="SimplerPets">
    <java
     classname="SimplerPets"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="Store">
    <java
     classname="Store"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="ThrowGenericException">
    <java
     classname="ThrowGenericException"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="TupleList">
    <java
     classname="TupleList"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="TupleTest">
    <java
     classname="TupleTest"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="TupleTest2">
    <java
     classname="TupleTest2"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="UnboundedWildcards1">
    <java
     classname="UnboundedWildcards1"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="UnboundedWildcards2">
    <java
     classname="UnboundedWildcards2"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="Unconstrained">
    <java
     classname="Unconstrained"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="WatercolorSets">
    <java
     classname="WatercolorSets"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="Wildcards">
    <java
     classname="Wildcards"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="CoffeeGenerator">
    <java
     classname="generics.coffee.CoffeeGenerator"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/coffee/"
     failonerror="true"
     fork="true"/>
  </target>

  <target name="Decoration">
    <java
     classname="generics.decorator.Decoration"
     classpath="${java.class.path};${basedir};${basedir}/.."
     dir="../generics/decorator/"
     failonerror="true"
     fork="true"/>
  </target>

  <target
   depends="build"
   description="Compile and run"
   name="run">
    <touch file="failures"/>
    <antcall target="Apply"/>
    <antcall target="ArrayMaker"/>
    <antcall target="ArrayOfGeneric"/>
    <antcall target="BankTeller"/>
    <antcall target="BasicBounds"/>
    <antcall target="BasicGeneratorDemo"/>
    <antcall target="CaptureConversion"/>
    <antcall target="CheckedList"/>
    <antcall target="ClassTypeCapture"/>
    <antcall target="CompilerIntelligence"/>
    <antcall target="CovariantArrays"/>
    <antcall target="CreatorGeneric"/>
    <antcall target="CRGWithBasicHolder"/>
    <antcall target="DogsAndRobots"/>
    <antcall target="DynamicProxyMixin"/>
    <antcall target="EpicBattle"/>
    <antcall target="ErasedTypeEquivalence"/>
    <antcall target="ErasureAndInheritance"/>
    <antcall target="ExplicitTypeSpecification"/>
    <antcall target="FactoryConstraint"/>
    <antcall target="Fibonacci"/>
    <antcall target="Fill"/>
    <antcall target="Fill2"/>
    <antcall target="FilledListMaker"/>
    <antcall target="Functional"/>
    <antcall target="Generators"/>
    <antcall target="GenericArray"/>
    <antcall target="GenericArray2"/>
    <antcall target="GenericArrayWithTypeToken"/>
    <antcall target="GenericCast"/>
    <antcall target="GenericHolder"/>
    <antcall target="GenericMethods"/>
    <antcall target="GenericReading"/>
    <antcall target="GenericsAndCovariance"/>
    <antcall target="GenericVarargs"/>
    <antcall target="GenericWriting"/>
    <antcall target="Holder"/>
    <antcall target="Holder2"/>
    <antcall target="Holder3"/>
    <antcall target="InheritBounds"/>
    <antcall target="InstantiateGenericType"/>
    <antcall target="IterableFibonacci"/>
    <antcall target="LatentReflection"/>
    <antcall target="LimitsOfInference"/>
    <antcall target="LinkedStack"/>
    <antcall target="ListMaker"/>
    <antcall target="ListOfInt"/>
    <antcall target="LostInformation"/>
    <antcall target="Mixins"/>
    <antcall target="OrdinaryArguments"/>
    <antcall target="PlainGenericInheritance"/>
    <antcall target="PrimitiveGenericTest"/>
    <antcall target="RandomList"/>
    <antcall target="SelfBounding"/>
    <antcall target="SelfBoundingMethods"/>
    <antcall target="SimpleDogsAndRobots"/>
    <antcall target="SimpleHolder"/>
    <antcall target="SimplerPets"/>
    <antcall target="Store"/>
    <antcall target="ThrowGenericException"/>
    <antcall target="TupleList"/>
    <antcall target="TupleTest"/>
    <antcall target="TupleTest2"/>
    <antcall target="UnboundedWildcards1"/>
    <antcall target="UnboundedWildcards2"/>
    <antcall target="Unconstrained"/>
    <antcall target="WatercolorSets"/>
    <antcall target="Wildcards"/>
    <antcall target="CoffeeGenerator"/>
    <antcall target="Decoration"/>
    <delete file="failures"/>
  </target>

  <target description="delete all byproducts" name="clean">
    <delete>
      <fileset dir="${basedir}" includes="**/*.class"/>
      <fileset dir="${basedir}" includes="**/*Output.txt"/>
      <fileset dir="${basedir}" includes="**/log.txt"/>
      <fileset dir="${basedir}" includes="failures"/>
    </delete>
    <echo message="clean successful"/>
  </target>

</project>


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -