================================== 1 ======================
doantbuild:
[taskdef] Could not load definitions from resource anttasks.properties. It cou
ld not be found.
-set-mode-check:
-set-release-mode:
BUILD FAILED
F:\source\mmd\phoneclient\_ide_android\antbuild\commonbuild.xml:81: The followin
g error occurred while executing this line:
F:\source\mmd\phoneclient\_ide_android\antbuild\commonbuild.xml:195: The followi
ng error occurred while executing this line:
F:\source\mmd\phoneclient\_ide_android\antbuild\commonbuild.xml:447: The followi
ng error occurred while executing this line:
F:\source\mmd\phoneclient\_ide_android\antbuild\build.xml:1102: Problem: failed
to create task or type xpath
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
更改android sdk目录 /tools/lib
复制 ant-tasks.jar文件
改名 anttasks.jar
================================== 2 ======================
[gettarget] Project Target: Android 4.2.2
[gettarget] API level: 17
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: F:\source\mmd\phoneclient\_ide_android\qianyouuc\bin
[mkdir] Created dir: F:\source\mmd\phoneclient\_ide_android\qianyouuc\bin\re
s
[mkdir] Created dir: F:\source\mmd\phoneclient\_ide_android\qianyouuc\bin\cl
asses
[mkdir] Created dir: F:\source\mmd\phoneclient\_ide_android\qianyouuc\bin\de
xedLibs
[echo] ----------
[echo] Resolving Dependencies for uc...
BUILD FAILED
F:\source\mmd\phoneclient\_ide_android\antbuild\commonbuild.xml:82: The followin
g error occurred while executing this line:
F:\source\mmd\phoneclient\_ide_android\antbuild\commonbuild.xml:196: The followi
ng error occurred while executing this line:
F:\source\mmd\phoneclient\_ide_android\antbuild\commonbuild.xml:448: The followi
ng error occurred while executing this line:
F:\source\mmd\phoneclient\_ide_android\antbuild\build.xml:571: Missing attribute
buildToolsFolder
游戏原来打包时使用的 ADT21
我使用的是 ADT23
替换成 21 的build.xml文件就好了
================================== 3 ======================
[aapt] invalid resource directory name: F:\source\mmd\phoneclient\_ide_andr
oid\prjcommon\basesdk\bin\res crunch
直接删除 basesdk\bin\ 下的文件
================================== 4 ======================
[echo] Resolving Dependencies for zuixiancenter...
[dependency] Library dependencies:
[dependency]
[dependency] ------------------
[dependency] Ordered libraries:
[dependency]
[dependency] ------------------
[dependency] API<=15: Adding annotations.jar to the classpath.
[echo] ----------
[echo] Building Libraries with 'release'...
BUILD FAILED
F:\liwe_game_09prj\svn\zx_phoneclient\zuimeiren\_ide_android\antbuild\commonbuil
d.xml:81: The following error occurred while executing this line:
F:\liwe_game_09prj\svn\zx_phoneclient\zuimeiren\_ide_android\antbuild\commonbuil
d.xml:195: The following error occurred while executing this line:
F:\liwe_game_09prj\svn\zx_phoneclient\zuimeiren\_ide_android\antbuild\commonbuil
d.xml:447: The following error occurred while executing this line:
F:\liwe_game_09prj\svn\zx_phoneclient\zuimeiren\_ide_android\antbuild\build.xml:
595: Invalid file: F:\liwe_game_09prj\svn\zx_phoneclient\zuimeiren\_ide_android\
3rdsdk\shenhai\ShSdkResProject\build.xml
A: 第三方工程的BUILD文件缺少 <property file="../../../antbuild/ant.properties" /> 此路径要检查正确
分享到:
相关推荐
标题中的“ant打包java project为jar”指的是使用Apache Ant工具将Java项目打包成JAR(Java Archive)文件的过程。Ant是Java开发中的一个构建工具,它以XML格式定义任务,可以自动化编译、测试、打包等流程。在这个...
使用时,需要把响应的压缩包解压到项目工程文件夹中,根据工程修改build.xml,ant就行了,apk在out文件夹下,名字target.apk,64位Linux下,需要有32位环境,既是执行:sudo apt-get install ia32-libs。否则会报错,...
在提供的文件名"ant打包调用webservice报错(编码错误).txt"中,可能记录了错误的详细信息。打开这个文件,通常会看到Ant或Java抛出的异常堆栈跟踪,这将帮助我们定位问题的具体原因。而"build.xml"是Ant的构建文件...
在IT行业中,自定义标签(tag)是一种常用的数据组织和分类方法,特别是在编程、网站开发以及内容管理系统中。自定义标签允许用户或开发者为内容指定特定的标识,以便于管理和检索相关信息。... ...以下是每个文件可能...
3. **路径元素**:Ant中的`path`元素用于定义类路径,这在编译和运行Java程序时非常重要。 4. **条件语句**:Ant提供了条件任务,允许根据特定条件执行或跳过某些任务,例如`if`和`unless`。 5. **文件操作**:Ant...
ant打包提示找不到文件解决办法-附件资源
在使用Eclipse集成开发环境(IDE)进行ANT编译时,有时会遇到“OutOfMemory”错误,这通常意味着ANT在尝试编译大量代码或者运行复杂构建任务时,分配给它的内存不足。为了解决这个问题,我们需要调整ANT的内存设置,...
在实际开发中,开发者通常会创建一个默认目标(default target),当运行Ant而不指定具体目标时,Ant会执行这个默认目标。默认目标通过设置`default`属性来指定,例如: ```xml , test, package"/> ``` 总结起来,...
近几天在做一个小项目,需要使用ant编译并能够将SVN版本信息打包进所编译出的jar包,为此查了很多资料,总结如下: 1.运行环境需要安装ant并配置好环境变量(此点很重要,Eclipse自带的ant某些功能会受限报错) 2....
在IT行业中,构建工具是开发过程中的重要环节,它们帮助开发者自动化地编译、测试和打包软件项目。Ant是Apache组织提供的一款Java语言的构建工具,它的配置文件通常以`build.xml`为名,它是Ant工作的蓝图。这篇博客...
proguard混淆jar包提示错误:Unknown verification type [*] in stack map frame 解决方案:找到proguard源码中proguard\src\proguard\classfile\...然后重新ant打包proguard。资源已经处理(源码+proguard.jar包)。
根据提供的文件内容,我们可以详细了解到在CentOS7下如何搭建JDK和ANT环境,以及在Jenkins中部署数据库脚本时可能会遇到的环境问题的解决方法。 首先,系统可能已经预装有OpenJDK,这是一个免费开源的Java实现。在...
Ant是一个开源的Java构建工具,它通过XML格式的构建文件(build.xml)来定义构建过程,包括编译、测试、打包等任务。在"Ant配置文件"这个标签中,我们将重点讨论如何在Ant的构建文件中设置 middlegen的相关任务。 ...
首先,让我们了解问题的核心:在Vue CLI 4.x环境中,当你尝试按需加载Ant Design Vue时,编译过程会报错。这个错误通常与Ant Design Vue使用的less预处理器有关。Less是一种CSS预处理器,它允许我们使用变量、嵌套...
在使用Maven编译和打包SpringCloud微服务目录时,我们需要指定不同的模块文件夹来进行编译和打包。我们可以使用Maven的profile功能来实现灵活的构建过程,并且可以使用Maven的插件来实现自动化的测试和部署过程。 ...
- 直接运行`ant deploy`会报错。 - 解决方法:使用`ant jboss42`进行部署,这将帮助加载Hibernate库。 - 访问`http://localhost:8080/jboss-seam-hibernate/`查看结果。 - 取消部署:`ant jboss.undeploy`。 ##...
2. **Ant**:Apache Ant是Java项目构建系统,用于自动化构建过程,包括编译、打包和测试。在编译Tomcat源码时,你需要安装Ant并将其添加到系统的PATH环境变量中。 3. **Apache Maven**:虽然Ant通常是Tomcat的官方...
签名过程可能出现的问题之一是多渠道打包时,如果使用了META-INF文件,可能会导致安装时找不到安装证书的错误。在这种情况下,可以在gradle的signingConfigs的对应输出apk配置中添加`v2SigningEnabled false`来解决...
在Tomcat开发中,Ant常用于构建过程,如编译、打包和部署等任务。它提供了一系列预定义的任务,开发者可以编写XML配置文件来执行这些任务,使得构建流程自动化。 2. **ecj-3.5.1.jar**:全称为Eclipse Compiler for...
当Eclipse报错说缺少jar包时,这通常意味着编译过程中找不到某些关键的类库。这些jar包可能包括了Apache Ant、Apache Commons、Servlet API、JSP API以及其他用于Tomcat内部功能的库。例如,Apache Ant用于构建过程...