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 ...

learn more… | top users | synonyms (1)

-1
votes
0answers
61 views

Ant throws Unable to obtain resource from .. java.util.zip.ZipException: error in opening zip file

Here is my snippet : <path id="classpath"> <fileset dir="${lib.dir}" includes="**/*.jar" excludes="**/*.py"> </fileset> </path> I need to exclude a python file from my ...
1
vote
1answer
34 views

How to Pass Username and Password asked in exec task of ant after running startManagedWebLogic.cmd during runtime?

<target name="startmanaged" description="Start Managed Server"> <if> <equals arg1="${server-host}" arg2="localhost" /> <then> <echo ...
0
votes
1answer
28 views

ANT copy task: Filesystem diff to recognize file deletions

In my project setting I have for example the following file system setting: Directory A file1 Directory B file1 file2 I have a copy task in my ant script which copies the whole content of Dir A ...
0
votes
0answers
68 views

TestNG Selenium Test fails in Ant through command prompt

I am using Selenium testNG in eclipse to run my test cases.The testNg.xml file executes the test correctly. But when I try to run in command prompt through ant the build is success but the test ...
0
votes
0answers
21 views

Junit cleanup in separate JVM

Is it possible to run maven or ant in such a way that the @After and @Before tagged methods in a Junit test are run in a separate JVM? Admittedly, since these normally run once per test case,whose ...
1
vote
1answer
33 views

How do I find out the duration of each task within a Hudson job?

I'm interested in finding out how long each step within a job is taking. Example: one of my jobs performs csv checkout, run ant build, publish javadocs, archives artifacts, run unit tests, etc. Is ...
0
votes
0answers
30 views

Eclipse cannot be resolved to a variable - debug ANT build

having a little trouble getting my ANT build to allow debugging and I can't see why as this is something I've never had before! Basically I have set my build.xml as below <javac srcdir="@{src}" ...
0
votes
0answers
15 views

ANT - changing variable names when compressing with YUI

I've created a build file with ANT and it (along with YUI COMPRESSOR) compresses the JS files in my app. It's working great. My question is: 1) How can I further compress the JS files by changing ...
0
votes
2answers
20 views

Ant - Delete all folders with name?

In Ant, here's what I use to delete a folder with my build directory called "uncompressed": <delete dir="${BUILD_DIR}/uncompressed"/> ...but how would I recursively delete all folders that ...
0
votes
1answer
34 views

ANT script. Replacing dynamic values from one file with values from another

I need some help with replacing dynamic values. I am new to ant scripting and require some assistance. I currently have one file on a server which will hold the properties that are specific for that ...
1
vote
0answers
76 views

Facebook.jar in referred libraries list, how to include it by buid file? [closed]

I'm trying to use an ant build file to build my Android project. since I have integrated facebook connectivity in the app I think I have to include facebook.jar files. my facebook.jar file in in the ...
0
votes
1answer
31 views

How to read a property from an ant build file to a gradle build script?

I am looking for a possibly clean and concise way of extracting a property from ant's build.xml file. I know I could use ant.importBuild 'build.xml' but this would import all the targets, possibly ...
0
votes
1answer
37 views

Groovy scripts in Ant: Use script task or groovy task?

If you want to run a Groovy script in Ant, you can either use the script task like this: .. <script language="groovy"> //foo </script> ..or the groovy task like that: <groovy> ...
0
votes
1answer
25 views

Replaceregexp with property value depending on the matched group

I'd like to replace some replace marks in css files with values out of a property file. What i did so far is: <target depends="prepare" name="build_css"> <replaceregexp> ...
0
votes
1answer
51 views

ant compress and override js/css files

Hello i am trying to compress all the .css and .js files from a directory and overwrite the original file with the same name(no concatenation) I am using this code ...
0
votes
1answer
44 views

Executing unit test cases through ant in the process of creating build [duplicate]

I am executing ant build, can we automate unit test cases along with the build creation.
0
votes
1answer
56 views

testng task not running with ant

Using ant to run testng tests but it does not run or show any error. even the message(Running Tests) is not printed in the console. here is the build.xml. build happens successfully and creates a JAR ...
0
votes
0answers
191 views

