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)

5
votes
0answers
352 views

Building an android project referencing android library project using ant / teamcity

I got a android project say project A ..now this project project A depends on a Android lib project say LibX. Now LibX depends on another android library project LibY. How can I build my project ...
4
votes
0answers
2k views

cannot build JavaFX 2.1.0 sample application - DataApp - failed to create task or type javafx:com.sun.javafx.tools.ant:application

I am trying to build the DataApp sample application from the JavaFX 2.1.0 sample application pack downloadable from the official JafaFX downloads page: ...
3
votes
0answers
50 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 ...
3
votes
0answers
182 views

Ant can't find XPathExpressionException when run from Java but does on the command line when building an Android App

Currently, I am trying to build an android application using Ant on a GlassFish server. My current build.xml will build fine when I run ant debug or ant release from the command line, but when I ...
3
votes
0answers
90 views

MailLogger failed to send e-mail error while building Adempiere?

I am trying to configure Adempiere ERP System on my windows 7 Platform. I have Java 1.6, Postgresql 9.0, 4 GB of RAM. I have downloaded the Adempiere source code through sub-eclipse svn repository ...
3
votes
0answers
216 views

JavaFX native bundle exe is throwing “JavaFx launcher Exception” where as Executable Jar file is perfectly running

For long time I was facing an issue while running the application jar - I am obfuscating the JAR using Proguard and that JAR file also contains some resource files like images, .version file, etc ...
3
votes
0answers
55 views

How to use cpp-tasks in Ant build

I am using Ant 1.8.2 And I get this error: Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any ...
3
votes
0answers
363 views

Building an android library project with jar dependencies

I have been struggling with a problem for a few days now and I am at a loss for how to fix this. I am working with an Android Library project that is being compiled using the Android tool as provided ...
3
votes
0answers
449 views

svnant status returning wrong results

I am using svnant and using the status task. When i use the tortoisesvn status on the command prompt in windows 7 in the basedir of my repo, i get the following: M Build\build.xml M ...
2
votes
0answers
96 views

Set Ant property from Gradle not working

I'm converting our build from Ant to Gradle. Our first step is to add the Gradle build files so we can start using Gradle as our build tool. This lets us use our existing build scripts to build ...
2
votes
0answers
85 views

Automate Tomcat's classpath in Eclipse

Someone in my dev team asked if there's a way to set the Tomcat's classpath in Eclipse by Ant. Everyone is tired to set Tomcat's classpath manually when they switch to another branch in their ...
2
votes
0answers
104 views

How to use %teamcity.build.checkoutDir% path-variable (win7) in an ant script

i am trying to use the %teamcity.build.checkoutDir% variable in my ant script to build a custom path to a file which gets passed as parameter to another program called via ant exec job. <exec ...
2
votes
0answers
118 views

linux command “android” : equivalent in Windows?

i'm use to linux environment but at the moment i have to develop an android app under a windows environment. So i need to run the "android" command ( android.bat ) in the windows prompt ( located in ...
2
votes
0answers
362 views

Failed to launch JavaFX application with native bundle exe

I have created a JavaFX application, and created its native bundle using Ant. When I am trying to launch application using Jar from bundle created with double click, it successfully launching my ...
2
votes
0answers
79 views

GWT war file uses old source files

I am using Ant builder and Eclipse to create a war file of my GWT project for deployment on Tomcat (on a windows 7 machine). I am following the following easy tutorial to the letter. Unfortunately ...
2
votes
0answers
192 views

How to output hostnames into Test-TestSuite.xml with Ant while using Junit test suite to run multiple classes from different machines

I am using Ant 1.7 + Junit 4 + Selenium Grid 2 for my functional testing. In Junit 4, I use "@RunWith (Suite.class)" to run multiple classes. The code is here: package com.black; import ...
2
votes
0answers
71 views

Propertyregex: escaping spaces in paths

I have a problem with escaping spaces with ant-contrib's propertyregex. The following works on windows: <propertyregex property="env.ESCAPED_JOB_NAME" override="true" input="${env.JOB_NAME}" ...
2
votes
0answers
105 views

