<property name="spark.home" value="${basedir}/http://www.cnblogs.com/.."/>
    <property name="spark.libs.dir" value="${spark.home}/target/build/lib"/>
    <property name="spark.build" value="${basedir}/http://www.cnblogs.com/../target/build"/>
 <property name="commoninfo" value="${spark.home}/pmsaas/common"></property>

 

 

<target name="compile" description="Compiles plugin source">
        <mkdir dir="${classes.dir}"/>
        <javac srcdir="${java.dir};${commoninfo}"
               destdir="${classes.dir}"
               classpathref="lib.classpath"
               source="1.5"
               debug="true"
               target="1.5"
         includeAntRuntime="false"/>
        <copy todir="${classes.dir}">
            <fileset dir="${java.dir}" includes="**/*.png"/>
            <fileset dir="${java.dir}" includes="**/*.gif"/>
            <fileset dir="${java.dir}" includes="**/*.jpg"/>
            <fileset dir="${java.dir}" includes="**/*.jpeg"/>
        </copy>
    </target>

相关文章:

  • 2021-09-10
  • 2021-07-06
  • 2021-05-27
  • 2021-05-22
猜你喜欢
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-02-09
  • 2021-05-23
相关资源
相似解决方案