我想在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
我尝试使用Xvfb在CentOS上运行带有Ant的GWT Devmode,但我得到的似乎是Java版本错误。堆栈跟踪的开头是
[java] JVM args ignored when same JVM is used
[java] Working directory ignored when same JVM is used.
[java] java.lang.NoClassDefFoundError: java.util.concurrent.Semaphore
[java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(an
我只是在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
我正在为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
我在安装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
当我将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
当我运行Maven或Ant构建系统时,我希望获得javac的所有参数,包括文件名,并将所有参数转储到一个文件中。所以我找到了这个脚本(这个脚本的名字是javacdump.sh):
#!/bin/sh
if [ "$INF_ARGS" = "" ];
then
echo "You must set the INF_ARGS environment variable to a file you wish the arguments to be dumped into."
exit 1
fi
echo "" >&g
我甚至无法在我的机器上的源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
我在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
我想在模拟器中运行一个本地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
我尝试使用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)
我在12.0中创建了一个JavaFX Ant项目,JDK 11来自于bellsoft。然后我创建了一个数据库连接,这个数据库是我的pc上的一个文件。在这个数据库中有两个表。
我点击了这个项目,选择了"New->Entity Classes from Database.“,然后我从表中创建了这两个类。现在我想清理和构建这个项目,但是我得到了这个错误。
有人知道如何解决这个问题吗?是因为jdk吗?
Consult the following stack trace for details.
java.lang.NoClassDefFoundError: javax/annotatio
我尝试在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
嗨,我已经安装了cordova和android,并正确地设置了ANDROID_HOME,但是当我尝试使用bellow命令构建我的项目时,我得到了错误。(请注意,我的操作系统是linuxmint64位,我安装的是oracle JDK,而不是openJDK)
cordova build android
错误消息是
-package:
[apkbuilder] Current build type is different than previous build: forced apkbuilder run.
[apkbuilder] Creating CordovaApp-debug-unalig
我使用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
我使用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
我有安装了Jankins的Linux服务器。我的工作是构建安卓应用程序,就像它描述的一样。当我试图通过这个作业构建我的项目时,它会抛出下一个异常到console:
BUILD FAILED
/var/lib/jenkins/tools/android-sdk/tools/ant/build.xml:653: The following error occurred while executing this line:
/var/lib/jenkins/tools/android-sdk/tools/ant/build.xml:698: Execute failed: java.io.IOExc
在运行我的黑盒测试代码时,我得到了一个错误。我使用的是最新的0.8.2 jacoco罐子,但它会抛出以下的错误:
BUILD FAILED
C:\project\build-continous-integration.xml:71: The following error occurred while executing this line:
C:\project\build-continous-integration.xml:94: The following error occurred while executing this line:
C:\proje
我试图让内部的蚂蚁工具与傲慢电子商务套件一起工作。当我从控制台调用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
我正在使用Oracle Enterprise Pack for Eclipse。因此,我尝试创建一个小型Oracle Web服务项目。其中除了自动生成的方法hello()之外什么也没有。但是,每次我尝试创建WSDL文件时(右键单击等)我得到了这个错误:
The WSDL cannot be generated from the web service due to error
错误日志:
java.lang.reflect.InvocationTargetException
at oracle.eclipse.tools.webservices.ant.WlsA