Eclipse Ant build Jar from 1 project and move to build path of another project

In my Eclipse workspace I have 3 projects - 2 dynamic web projects using Tomcat and a data access layer project. What I want to do is whenever I clean (Project - Clean...) or build the dynamic web ...
2
votes
0answers
133 views

No public execute() in class mydomain error

I want to use Hibernate Tools for reverse engineering. My database is PostgreSQL. Problem is about hbm.xml file. Reverse engineering tool creating wrong hbm.xml files. So, I want to use custom ...
2
votes
0answers
122 views

Compile java using Apache ANT

How to compile java project using Apache ANT with the JRE system libraries and other libraries i have. The code i am using is <path id="master-classpath"> <fileset dir="junit"> ...
2
votes
0answers
385 views

Junit test fails with ant, succeeds in eclipse: actOnTestResult failiure

I'm having trouble persuading some new code to play nicely with my JUnit tests when I use ant to run the tests. I've got some code that interacts with AWS (Amazon Web Services) using the AWS SDK for ...
2
votes
0answers
476 views

ANT SSHEXEC Password Prompt issues with su -c

I have trying to get round and issue with ANT / SSHEXEC command. The setup: Solaris server using NIS and Role based user for runtime activities. You cannot login directly to the RBAC account, you ...
2
votes
0answers
101 views

Seperate versions in changelog svn->xml->xsit->html

I'm an intern and was assigned to a job far from familiarly territory, so please forgive me if my question is trivial or vague. Setting: The build.xml used when my team triggers a new version (via ...
2
votes
0answers
577 views

Android Ant Error: resolve to a path with no project.properties file for project

I do this in an Ant Script. I link a library Project, update them and build them. But I keep getting this error in the headline. Anyone knows how to fix this? <target name="updateProject"> ...
2
votes
0answers
116 views

Ant task not reporting total time taken anymore

My ant task for junit has suddenly stopped reporting the total time taken. It is a standard junit task, and there isn't anything too fancy in there. The only thing I can think of that I recently did ...
2
votes
0answers
296 views

Build Automation for CodePro AnalytiX

Does Google CodePro AnalytiX have Ant/Gradle tasks that are publicly available? It looks like Google bought CodePro AnalytiX and turned it into an Eclipse-only tool. Searching the CodePro AnalytiX ...
2
votes
0answers
588 views

Failed automated Android-UI-Tests due to java.lang.NoClassDefFoundError

In order to test my Android-App I'm using the UI-Testing tool Robotium. I've already experienced many problems with the build of projects and running tests at all because of the transitive lib-project ...
2
votes
0answers
135 views

add .so file armeabi in lib ant build.xml

I placed a .so file libs/armeabi/my_so.so How do I include this file in the ant build.xml file? I could do that for the jar files in my libs directory. Any code snippet will be appreciated. Thanks. ...
2
votes
0answers
327 views

Proguard warnings in Android project with multiple libraries

In Android project with multiple libraries, Proguard produces following warnings: Warning: can't write resource [META-INF/MANIFEST.MF] (Duplicate zip entry ...
2
votes
0answers
120 views

Android: Building with ant doen't reflect change without ant clean

For the past few months, i have been developing for android devices .. and i am using vim as primary means of development. I just feel comfortable and faster in vim than eclipse .. and since i am ...
2
votes
0answers
332 views

How do I make Eclipse/ADT honor the nocompress tags I added to build.xml?

In a nutshell I need the Eclipse APK auto-build functionality to use approximately the same build settings the ant command line version. The longer version There has been a moderate amount of ...
2
votes
0answers
321 views

JIBX - ant script issue

I have a problem with jibx and creating jar. I use Netbeans IDE. In build.xml i have: <import file="nbproject/jibx.xml"/> <import file="nbproject/build-impl.xml"/> <target ...
2
votes
0answers
582 views

Android Launching Robolectric Unit Tests from Ant?

I've been having a hell of a time integrating Robolectric and Ant or Maven, although Ant is a bit preferable because it sits closer to the Android SDKs. Everything works from within eclipse. ...
2
votes
0answers
51 views

