2 Star 7 Fork 1

TS_OHOS/DevUtils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
devutils.xml 7.53 KB
一键复制 编辑 原始数据 按行查看 历史
疯华整猫 提交于 2021-06-08 11:17 . 初次提交
<?xml version="1.0" encoding="UTF-8"?>
<project name="devutils" default="all">
<property file="devutils.properties"/>
<!-- Uncomment the following property if no tests compilation is needed -->
<!--
<property name="skip.tests" value="true"/>
-->
<!-- Compiler options -->
<property name="compiler.debug" value="on"/>
<property name="compiler.generate.no.warnings" value="off"/>
<property name="compiler.args" value=""/>
<property name="compiler.max.memory" value="700m"/>
<patternset id="ignored.files">
<exclude name="**/*.hprof/**"/>
<exclude name="**/*.pyc/**"/>
<exclude name="**/*.pyo/**"/>
<exclude name="**/*.rbc/**"/>
<exclude name="**/*.yarb/**"/>
<exclude name="**/*~/**"/>
<exclude name="**/.DS_Store/**"/>
<exclude name="**/.git/**"/>
<exclude name="**/.hg/**"/>
<exclude name="**/.svn/**"/>
<exclude name="**/CVS/**"/>
<exclude name="**/__pycache__/**"/>
<exclude name="**/_svn/**"/>
<exclude name="**/vssver.scc/**"/>
<exclude name="**/vssver2.scc/**"/>
</patternset>
<patternset id="library.patterns">
<include name="*.war"/>
<include name="*.swc"/>
<include name="*.apk"/>
<include name="*.zip"/>
<include name="*.egg"/>
<include name="*.ear"/>
<include name="*.ane"/>
<include name="*.jar"/>
</patternset>
<patternset id="compiler.resources">
<exclude name="**/?*.java"/>
<exclude name="**/?*.form"/>
<exclude name="**/?*.class"/>
<exclude name="**/?*.groovy"/>
<exclude name="**/?*.scala"/>
<exclude name="**/?*.flex"/>
<exclude name="**/?*.kt"/>
<exclude name="**/?*.clj"/>
<exclude name="**/?*.aj"/>
</patternset>
<!-- JDK definitions -->
<property name="jdk.bin.1.8" value="${jdk.home.1.8}/bin"/>
<path id="jdk.classpath.1.8">
<fileset dir="${jdk.home.1.8}">
<include name="jre/lib/charsets.jar"/>
<include name="jre/lib/ext/access-bridge-64.jar"/>
<include name="jre/lib/ext/cldrdata.jar"/>
<include name="jre/lib/ext/dnsns.jar"/>
<include name="jre/lib/ext/jaccess.jar"/>
<include name="jre/lib/ext/jfxrt.jar"/>
<include name="jre/lib/ext/localedata.jar"/>
<include name="jre/lib/ext/nashorn.jar"/>
<include name="jre/lib/ext/sunec.jar"/>
<include name="jre/lib/ext/sunjce_provider.jar"/>
<include name="jre/lib/ext/sunmscapi.jar"/>
<include name="jre/lib/ext/sunpkcs11.jar"/>
<include name="jre/lib/ext/zipfs.jar"/>
<include name="jre/lib/jce.jar"/>
<include name="jre/lib/jfxswt.jar"/>
<include name="jre/lib/jsse.jar"/>
<include name="jre/lib/management-agent.jar"/>
<include name="jre/lib/resources.jar"/>
<include name="jre/lib/rt.jar"/>
</fileset>
</path>
<property name="project.jdk.home" value="${jdk.home.1.8}"/>
<property name="project.jdk.bin" value="${jdk.bin.1.8}"/>
<property name="project.jdk.classpath" value="jdk.classpath.1.8"/>
<!-- Project Libraries -->
<path id="library.gradle:_hamcrest-core-1.3.classpath">
<pathelement location="C:/Users/ts/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar"/>
</path>
<path id="library.gradle:_junit-4.12.classpath">
<pathelement location="C:/Users/ts/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar"/>
</path>
<path id="library.gradle:_ohos.classpath">
<pathelement location="C:/Users/ts/AppData/Local/Huawei/Sdk/java/2.1.0.13/api/ohos.jar"/>
</path>
<path id="library.gradle:_ohos_ivi.classpath">
<pathelement location="C:/Users/ts/AppData/Local/Huawei/Sdk/java/2.1.0.13/api/car/ohos_ivi.jar"/>
</path>
<path id="library.gradle:_rt_java.classpath">
<pathelement location="C:/Users/ts/AppData/Local/Huawei/Sdk/java/2.1.0.13/api/rt_java.jar"/>
</path>
<!-- Register Custom Compiler Taskdefs -->
<property name="javac2.home" value="${idea.home}/lib"/>
<path id="javac2.classpath">
<fileset dir="${javac2.home}">
<include name="javac2.jar"/>
<include name="jdom.jar"/>
<include name="asm-all*.jar"/>
<include name="forms-*.jar"/>
</fileset>
</path>
<target name="register.custom.compilers">
<taskdef name="javac2" classname="com.intellij.ant.Javac2" classpathref="javac2.classpath"/>
<taskdef name="instrumentIdeaExtensions" classname="com.intellij.ant.InstrumentIdeaExtensions" classpathref="javac2.classpath"/>
</target>
<!-- Modules -->
<import file="${basedir}/project/AccessibilityKtx/module_accessibilityktx.xml"/>
<import file="${basedir}/project/AppInfoKtx/module_appinfoktx.xml"/>
<import file="${basedir}/project/DemoKtx/module_demoktx.xml"/>
<import file="${basedir}/lib/DevApp/module_devapp.xml"/>
<import file="${basedir}/lib/DevAssist/module_devassist.xml"/>
<import file="${basedir}/lib/DevBase/module_devbase.xml"/>
<import file="${basedir}/lib/DevBase2/module_devbase2.xml"/>
<import file="${basedir}/lib/DevBaseMVVM/module_devbasemvvm.xml"/>
<import file="${basedir}/lib/Environment/DevEnvironment/module_devenvironment.xml"/>
<import file="${basedir}/lib/Environment/DevEnvironBase/module_DevEnvironBase.xml"/>
<import file="${basedir}/lib/Environment/DevEnvironmentCompiler/module_devenvironmentcompiler.xml"/>
<import file="${basedir}/lib/Environment/DevEnvironmentCompilerRelease/module_devenvironmentcompilerrelease.xml"/>
<import file="${basedir}/lib/DevJava/module_devjava.xml"/>
<import file="${basedir}/lib/DevOther/module_devother.xml"/>
<import file="${basedir}/interesting/DevScreenMatch/module_devscreenmatch.xml"/>
<import file="${basedir}/interesting/DevStandard/module_devstandard.xml"/>
<import file="${basedir}/module_devutils.xml"/>
<import file="${basedir}/lib/DevWidget/module_devwidget.xml"/>
<import file="${basedir}/entry/module_entry.xml"/>
<import file="${basedir}/project/PushKtx/module_pushktx.xml"/>
<import file="${basedir}/project/PushLockScreenKtx/module_pushlockscreenktx.xml"/>
<target name="init" description="Build initialization">
<!-- Perform any build initialization in this target -->
</target>
<target name="clean" depends="clean.module.accessibilityktx, clean.module.appinfoktx, clean.module.demoktx, clean.module.devapp, clean.module.devassist, clean.module.devbase, clean.module.devbase2, clean.module.devbasemvvm, clean.module.devenvironment, clean.module.DevEnvironBase, clean.module.devenvironmentcompiler, clean.module.devenvironmentcompilerrelease, clean.module.devjava, clean.module.devother, clean.module.devscreenmatch, clean.module.devstandard, clean.module.devutils, clean.module.devwidget, clean.module.entry, clean.module.pushktx, clean.module.pushlockscreenktx" description="cleanup all"/>
<target name="build.modules" depends="init, clean, compile.module.accessibilityktx, compile.module.appinfoktx, compile.module.demoktx, compile.module.devapp, compile.module.devassist, compile.module.devbase, compile.module.devbase2, compile.module.devbasemvvm, compile.module.devenvironment, compile.module.DevEnvironBase, compile.module.devenvironmentcompiler, compile.module.devenvironmentcompilerrelease, compile.module.devjava, compile.module.devother, compile.module.devscreenmatch, compile.module.devstandard, compile.module.devutils, compile.module.devwidget, compile.module.entry, compile.module.pushktx, compile.module.pushlockscreenktx" description="build all modules"/>
<target name="all" depends="build.modules" description="build all"/>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ts_ohos/dev_utils.git
git@gitee.com:ts_ohos/dev_utils.git
ts_ohos
dev_utils
DevUtils
master

搜索帮助

Cb406eda 1850385 E526c682 1850385