Apache Ant (formerly Jakarta Ant) is a declarative, XML-based build tool for Java projects. It provides a rich set of standard tasks for performing most common build operations, such as compilation with javac, building archives and running tests. Ant's functionality can be extended through custom ...
0
votes
0answers
46 views
Class name and Package Name missing in Junit Reports
I have question when I run ANT and generate Junit reports I see that the package name is shown as "None" and the class name is shown as Blank. Can you let me know as to what the issue is.
(copied ...
0
votes
1answer
39 views
Maven/Ant: Move a directory out of another directory of unknown name
In a Maven project,
I have a zip containing a directory, which I need the content from.
I.e.
foo.zip
somedir
content
I don't know the name of somedir. But there's just this one dir.
...
1
vote
1answer
30 views
Structure ant projects
I am currently writing an ant project xml file and I am looking for some hints and tips to improve the structure and readability of the project.
<target name="eatnutsOnClient" >
...
1
vote
1answer
32 views
Can't output result in bash from an ant command
I am writing a bash script that modifies some config files, runs "ant ear war" as a different user, outputs the return, exits back to the root to continue with the rest of the script. The issue is ...
0
votes
0answers
13 views
Using Ant Properties in an IzPack resource file?
I'm using IzPack 5.0.0 beta11 with Ant to build an installer for my application.
Is there any way I can access an ant property in an IzPack resource file? I have a property called version defined in ...
0
votes
2answers
46 views
Using ant script within maven ant plugin
I am using the ant maven plugin to call a legacy target inside a maven build. When I run the pom file, it throws an error on a missing ant file:
[ERROR] Failed to execute goal ...
0
votes
0answers
30 views
Grails 1.3.7- Want to move default location of work area. Issues with Ivy/Ant integration
I have a Grails project which we wanted to integrate with our Ivy/Maven repository. This is Grails 1.3.7. We will upgrade to Grails 2.2.1, but that will take some time. Right now, we're stuck with ...
0
votes
1answer
58 views
Flyway with multiple databases connections
I'm trying to use flyway on a complex ERP with multiple databases, but I didn't find any hint to make it runs.
I'm using an ant script together with Hudson to build the whole system.
So, I created a ...
-3
votes
2answers
52 views
Does Maven have its own build system. meaning can build project without Ant? [closed]
I have see a lot of doc that Maven can read Ant xml file, Does this mean Maven empoly Ant to build project ?
2
votes
1answer
43 views
using ANT to automatic run JUNIT cases, setting up dependencies
I have the following setup for my application:
The project TestAll currently contain a java file that run all the TestAll javafiles in all my other projects and this works as expected. The problem ...
1
vote
2answers
65 views
Android JUnit xml report not created on device
Do I need to do anything special to have a JUnit xml report created when I run robotium tests against my Android application?
I have my application, and a few Robotium tests that I am running. I run ...
0
votes
1answer
51 views
How to display progress when we run action using ant with curl
My sample code is.
<target name="retrieve-userdata" depends="test-src">
<echo message="start the process for fetch region and event"/>
<exec executable="curl">
...
0
votes
1answer
20 views
ant - How can I get the content of a variable wich name is content in another property?
I have a properties file with some variables and values:
ALL_WAR=*
CONS_WAR=cons-webapp.war
MAJ_WAR=maj-webapp.war
STATS_WAR=stats-webapp.war
I would like to get the content of one of those ...
0
votes
0answers
33 views
ANT_HOME not working on .bat file
I'm trying to set a DocuShare language pack, and up to now, everything worked just fine: done the translating, executed setJar.bat, but when I try to build the .jar file for my language pack with ...
2
votes
1answer
15 views
How can I validate an ANT XML file itself
I am using Ant files for build
The build itself is done by IBM Rational Team Concert (RTC) with the help of this Ant file.
My problem is that if I make a mistake in the build XML itself like ...
0
votes
1answer
41 views
How to execute Ant task in another thread
My ant has two target A and B, target A copies a bunch of files to a location, and target checks the copied files in that location.
The problem is that, A needs sometime to complete its execution, ...
0
votes
1answer
31 views
ant, ivy, multiple projects and transitive dependencies
I have two projects, A and B, with B being a webapp. Project B depends on A, so A's ivy.xml looks something like:
<ivy-module version="2.0">
<info organisation="com.confused" module="B" ...
0
votes
0answers
8 views
ant has cant locate sdk.dir in android
After running
android update project -p . --subprojects --target 13
I have generated
sdk.dir=/home/marko/adt-bundle-linux-x86_64/sdk
in local.properties file.But when I try to run ant release ...
0
votes
1answer
54 views
How to use ant to build with android
I want to set up a ant build for my project. I found a tutorial saying that I need to write the following command in order to prepare for ant build:
android update project -p
then I get the result
...
0
votes
1answer
33 views
apache ant: responding to prompt for password
I am using ant to deploy an app to a Glassfish application server which requires a admin user/password for login. Could you explain how to provide password from ant build.xml itself without manual ...
1
vote
0answers
48 views
Junit Ant Test report
I'm using Junit with Ant to generate a test report the default junit-noframes format.
Since I'm testing several different classes in the same package I'd like to see the statistics on the test ...
0
votes
0answers
46 views
Customizing Ant build to include different jars
I've an android apk, including multiple apk libraries and multiple jars. Two of those jars (let's say myJar1 and myJar2) are build in the -post-build hook of one apklib.
My problem is that I need to ...
0
votes
1answer
36 views
Restrict values to ant Property task
What is the simplest implementation to restrict values to a property?
property name="prop_name" value="${dynamic_value}
I want to have the values to ${dynamic_value} from a restricted set.
...
0
votes
0answers
31 views
Jenkins Ant Build (Main Script Execution) throws a NullPointer Exception
I have a Java code with main function in a Class DriverScript
In Eclips I have created a Ant build file and executed the target 'DriverScript' and it is working successfully..
But when i try to ...
1
vote
2answers
39 views
How to safely delete folder contents before build (ant)
Our nightly build loads the code in a folder (ex: C:\build\nib_sw_12)
I want to delete the before contents before the ANT loads the files from source control.
But there are some files which are not ...
0
votes
1answer
95 views
An annotation processor threw an uncaught exception
I have trouble building my project. There is no errors and i can deploy perfectly, the problem is i just cant build the project.
I am pretty sure there are no missing classes or libraries, and ...
0
votes
1answer
27 views
Ivy - Specifying compile/runtime classpath with Ivy
I have a project that has two different jars with both containing some of the same classes. What I need is for it to use the classes from Jar "A" before Jar "B". In normal Java compilation (and with ...
2
votes
1answer
34 views
How to fake OS family in Ant through Cygwin
I have an Ant script which checks for the OS family
<os family="windows" />
and accordingly it is building my application. I would like to use Cygwin and i was expecting that when i invoke it ...
0
votes
2answers
38 views
Ant Deploy War to Glassfish 3 server fails at GWT
I'm developing a system that deploys the applications which is selected from GWT interface. I've wrote build.xml accordingly;
<target
name="deploywar"
description="Varolan WAR dosyasını ...
0
votes
1answer
43 views
Ant Build: Extract class files from a Ivy dependency war file in the class folder
I have a project with a dependency to some other Java classes from another project.
In eclipse the two projects are running without any errors.
Now I want to build the project with the dependency ...
0
votes
0answers
18 views
Regex for velocity template attribute
I am using HtmlCompressor and ant to compress velocity templates i.e.
<apply executable="java">
<fileset dir="/WEB-INF/templates" includes="**/*.vm">
...
1
vote
1answer
35 views
Refreshing Eclipse with script using ant, cannot find project
I try to refresh eclipse as a last step of Powershell-script. I am located at ".../My_Project" and the .xml-file is in ".../My_Project/base/cmd". Therefore the last line is
...
0
votes
1answer
48 views
How can I execute a PHP file using the Ant script with php output in console, while executing file
My ant script
<target name="testRunPHP">
<exec executable="${php}" failonerror="true" dir="${source}">
<arg ...
1
vote
2answers
36 views
Performing specific Ant tasks in pom.xml
I've been trying to find a good way to specify some ant tasks(defined in build.xml) in pom.xml of a Maven project. For example, in my build.xml, I have the following line of code;
<target ...
0
votes
0answers
19 views
How to run in Ant all JUnit tests except those included in a certain category?
My Ant version is 1.8.2 and my JUnit version is 4.11. I have read a bit about categories but I don't know how to use them with the JUnit Ant task.
0
votes
0answers
35 views
how to create phpcs.xml file in ant from command line
Hello i want to create phpcs.xml file. but i am not sure about whether this file is
created by ant or codesniffer ?
the reason for creating phpcs.xml is i want to add code block in
build.xml file ...
0
votes
0answers
29 views
appending <path> in ant build.xml
I'm trying to work around ant build issue in sdk 21. I have a library project with both library dependency and maven dependency. I tried the work around here:
Is jar.libs.dir not being overridden ...
1
vote
1answer
32 views
Grails 1.3.7 -Where's the build.xml?
This is Grails 1.3.7, and not Grails 2.x. Very important because there are all sorts of nice features in Grails 2.x that would really help us out, but don't seem to be available in this version. The ...
2
votes
1answer
28 views
Multiple Custom Tags in Javadoc Displayed Separately?
When building our documentation, we've decided to use some custom tags to add details at a class level, leveraging Ant tasks for the build. Here's a sample of the ant task target:
<target ...
0
votes
1answer
13 views
Registering a netbeans platform with ant
We're developing a netbeans platform that we're using as a basis for other netbeans platforms. It would be very nice to have a Ant target that could install it in the current netbeans environment as a ...
1
vote
1answer
61 views
Building android apk with ant under MacOS X and “Application not installed”
I have a bash script that basically calls ant to compile a Android application source tree, and then uses adb to install and start the application on a connected android device.
The bash script has ...
0
votes
0answers
114 views
Spring MVC step by step tutorial with Ant and Tomcat 7 - FileNotFoundException
I'm trying to run the example in Springsource.org (http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html), because I'm trying to get familiar with Ant. Trouble is, Its a bit outdated, ...
0
votes
2answers
38 views
How to export my eclipse java project to the remote server as a runnable jar?
Is there a way to export my eclipse java project as a runnable jar to my remote server directly from eclipse. Can this be done using Ant?
0
votes
1answer
21 views
How do I run PHPUnit 3.7 with Ant?
I'm using PHPUnit 3.7 and trying to automatically build (and test) my project with Apache Ant. I've read through the documentation for PHPUnit and cannot find how to configure it to throw errors to ...
0
votes
0answers
69 views
Jenkins Ant task failing randomly [closed]
I have a jenkins project which build few projects. For few months it was working fine. But suddenly it started failing with Ant task failing.
Build step 'Invoke Ant' marked build as failure
And the ...
1
vote
1answer
34 views
Ant file to build project which has dependencies on another project
I need a build file which builds a java project called A. The project A has a dependency to the java project B. The dependency is defined via Eclipse IDE:
Project A -> Properties -> Java Build Path ...
1
vote
1answer
19 views
modify temp value to do mutiple build in ant
I want to do multiple builds in ant but the files in /tmp getting cleared by one build and fails the other. How to set a different value for TEMP variable. Tried setting env key="TEMPDIR" ...
0
votes
0answers
7 views
ant4hg.status.list in ant4hg is not re-initialized
I'm using ant4hg in an ant script and I'm getting the status of several repositories.
For the first repository the ant4hg.status.list is filled with the status of the repo. The second repo has no ...
0
votes
0answers
27 views
How to auto Increment Ivy revision number when publishing to Artifactory
Can someone please help me figure out how to increment revision number using IVY when publishing to artifactory.
After web search I found buildnumber can be used to do that but it does not work, am ...
0
votes
2answers
26 views
Using a conditional length in ANT
I am currently trying to use the length task in ANT, more specifically making a conditional length task.
I want to to flag a message to a currently existing file if a file is greater than a set ...



