Ant Problem: failed to create task or type foreach 问题

用eclipse导出android时总是会出现有类没有导出的现象,感觉非常麻烦,就用ant些了脚本。在eclipse中运行脚本没问题。可是在命令行下运行会出现

Problem: failed to create task or type foreach问题。出问题的脚本是

	<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="${path.build}/ant-contrib.jar"/>

是使用ant的一个扩展包的时候的问题。我在这里明明是写了jar包的文件夹了。但是还是说找不到。

后来发现吧classpath写绝对路径就能够了,不明确为什么?

	<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="/home/lib/ant-contrib.jar"/>

这样在命令行运行就不会报错了!

时间: 2024-12-12 12:40:51

Ant Problem: failed to create task or type foreach 问题的相关文章

Failed to create a &#39;System.Type&#39; from the text &#39; &#39; in wpf(无法从文本创建类型)

问题描述:WPF is unable to create a type for data templateWPF使用mvvm模式无法加载DataTemplate模板定义的资源,提示无法从文本创建类型错误.原因:Resource Dictionary的编译动作被设置成了Resource,设置成Page则不会出现这个问题.解决方案:将文件的编译行为修改为“Page”. Failed to create a 'System.Type' from the text ' ' in wpf(无法从文本创建类

【翻译自mos文章】windows下 11gR2 安装报错:&quot;PRKN-1019 : Failed to create directory&quot;

来源于: 11gR2 Installation on Windows fails with "PRKN-1019 : Failed to create directory" (文档 ID 1669683.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.3 and later Microsoft Windows x64 (64-bit) - Version: 2008 R2 症状: 在windows下安装 11.

Oracle Study之--Oracle 11g RAC故障(Failed to create or upgrade OLR)

Oracle Study之--Oracle 11g RAC故障(Failed to create or upgrade OLR) 系统环境:       操作系统: RedHat EL5.5       Cluster:   Oracle Grid 11.2.0.1.0       Oracle:     Oracle 11g  11.2.0.1.0 故障现象:             在Oracle 11gR2  RAC添加新节点的过程中,在new node上运行root.sh时出现以下故障:

RMAN备份时报“ORA-19504: failed to create file”和“ORA-27038: created file already exists”

RMAN> run { 2> allocate channel ch00 type disk; 3> backup format '/dbbackup/db_%T' database; 4> release channel ch00; 5> } 报出以下错误: released channel: ch00 RMAN-00571: =========================================================== RMAN-00569: ==

IDEA 运行报错 failed to create a child event loop

背景 在IDEA中写了测试代码,但是运行的时候一直提示 java.lang.IllegalStateException: failed to create a child event loop ... eclipse中同样的代码运行没有问题,于是搜索了一些关于这个错误的解决方法,基本上说是防火墙引起的,需要在防火墙允许应用运行中添加例外应用,添加IDEA即可. 但是,尝试了以后,还是不行...... Error:Abnormal build process termination: C:\Con

win10安装Anaconda3出现failed to create anacoda menue错误的解决方案

其他描述:[Anaconda Prompt找不到][开始菜单没有Anaconda Prompt][Anaconda failed to create anacoda menue][IPython找不到] 环境:windows10, Anaconda3 ( python3.6, 64-bit ) 错误:failed to create anacoda menue 解决思路: 从错误信息看是添加开始菜单的快捷方式失败,因此新建几个快捷方式即可. 解决方案: 重新安装Anaconda,报错后忽略,忽略

Oracle Rac root.sh报错 Failed to create keys in the OLR, rc = 127 libcap.so.1

环境交待: Linux 6.3 Oracle Rac 11.2.0.4 [[email protected] grid]# /u01/app/11.2.0/grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: ORACLE_OWNER= grid ORACLE_HOME=  /u01/app/11.2.0/grid Enter the f

eclipse failed to create the java virtual

发生这个的背景:昨天能启动,今天启动不了. 发生的原因:系统内存不足,被其他软件吃的差不多了. 解决方案:如何害怕复制以下内容会改变你的配置,自己手工修改内存值.256 改成128 512改成256 方法如下: 找到eclipse目录下的eclipse.ini,可以看到如下内容: -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library plugins/org.eclipse.equi

phpStorm打开提示 failed to create JVM 的解决办法

phpStorm 软件打开运行提示 failed to create JVM的解决办法. 修改文件 D:\Program Files (x86)\JetBrains\PhpStorm 7.1.3\bin\PhpStorm.exe.vmoptions 把内存值改成标准值,文件全部内容如下: -server -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -ea -Dsun.io.useCanonCaches=