我有一个openbravo-3.0MP28.2.tar,正在尝试安装它,当我进入"ant install.source“步骤时,我得到了以下异常:
[createdatabase] log4j:ERROR Could not instantiate class [org.openbravo.utils.OBLogAppender].
[createdatabase] java.lang.ClassNotFoundException: org.openbravo.utils.OBLogAppender
[createdatabase] at java.net.URLClas
我正在尝试在Jenkins中配置Sencha CMD。我已经在bash_profile中添加了Sencha的类路径。
如果我尝试在控制台上调用Sencha CMD,它可以正常工作,但是如果我尝试通过Jenkins调用Sencha CMD,我会发现这个错误
Execute failed: java.io.IOException: Cannot run program "sencha": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
a
我无法执行madconfig.sh redeploy_EBA
$ ./madconfig.sh redeploy_EBA
Buildfile: build.xml
Trying to override old definition of task executeUpdateScript
redeploy_EBA:
The osgi bundles will be redeployed at the following profile:
Cell Name: mdm-cell
Node Name: None
Server Name: None
#
# Wish to continue wit
我通过NetBeans首选项成功地实现了这一点,将Maven home设置为/opt/local/share/java/maven3,但对Ant (/opt/local/share/java/apache-ant)执行了相同的操作,但有NetBeans报告:
ERROR - Ant is misconfigured and cannot be run.
java.lang.ClassNotFoundException: org.apache.tools.ant.module.bridge.impl.BridgeImpl
$ ant -version
Apache Ant(TM) versio
我已经在IntelliJ IDEA中配置了Tomcat Server设置,但每次执行程序时都会出现同样的问题。它会提示错误"(AppPath)\build.xml:85 C:\apache-tomcat-6.0.26\lib does not exist." (不存在)。但我已经更新了Tomcat Server目录的主目录。
下面是配置和错误的附图:
Build.xml的第85行:
<path id="catalina-ant-classpath">
<!-- We need the Catalina jars for To
我有一个当前私有的Java项目,我正在努力使其成形,供其他开发人员使用。我想要做的一件事是让Ant自己下载JUnit、PMD和FindBugs这样的东西所需的JAR,这样开发者就不用自己安装了。因此,我已经为所有这些事情卸载了RPM包(以确保我使用的是常春藤下载的版本),我让Ivy能够很好地下载与JUnit相关的JAR文件。然而,我遇到了两个(可能相关的)问题:
1)如果我为taskdef任务添加了一个junit,就会得到警告Trying to override old definition of datatype junit。但是,如果我不这样做,我就会得到错误:
failed to cre
我正在为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
我厌倦了谷歌搜索。
当从命令行运行"ant“时,我得到了这个堆栈跟踪:
/home/tgh/workspace/FiLTH/build.xml:138: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/html/list
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
at org.apache.cata
在运行jetty时,我在控制台中得到以下ant错误:使用mvn任务停止命令,
[artifact:mvn] org.apache.tools.ant.ExitException: Permission (java.lang.RuntimePermission exitVM) was not granted.
[artifact:mvn] at org.apache.tools.ant.types.Permissions$MySM.checkExit(Permissions.java:196)
[artifact:mvn] at java.lang.Runtime.exit(Runtime.
我正在阅读Tomcat教程,特别是。
在ant安装时,我会得到以下错误:
BUILD FAILED
java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/text/deploy?path=%2Ftomcat-tutorial&war=file%3A%2F%2F%2Fhome%2Fdavid%2FIdeaProjects%2Ftomcat-tutorial%2Fbuild
at sun.net.www.protocol.http.HttpURL
我正试图为我的应用程序做一个蚂蚁构建。生成失败,下面的例外情况是。
BUILD FAILED
/apps/cm/cm_builds/workspace/****/server/build.xml:615: java.lang.NoClassDefFoundError: weblogic/xml/util/TernarySearchTree
at weblogic.xml.babel.scanner.TokenFactory.<init>(TokenFactory.java:36)
at weblogic.xml.babel.scanner.ScannerState.
我正在测试和Android应用程序使用各种框架,如Robolectric和Mockito。我有一个应用程序主项目和相关的“库”项目,与第一个链接,并与其他应用程序共享。我需要使用instrumentation test和Robolectric在我的库中测试Service类(我在JVM测试中也在库中大量使用了它们)。当我添加 androidTestImplementation 'org.robolectric:robolectric:4.3' 到我的模块:库build.gradle构建进行得很好,但是当我启动我的仪表化测试时,我得到了这个错误 Duplicate class c
因此,我知道Eclipse的Ant插件调用脚本在哪里:
C:\eclipse_kepler\plugins\org.apache.ant_1.8.4.v201303080030\bin
但是它有几个相关的脚本可供选择,特别是ant.bat和ant.cmd。
当我右键单击一个build.xml并选择Run As > Ant Build时,它会调用这些脚本中的哪个?
我在Jenkins设置了一个运行ant的作业,它给出了以下错误:
First time build. Skipping changelog.
Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.3-bin.zip to /var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/default-ant on Jenkins
[my_project] $ /var/lib/jenkins/tools/hudson.tasks.Ant_AntInstalla
我已经搜索了有关设置您的JRE_HOME的相关帖子,但是似乎没有什么可以解决我的问题。我已经试过了所述的所有步骤,但仍然没有改变。
这是我在执行“startTomcat”目标时得到的输出:
[exec] The JRE_HOME environment variable is not defined correctly
[exec] This environment variable is needed to run this program
[exec] Result: 1
环境变量如下:
用户变量:
ANT_HOME:C:\Program \\apache-Ant-1.9.6