我正在phonegap中创建一个应用程序,我已经到了创建android应用程序的阶段,我尝试从命令行安装,我总是收到这个错误。这是一个错误示例,因为我知道我已经安装了apache ant并在path变量中设置了它们的路径
C:\Users\user\.cordova\lib\android\cordova\3.5.0\bin\node_modules\q\q.js:126
throw e;
Error: ERROR : executing command 'ant', make sure you have ant in
我在想办法通过Ubuntu10.04上的包管理器同时安装Eclipse和ant1.8时遇到了麻烦。
在安装了ant1.8的情况下,尝试安装eclipse会产生以下结果:
The following packages have unmet dependencies:
eclipse: Depends: eclipse-jdt but it is not going to be installed
Depends: eclipse-pde but it is not going to be installed
E: Broken packages
沿着依赖关系树往下走,我
我正在编写一个ant build.xml文件,它执行以下操作:
接受压缩文件夹(.zip)
解拉链
添加多个文件
压缩生成的文件
Build.xml代码的摘录:
<!-- Unzip SDK to a temporary directory -->
<unzip src="${zipFile}" dest="tmp"/>
<!-- pull in the files from another directory -->
<copy todir="tmp/someDirectory"
当我试图运行jar文件时,我收到了jar not ind Main class错误信息。我正在使用带有GUI框架的Netbeans 6.9.1,我的ANT文件的一部分是:
<target name="makeJar" depends="compile">
<delete file="${build.home}/izvrsniProgram.jar"/>
<jar update="true" destfile="${build.home}/izvrsniProgram.jar&
的文档说它有一个即时版本。
在我的例子中,这会导致NullPointerException:
>ant download
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Buildfile: ...\build.xml
download:
BUILD FAILED
...\build.xml:10: java.lang.NullPointerException
at org.apache.tools.ant.t
在将我的SDK升级到Android之后,我在用ant构建android项目时遇到了一个问题。
错误输出:
/Users/dreamtale/develop/android-sdk-macosx/tools/ant/build.xml:828: taskdef class proguard.ant.ProGuardTask cannot be found using the classloader AntClassLoader[]
有谁面临同样的问题吗?
当我调用一个蚂蚁目标时,我得到了下面的错误。我尽了最大努力解决这个问题,但没有。
Unable to obtain resource from C:\uiunit\log4j.properties: java.util.zip.ZipException: error in opening zip file
[junit] Unable to obtain resource from C:\uiunit\log4j.properties:
[junit] java.util.zip.ZipException: error in opening zip file
[junit] at ja
我需要帮助。
在将meteor升级到0.7版本后,应用程序无法启动,出现奇怪的错误(但是,在更新之前,如果我创建了一个新的应用程序-它工作得很好):
ant@ant-VirtualBox:~/testtracker$ mrt
Stand back while Meteorite does its thing
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
[[[[[ ~/testtracker ]]]]]
/home/ant/.meteor/tools/ec9f953f89/