Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

Assume I have file with checksums called dlls-win32.sha256 with contents: e6d6d39f4387bd9c63a83d28a753ade939a9760b9fc3870d415763e334e49aa3 *libwebp32.dll ...
Artem's user avatar
  • 659
1 vote
0 answers
23 views

I have configured my ant target as <target name="test" depends="build"> <echo message="----- TEST STARTED -----" /> <mkdir dir="${test.classes....
anastas's user avatar
  • 11
Advice
0 votes
8 replies
6k views

I am currently using Apache Ant 1.10.12 and migrating my Java application to Java 17. I have the following jars in my classpath: js-scriptengine-22.3.1 graal-sdk-22.3.1 icu4j-71.1 js-22.3.1 regex-22.3....
Sasirekha Kumaran's user avatar
0 votes
1 answer
71 views

I have a buildfile build.xml with the following <copy> directive: <copy todir="build"> <fileset dir="data"/> </copy> This references the ...
Borea Deitz's user avatar
0 votes
0 answers
34 views

I have to refactor a custom ant task to use a rewritten implementation of the code. As part of the rewrite, the logging library was updated from slf4j 1.7.26 to 2.0.17, using logback 1.5.28, updated ...
mccarthyj's user avatar
  • 959
0 votes
1 answer
42 views

How to add exclusions in gitlab pipeline using jacoco with ant for code coverage of java in gitlab? we are not using sonar. Is there any direct command/property to add exclusions in gitlab? just ...
amu's user avatar
  • 1
0 votes
1 answer
91 views

Im trying to make PCTCompile fail compilation with the following settings: requireFullNames="true" requireFieldQualifiers="true" requireReturnValues="true" However, ...
W0lfw00ds's user avatar
  • 2,138
0 votes
1 answer
286 views

I have a unit test for my drools project that is running inside my Intellij IDEA environment, but fails in ant build. The error is: Exception org.drools.base.common.MissingDependencyException: You're ...
Thom's user avatar
  • 15.4k
0 votes
1 answer
37 views

I'm trying to find a way to do use the below in my Ant build scripts, which means using groovy to modify the variable - this operation works fine when doing in serial, but when I use the parallel ...
Rafe's user avatar
  • 568
0 votes
0 answers
59 views

Making a build script that edits a Config.java file to set the build type. Then run APACHE ANT command line version to generate a JAR file. Apache ANT runs an XML build file. When I run it, the file ...
Simon's user avatar
  • 1
0 votes
1 answer
77 views

I am trying to add Ivy to an Ant project for dependency management. I am following the quick start directions from the docs. I appear to be finding the ivysettings.xml file because the path specified ...
Thom's user avatar
  • 15.4k
0 votes
0 answers
73 views

I am using ant to trigger my java process using <exec>. A exact ant target written similar to below <target> <exec dir="${dir}" executable="${root}/rcc" ...
user001's user avatar
  • 319
0 votes
1 answer
202 views

I am working on java 17 migration from java 8. While upgrading the code I'm getting stuck on below error. Unable to proceed forward due to this issue. Error: [exec] ./src/javax/transaction/xa/Xid....
Shubham Biradar's user avatar
0 votes
1 answer
80 views

In Apache Netbeans, is it possible to set an ant property in the Project Configuration? I've got this line in my projects build.xml: <property name="Create Installer" value="y" /...
mstoreysmith's user avatar
2 votes
1 answer
124 views

In the middle of upgrading to junit 5, the current issue I'm running into is when running ant. Before we were setting system properties in the junit task which no longer works with junitlauncher. ...
rick's user avatar
  • 45

15 30 50 per page
1
2 3 4 5
1023