exec FATAL Executable name has embedded quote, split the arguments

I am trying to create a blackberry build using phonegap 2.7.0 and blackberry webworks SDK, but i am getting an error. I am using "ant blackberry build" command to create blackberry build. build: ...
0
votes
2answers
53 views

Ant copy task corrupts UTF-8 symbols

I have a .properties file with translations in Arabic. I am using it to replace strings in an html file. However, when I start the copy task, it completely corrupts the symbols and I get something ...
1
vote
0answers
26 views

License-Maven-Plugin equivalent in ant

In my Java EE project we are using ANT as the build tool. Is there an equivalent for License Maven Plugin in ANT World?
0
votes
1answer
56 views

ant - if doesn't support the “name” attribute

i have a requirement that as follows. I have a .properties file (with name=value pair) from which i am reading couple of properties. i want to check a particular property exist or not. i am getting ...
0
votes
1answer
35 views

svn ant - name is undefined

I'm trying to update my codebase using ant. I have placed svnant.jar, svnClientAdapter.jar, svnjavahl.jar under ANT_HOME\lib directory. I'm using the bellow code snippet and it gives error. ...
0
votes
1answer
21 views

Building an Ant JAR

Downloaded Ant and set it up successfully, however when I run from command line I see the following: C:\>ant Buildfile: build.xml does not exist! Build failed ...
0
votes
0answers
54 views

Java classpath within a jar, within a jar

I have a jar which has all libraries inside of it already. This jar needs to become part of a larger "packager" project where it will be deployed as a jar, then modified. I would like to both use ...
0
votes
1answer
25 views

How can I get ant argument in commandline in build xml?

How can I get ant input argument in commandline in build xml??? I have command: C:\> Ant TestApp WebAppUSA WebSvcEurope -Denv dev In build.xml, I hope to get these three arguments values: ...
0
votes
1answer
36 views

Travis CI can't find Ivy jarfile

I'm new to Java and Travis CI, and running into an error configuring my project. I'm using ant to build, and ivy to manage dependencies. My ant build downloads an ivy jarfile directly if it's not ...
0
votes
0answers
33 views

Pass FlexMonkey args via ANT

I used to add my FlexMonkey args directly in the Flex Compiler window in the FlashBuilder IDE: -include-libraries "../libs/automation_monkey4.x.swc" ...
1
vote
2answers
42 views

Checkup for exact content of folder (no more, no less folders/files)

I have few directories where I need to verify that these directories contain exact list of files and directories and if there are some files or directories more or less is should say so. The very ...
0
votes
1answer
31 views

Copy the folder along with parent folder

I have a simple question, but I am unable to figure out a way to do it. I have a folder called EDSDK and it internally contains sub-folders. Now in my ant itself I wish to copy all those files. i.e. ...
0
votes
0answers
34 views

junit test suite report

I have junit test suite having 8-10 test cases classes .When running the junit suite the report is getting generated but the report contains all method from all test cases classes.It's very difficult ...
0
votes
1answer
29 views

Ant check if a directory (and sub directories) contains a certain file

I'm trying to check in Ant if a directory (and sub directories) contains a certain file I'm using ant contrib with : <if> <available> <filepath> <fileset ...
0
votes
1answer
101 views

The import package cannot be resolved

I have a liferay portlet. I've added some external libraries using maven. In ide no errors, it can recognize, but when deploying with ant , it says no such package and class import pack.SomeClass; ...
0
votes
1answer
71 views

ant - Need to get only file name without extension and entire path

I have couple of .xml files in a folder.I want to loop on each .xml file.It is getting fine. I want to take only .xml file name without entire path. How can i achieve that.? I am using the below ...
0
votes
1answer
46 views

“Unable to locate tools.jar” while the environment variables are correct

I want to configure my PC (Windows 7) so to use phonegap 2.7.0 and create an android application so according this tutorial I m confirured the enviroment variables. Below are the variables we need ...
0
votes
1answer
33 views

How to build an ant target from DOS command-line when target starts with a '-' as in -ivy-info

