我只是在git存储库中添加了一个新版本的代码,并将其推到服务器上。jenkins开始像预期的那样构建我的测试,但是突然之间,下面的堆栈跟踪失败了:
java.lang.ClassFormatError: Invalid Constant Pool entry Type 18
at org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:159)
at org.apache.tools.ant.taskdefs.opt
在尝试下载文件之前,我在试图确定给定目录是否存在于文件系统上时,遇到了一个问题。
批处理文件:
:: Create Apache Directory if does not exist
mkdir "%HOMEDRIVE%\Apache" 2> nul
:: Setup Apache Ant if Ant does not exist
if not exist "%HOMEDRIVE%\Apache\apache-ant-1.9.7\" (
:: Set filename variable
SET "FILENAME=%~dp0\
在Eclipse中,我的build.xml收到了5个警告:
taskdef class.org.apache.catalina.ant.InstallTask cannot be found
taskdef class.org.apache.catalina.ant.ListTaskcannot be found
taskdef class.org.apache.catalina.ant.ReloadTaskcannot be found
taskdef class.org.apache.catalina.ant.StartTask cannot be found
taskdef class.
我在安装IBM MobileFirst 7的过程中遇到了一个问题。
在安装过程中,IBM installation Manager显示错误: post-install.xml。下面是log my log:
BUILD FAILED
C:\IBM\MobileFirst_Platform_Server\WorklightServer\post-install.xml:332: The following error occurred while executing this line:
C:\IBM\MobileFirst_Platform_Server\WorklightServer\post
我在path环境变量中包含了python的路径,构建文件中的"exec“也被正确描述。我还在犯错误-
BUILD FAILED
F:\GitHub\appinventor-sources\appinventor\build.xml:16: The following error occu
rred while executing this line:
F:\GitHub\appinventor-sources\appinventor\build-common.xml:284: The following er
ror occurred while executing this line
我尝试在ubuntu11.02的命令行上运行ant build.xml中的javac。在运行“”之后,命令行打印如下:
Compile failed; see the compiler error output for details.
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1150)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:912)
at org.apache.tools.ant.UnknownElement.exe
我甚至无法在我的机器上的源XML文件或java文件中找到字符串"SunAppServer“。我强调了问题所在。
BUILD FAILED
C:\petstore~svn\trunk\ws\apps\petstore\build.xml:93: The following error occurre
d while executing this line:
C:\petstore~svn\trunk\ws\apps\petstore\setup\setup.xml:66: The following error o
ccurred while executing this line:
C
我使用ant jenkins插件在1.7.1版本的Ant上运行ant任务。由于以下错误,生成失败-
BUILD FAILED
java.lang.NoSuchMethodError: org.apache.tools.ant.types.resources.Resources.setCache(Z)V
at org.apache.tools.ant.taskdefs.optional.junit.BatchTest.<init>(BatchTest.java:57)
at org.apache.tools.ant.taskdefs.optional.junit.JU
当我将Weblogic图书馆员及其依赖项JAR放到中时,我得到的是异常。
类路径中有log4j-1.2.17、slf4j-api-1.7.5和slf4j-log4j12-1.7.5。
有人能帮我吗?怎么啦?
Target state: deploy failed on Server AdminServer
java.lang.NoClassDefFoundError: org/apache/log4j/LogManager
at weblogic.Deployer.run(Deployer.java:72)
at weblogic.Deployer.mainWithEx
我的批处理脚本抱怨它找不到路径(不确定是什么路径,因为它不太精确地解释它有什么问题。)我得到的错误消息是:
C:/Users/Boss/AppData/Local/Temp/_.vbs(3, 1) Microsoft VBScript runtime error: Path not found
这个脚本的全部思想是将donwload tomcat (不仅是)放在指定的目录中,解压缩并设置它。现在,由于某种原因,UnZip方法对于下载和解压缩Ant非常好,但是对于Tomcat则不行。下面是installAnt和installTomcat方法以及UnZip方法。
:installAnt
我试图让内部的蚂蚁工具与傲慢电子商务套件一起工作。当我从控制台调用ant时,它可以正常工作。
使用IntelliJ提供的Ant工具,在调用"all“目标时会得到以下错误消息:
F:\pathtohybrisinstall\bin\platform\resources\ant\util.xml:130: macro not found: _after_build
at de.hybris.ant.taskdefs.CallMacro.execute(CallMacro.java:58)
at org.apache.tools.ant.UnknownElement.execute(Unkn
我尝试使用ant运行build.xml文件,但得到以下错误:
build.xml:44: Execute failed: java.io.IOException: Cannot run program "phpab": java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:475)
at java.lang.Runtime.exec(Runtime.java:610)
我正在为DITA PDF2编写一个插件。在这个插件中,我需要为Saxon定义扩展函数。我学习了dita-ot网站的教程:和。
注:我使用的是DITA OT 3.3.1
我的插件中有一个特性,指向包含扩展函数的jar:
<feature extension="dita.conductor.lib.import" file="./xslt-extension.jar"/>
我知道这个错误:
transform.topic2fo.main:
[pipeline] Static error in {ftd:lastApplicability()} in e
我想在模拟器中运行一个本地android包,我使用sencha cmd 4.x和sencha touch 2.3.0,但是在我使用sencha app build -run native之后,我得到了这个错误
[ERR] The following error occurred while executing this line:
D:\Development\sencha\NotesApp\.sencha\app\build-impl.xml:414: The following error occurred
while executing this line:
D:\Develop
我正在尝试创建tar并将文件排除在目录roopendra中,但它似乎不起作用。当我试图解压缩文件时,我得到了错误的gzip: stdin: not in gzip format。我的文件排除也不起作用。在运行build.xml之后,它创建了tar,但是当我试图解压缩时,如下所示。我正在使用Ant version 1.9.3
命令:
$ tar -xvzf projecttar.tar.gz
获取错误:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiti
php单元测试执行成功后,堆栈跟踪返回139个代码:
BUILD FAILED
/home/jenkins/workspace/phpUnit/tests/build.xml:25: exec returned: 139
at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636)
at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:662)
at org.apache.tools.ant.taskdefs.Exe
我想在build.xml中启动一个小程序,如下所示:
<java classname="sun.applet.AppletViewer" classpath="${libraries}">
</java>
(至少在netbeans中是这样工作的)
但我得到了错误消息:
[java] JVM args ignored when same JVM is used.
[java] Could not find sun.applet.AppletViewer. Make sure you have it in your classpath
我使用phonegap,如果我将android平台添加到项目中,所有这些都正常工作(没有任何错误)。但是,当我尝试用cordova build android或phonegap run android构建应用程序时,我会收到错误:
BUILD FAILED
/Users/user/Desktop/projekty/Android/android-sdk/sdk/tools/ant/build.xml:955: The following error occurred while executing this line:
/Users/user/Desktop/projekty/Andr