default *** does not exist in this project

经历:

  最近在使用ant的时候总是报一个错:default **** does not exist in this project。很诡异的是在其他电脑上都不会报错,只有在项目组一个人的电脑上报错。找来找去找到很多关于如何配置ant的文章,但是MyEclipse已经自带了ant,不需要配置。死马当作活马医,试了多次仍然不起作用。偶然的我试着修改了xml的编码格式和中文字符,居然成功了。

错误代码:

  ant脚本报编译异常:default **** does not exist in this project

解决方案:

  1:修改xm编码集

  2:删除所有中文字符,重写中文 或者 改变为英文

总结:

  山穷水复疑无路,柳暗花明又一村

时间: 2024-11-03 21:36:43

default *** does not exist in this project的相关文章

Java eclipse: errors exist in required project(s)

Java  eclipse:  errors exist in required project(s) Eclipse中编辑好了一个类,点击运行时出现如图所示的现象,现在编辑好的这个类并无错误,点击Proceed可正常运行. 按照字面意思就是,在这个“工程”中存在错误,打开工程列表----找到前边有红色叉叉的某个类,将错误去掉. 这个弹窗也就不会在出现了.

该项目中不存在目标 precomputecompiletypescript The target "PreComputeCompileTypeScript" does not exist in the project

Open Microsoft.TypeScript.targets file located under C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\TypeScript and add the following before </Project> tag <Target Name="PreComputeCompileTypeScript"> <VsTsc  ToolPath=&

App Distribution Guide--(三)---Configuring Your Xcode Project for Distribution

Configuring Your Xcode Project for Distribution You can edit your project settings anytime, but some settings are necessary during development. Others are recommended when you distribute your app for beta testing and required when you submit your app

解决 下载 CM-12.0 源代码出现 Fatal: duplicate project .....问题

在使用 repo init -u git://github.com/CyanogenMod/android.git -b cm-12.0 初始化代码库的时候出现如下错误: fatal: manifest 'default.xml' not available fatal: duplicate project CyanogenMod/android_hardware_qcom_audio in /opt/cm-12.0/.repo/manifests/default.xml [email prot

Gradle Goodness: Changing Name of Default Build File

Gradle uses the name build.gradle as the default name for a build file. If we write our build code in a file build.gradle then we don't have to specify the build filename when we run tasks. We can create build files with a different name other than b

解决同步 Sudamod/CM-13.0 源代码出现 Fatal: duplicate project .....问题

初始化代码库的时候出现如下错误: fatal: manifest ‘default.xml‘ not available fatal: duplicate project CyanogenMod/android_hardware_qcom_audio in /dinphy/cm13/.repo/manifests/default.xml 解决方法: #重新初始化源码 repo init -u git://github.com/SudaMod/android.git -b sm-2.0 #重新同步

Android - 抑制lint的Android XML的警告:tools:ignore

抑制lint的Android XML的警告:tools:ignore 本文地址:http://blog.csdn.net/caroline_wendy Android的XML经常会出现警告,对于一个良好的程序,应该认真对待所有的警告. 除非我们可以确认警告,才可以排除. 显示所有警告的方法:Analyze -> Inspect Code; 就可以检查出所有的警告: 抑制警告使用: tools:ignore. // 忽略全部 xmlns:tools="http://schemas.andro

ant入门程序

一. ant简介 Ant是apache的一个核心项目, 它的作用是项目自动化构建, 因为它内置了Javac.Java.创建目录.复制文件等功能, 直接运行build.xml文件就可以编译我们的项目. 二. ant配置 1. 新建环境变量ANT_HOME: ant的解压目录 2. 在path中配置:%ANT_HOME%/bin; 3. 在命令行中输入ant, 如果出现 Buildfile:build.xml does not exist! Build failed 说明配置成功 三. ant入门程

OpenStack Identity API v3 (CURRENT)

Table Of Contents Identity API v3 (CURRENT) Authentication and token management Password authentication with unscoped authorization Password authentication with scoped authorization Password authentication with explicit unscoped authorization Token a