While troubleshooting a problem with apache-ivy, I want to call an ant target named -ivy-info defined in my build.xml. My -ivy-info target calls the ivy:info task and the ivy:buildnumber task and ...
0
votes
1answer
43 views

Ant task to check that xml node exists in xml file

I have xml file inside that I want to add xml say <car name="BMW"> <color>Red</color> <model>x3</model> </car> I wish to check if node already exists ...
1
vote
1answer
53 views

How do I get eclipse to edit *build.xml as an ant build file

I am running eclipse Indigo. I have some build files that are NOT named build.xml How do I update the eclipse config so that eclipse will treat these as ant build files. I have looked at ...
0
votes
1answer
30 views

how to pass parameters to ant task's depends field

I have a build.xml that should receive dynamically parameters to the depends field. I define this parameter in some other app.xml such as: ops=op1, op2, op3,op4,op5,.... opn then I import this ...
0
votes
1answer
36 views

Deployment of a web project to Glassfish via ANT in Java for all platforms

I have a web project that deploys war files, and right now I can deploy to Glassfish in Windows. Here is my build.xml's necessary part. <target name="deploywar" description="Varolan WAR ...
0
votes
0answers
31 views

testng folder paths are messed up when ran from an ant

I'm trying to run a test to check if a folder is empty. This is pretty easy, but the problem is that I run it locally and on a server. Locally I run the test and is green, but on the server its ran ...
0
votes
2answers
26 views

Classpath is not working

I got source code from Hermes (hermes2_src_20100121). When I extracted it has about 10 folders which is separate projects. /myd1/Exetel/Hermes_SRC/ebxml-pkg /myd1/Exetel/Hermes_SRC/CorvusEbMS ...
0
votes
1answer
60 views

antcall in foreach is not executing loop

I want to build couple of projects based on no of .composites by using ant scripts. i added all the taskref tags,lib path every thing in my build.xml file. i wrote the following piece of code for the ...
0
votes
0answers
23 views

Checkstyle Issues in Build

I am having trouble with adding checkstyle to my build file. I have been attempting to follow the tutorial at http://checkstyle.sourceforge.net/anttask.html as well as look at examples of code that ...
1
vote
0answers
41 views

Report JUnit tests results from PhantomJS to Maven's Surefire plugin

Right now I'm calling an Ant buildall.xml inside my pom.xml (maven-antrun-plugin, test phase): pom.xml <ant antfile="src/test/js/build.xml" target="init" useNativeBasedir="true"/> That ...
-4
votes
0answers
26 views

Error from Ant target [closed]

How to resolve this error: BUILD FAILED /home/foralobo/Scrivania/WORKDIR/build.xml:62: java.lang.NoClassDefFoundError: freemarker/template/TemplateException It comes from an ANT target that is ...
0
votes
1answer
25 views

Why does Ant recognize some env vars but not others

I have 2 env vars defined: myuser@mymachine:~$ echo $ANT_HOME /home/myuser/apache/ant/1.8.4/apache-ant-1.8.4 myuser@mymachine:~$ echo $ANT_IVY_HOME /home/myuser/apache/ivy/apache-ivy-2.3.0-rc2 I ...
3
votes
1answer
109 views

zend framework 2 + phpunit + multiple modules + continuous integration

Thanks in advance for any comments. I have just started to switch from Zend Framework 1 to ZF2 and after running through the quick start and several other tutorials I noticed that there is a short ...
0
votes
1answer
49 views

Cannot find package org.junit when compiling java file in command prompt

Whenever I run my java file in command prompt, I keep getting errors saying: error: package org.junit does not exist import static org.junit.Assert.*; This also gives errors on symbols like ...
2
votes
2answers
233 views

Doing an Ant Build on Android Studio

Does Android Studio support Ant builds? I want to run a before-compilation Ant target. Android Studio is new, so it seems possible it's not supported in favor of Gradle.
1
vote
1answer
161 views

“No information about coverage per test.” from Sonar with Jacoco Ant build

I'm using Ant, Jacoco and Sonar. When I run my build Sonar tells me that "No information about coverage per test." and the Sonar dashboard has my coverage results, but I cannot drill down into them to ...

1 3 4 5 6 7 153