JsUnit ant build not finding jsunit/acceptor

I'm trying to create a distributed test using JsUnit. When I run my ant build (after having set the properties as I think they should be), the testrunner runs my test on my local machine. The tests ...
2
votes
0answers
583 views

Android SDK r 15 error: Cannot build project using Ant

Buildfile: /Users/satya/project/bitzer_android_code/build.xml [echo] /Users/satya/Downloads/android-sdk-mac_x86 BUILD FAILED /Users/satya/project/bitzer_android_code/build.xml:64: taskdef class ...
2
votes
0answers
258 views

Android: Problems building apk with Ant Release

I have no problems building my app in eclipse but once I try to do it via ant, it does not build. I've used "android update project -p ." to generate the build build.xml and proguard.cfg file. I ...
2
votes
0answers
918 views

How to make Ant build for my BBM application with native BB jar

I am trying to use BBM in my application,I want to make the ant build for it Bascially there is an implementationBBM a library project,and it in it i am adding the JAR file,and i want to make the ant ...
2
votes
0answers
919 views

com.jcraft.jsch.JSchException: Auth cancel, when connecting to my MAC

I am using the below target from ANT to connect to my MAC machine from Win XP. <sshexec host="ip" username="user" password="pwd" trust="true" command="ps"/> ...
2
votes
0answers
892 views

compiling android SDL from libsdl.org ant install fails with BUILD FAILED

Help! I've been trying to compile & test the recent SDL (1.3) port from libsdl.org (found here: http://www.libsdl.org/tmp/android-project.zip) steps cd android-project ndk-build ant install sh ...
2
votes
0answers
32 views

Process management using Ant

Are there any ant tasks out there for listing running processes and optionally killing them, something that is not platform dependent (i.e wraps both tasklist and ps) ?
2
votes
0answers
869 views

Use javac fork attribute with IBM JDK

I have a large ant build that I'm working on, that is currently running out of memory. One ways I've read that can help mitigate this problem is to use javac fork="true" to run javac in a separate ...
1
vote
0answers
30 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 ...
1
vote
0answers
15 views

How do I manage multi-projects dependency (Directed acyclic path) with IBM RAD ant?

I am working on an ant script to build java prjects developed with IBM RAD 7.5. The an script is calling IBM RAD ant extenstion API. I am using Task to load the project set file(*.psf) into the ...
1
vote
0answers
15 views

Cygwin causing errors in Aptana when Ant builds project with HTML parsed as PHP

I have Aptana Studio 3, build: 3.4.0.201304151603 installed on Windows 7 (Service Pack 1). I have configured it to associate *.html files with the PHP Source Editor by default to add code completion ...
1
vote
0answers
37 views

IntelliJ does not show javac output

When running a build with and from the terminal, I get javac output properly formatted like so: [javac] Compiling 99 source files to /Users/user/devdir [javac] Note: Some java note . . However, ...
1
vote
0answers
48 views

Calling ant task from java programme

I am trying to call an ant task "scp" from java. But I am getting error. I have added the jar files in eclipse class path. This is working when I execute the "build.xml" in eclipse, but not working ...
1
vote
0answers
49 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 ...
1
vote
0answers
60 views

Worklight iOS native build fails on Jenkins

I am trying to do a Jenkins build for a Worklight hybrid application. I am able to build the hybrid part of the application, but when I try to create the .ipa file the build fails. I am using the ...
1
vote
0answers
75 views
+50

Can't build multiple Android dex files with Ant from external jars

I'm developing an Android app that requires multiple libraries (for Facebook, Google Maps v2 and Quickblox among others), resulting in a method amount overflow that goes over the 64K limit: Unable to ...
1
vote
0answers
45 views

Groovy Log Ant Output w/ Java.util.logging

I'm trying to include Ant output in my regular log file. I have: def log = Logger.getLogger("ScriptName") def fileHandler = new FileHandler(logFileName) fileHandler.setFormatter(new ...

1 2 3 4 5 34