Tagged Questions
0
votes
1answer
31 views
ANT build fails and gives classNotFoundExceeption in html report
After doing so many trial and errors on "How ANT tag works ?", I decided to write my own custom build xml file for the testcases that was written in Java and integrated with JUnit. Unfortunately my ...
0
votes
1answer
23 views
Not able to create javadoc using ANT
I am trying to build my project using ANT. While creating javadocs, I am getting one error as shown below :
If error is not clearly visible in below image refer this : [javadoc] javadoc: error - ...
0
votes
0answers
21 views
Maintaining beta and release branches in Android
Our app is currently in an open beta-phase and we are nearing the point where we are ready to switch to a stable release. It is freely available through the play store and we simply want to rename the ...
0
votes
3answers
76 views
Noticeable projects in build tools ( ant , maven and gradle )?
I'm comparing ant, maven and gradle to suggest one tool to my project. I have found projects like hiberante, grails, groovy and spring uses gradle. But could not found any noticeable projects in ant ...
1
vote
1answer
22 views
How can I debug a chown task in Ant?
We have an Ant script with a chown task as follows:
<chown owner="${user}" verbose="true">
<fileset dir="${dev-home}" includes="**/**"/>
<dirset dir="${dev-home}" ...
1
vote
1answer
50 views
create a generic application and build automation
I have a generic newspaper application that has been customized to 6 different applications.
The only changes are
Package name
Some constants (in class file and resources)
images and Icons
The ...
1
vote
1answer
80 views
Maven and Ant in IntelliJ Idea, Downloading Dependencies
I have very little experience with Ant or Maven, but I am trying to streamline my build process for a project I'm working on. I use IntelliJ Idea for Java development, and I would like to use Ant for ...
0
votes
2answers
74 views
How to create SVN stats using ANT?
I am sure I have seen this in maven but not sure how to do it in ant:
How can I get a list of commiters with their (preferably relative) amount of commits
i.e
Sam 80%
Joe 10%
Mike 5%
Phil 5%
...
0
votes
1answer
88 views
Ant check if remote directory exists
How would I check with ant if on a remote a given directory exists? Locally I can do that with the available task.
1
vote
0answers
63 views
Run the HTML5 Ant Build Script on a server
The HTML5 Ant Build Script seems to be primarily a front end tool - https://github.com/h5bp/ant-build-script
But does anyone know if it's possible to run the build script on a server? Reason for this ...
0
votes
1answer
90 views
Build multiple environments with a single target and single command(Anding -D and property file)
I have to create a single command to create multiple(dev|qa|uat) war/ear.
Something like :
ant -f build.xml -Denv=dev|qa|uat -propertyfile= devProp|qaProp|uatProp
-Dstage.dir=devdir|qadir|uatdir
...
0
votes
2answers
159 views
Netbeans autobuild & deploy using ANT
I know this question has been asked before ( Can NetBeans auto-build java free-form (Ant) projects? ), but it was never answered. What i am looking for is a way to build & deploy my netbeans ...
0
votes
2answers
166 views
Ant Script to Automate the build process
I Want to automate the ANT build process for deploying the applicaiton.
I want to write a ANT script which will recurringly should look for the
build.xml files in the folder and run them, if the ...
0
votes
1answer
95 views
Ant-Android Application - how can i include a non-android project?
I've some troubles with ant, jenkins and android. I've followed this tutorial and it worked fine! But now I've a little problem... my android-project needs to import another project, which isn't an ...
1
vote
1answer
364 views
How to use ant replaceregex task to replace a line with file path in windows?
In my build file i have an ant target in which i have following snippet ,
<replaceregexp replace="custom.dir=${basedir}/tasks/custom" byline="true" ...
1
vote
3answers
210 views
Unit test and Code coverage of ant build scripts
In our development environment We have more an more build scripts for ant to perform the build tasks for several different build jobs.
These build scripts becomes sometimes large and does a lot of ...
0
votes
2answers
482 views
Rsync over SSH from an ant script with a password
I have a virtual machine running on my developer machine, and I need to rsync files to it over SSH via an ant build script to "deploy". In production, security is a concern, but I really don't care ...
3
votes
3answers
284 views
knownhosts for Ant scp and sshexec tasks
My question is similar to the one asked here:
Ant scp task failure
BUILD FAILED com.jcraft.jsch.JSchException: reject HostKey: ....
My question is why are the keys not found in my knownhosts ...
2
votes
0answers
475 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 ...
0
votes
1answer
481 views
Sonar successfully executed, no code coverage reported
I have a java-project that I wish to do some analysis on using Sonar.
I have a build.xml file with a target called sonar that just points out where my sonar-ant-task.jar-file is located, and this is ...
0
votes
3answers
178 views
Ant cannot find class in .jar file that it made
I get the following error when running a build from jenkins: I have narrowed it down to ant or the environment not being able to find my BrowserLaunch.class file, "no logs are coming from that file", ...
0
votes
0answers
98 views
JSCoverage (lcov) to ant
I am stuck with JS coverage result, I am using JSTestDriver that generated a dat coverage file (LCOV) format. I am looking to integrated with my build server. Currently, convert the lcov to cobertura ...
0
votes
2answers
193 views
Checking the “value” of “value” attribute of ant Property tag/element
I wanted to check if a property value has a value which is supposed to be read from another file in ant
can any body please without an additional jar.
<property name="a" value="${input.password}" ...
1
vote
1answer
526 views
Built Android App with Jenkins including Library Projects
I have just set-up my local jenkins installation on my mac...
Now i have tried to create an ant built which builds my app as soon as i check-in a new change. The ant script is working great as long ...
3
votes
3answers
1k views
ANT SSHEXEC task Issues using keyfile
I am having issues with an SSHEXEC ant task.
I am trying to connect to a remote host and execute a command.
I am trying to use "keyfile" so I do not need to use user/pass and hitting an issue.
I ...
0
votes
1answer
126 views
H5BP Build Script deployment
I'm trying to make my build script deploy to my development environment after build but i don't really get how to do that. If i just write the code directly in to project.xml i gets executed first in ...
1
vote
0answers
179 views
Importing namespace from one ant xml to another ant xml
In our project we have a common.xml which is included in all our ant files. This common.xml has all common tasks we use in our project.
Recently we wanted to use ant-contrib in our project. so we ...
0
votes
2answers
126 views
How can I make Eclipse export 1 JAR file per project to a specific directory with as few clicks as possible?
Scenario
Let's say I have an Eclipse workspace with Project A, Project B, and Project C in it. Is there any way that I can configure eclipse to create a folder (anywhere) under my workspace called ...
1
vote
2answers
960 views
antcall based on a condition
This is what I am trying to achieve:
if a property is set then call antcall target. is this doable? can someone tell me how?
<condition>
<isset property="some.property">
...
0
votes
2answers
176 views
Using ANT how to build and deploy a non maven project on Hudson
I have a hudson server, want to build and deploy my Non Maven project to Webshpere Application server on periodic basis using ANT Script.
Can any body please help.
Though found some similar ...
0
votes
2answers
52 views
Use Variables Across Different File Formats For Build Automation
I've a big project which its build automation is being done by ant. I need some ideas or solutions to change some common variables across all files.
For example, the companies name, product name or ...
3
votes
2answers
123 views
ant: compile as as most classes as possible in case of compile errors
In case of compilation errors, ant javac task will not compile all classes which can be compiled. It seems that the javac task (or the compiler itself) just stops as soon as the first error is ...
0
votes
1answer
234 views
Could not automatically start jboss via Cargo using Ant?
Am kind of stuck in trying to start JBoss automatically from Ant script with the help of Cargo open source project. Am getting this error shown underneath. Many Thanks!
taskdef:
<taskdef ...
2
votes
1answer
511 views
Automatically Copy Built Files and Libraries with java, eclipse, and ant
I'm using java with eclipse on windows 7, and I'm trying to build a server program that will run on another (ubuntu) machine on my network.
How can I get eclipse to save the built class files into ...
0
votes
1answer
136 views
How to check if a specific Django App is installed using Ant?
I would like to create an ant conditional target that checks if a django app is installed such as south. If It is installed, nothing to do but If not, run pip install south.
How could I do it using ...
0
votes
0answers
264 views
Convert all relative path to absolute path in ant build.xml for each project to run whole project from Hudson
I have query related to build automation for java project using apache ant and hudson
I have created build.xml file for each java project to build jar,war,ear file
to call all this build files make ...
0
votes
1answer
64 views
want to make master buil.xml file which call all project's build.xml file
Each subproject contains its own buildfile, and the master project has a master
buildfile capable of building all of the subprojects.
I want to know how to make this master build file which can call ...
4
votes
2answers
462 views
Failed automated Android UI-Tests on Jenkins-Server due to complex lib-project dependencies of the main project(s)
Shortly summerized, my project structure is like follows:
- A and B are android lib-projects, where B depends on A
- C (normal android project) depends on B
- T is test-project of C
I have ...
0
votes
2answers
142 views
Copied resources using ant in eclipse not appearing in jar
I'm using ant to build a project in eclipse. Before the jar is constructed, I want to move some files from another project into a resources folder in this project.
The problem I'm having is that ...
0
votes
1answer
784 views
Missing Builders option in Eclipse
I want to integrate an Ant script with the Java build process in Eclipse. I don't find the option to configure builders under Project > Properties. Screenshot here. I am able to access the Ant view ...
1
vote
0answers
303 views
Can an Ant task execute tasks from other build scripts without importing?
I have a number of projects, each of which has their own Ant script that provides targets such as "build", "run", "test" and so on. Is it possible to write an Ant script for a "top level" project ...
4
votes
2answers
262 views
Building Android project to different packages
I'm trying to find the best way to build/package an Android app for 6+ different customers. I could use different branches in SVN for all of the customers, but the only difference between the apps are ...
0
votes
1answer
358 views
SvnAnt not working on open suse 11.4
I want to use SvnAnt to checkout the latest code from our svn repository, build and then deploy it. I have done all the other parts and only the checking out part is left.I am using svnant 1.2.1 . But ...
0
votes
1answer
243 views
auto-build system with ant
We have a python auto-build system in a C# project. It will do daily source update and build automatically and send email out if build failed. Now we are thinking to have a similar system for our ...
1
vote
1answer
120 views
Automatic Build for Non-Java Eclipse Project
I have a project that contains xml files. I also have an Ant build in that project to generate documentation based on the xml files. The Ant build calls a Ruby script for generation.
I would like a ...
0
votes
1answer
212 views
Ant copy task slower on 11.04 than 10.04
We use ant as part of our build system for copying a load of various files around, on 10.04 the entire process takes ~5 minutes, however as we've now started to shift onto 11.04 as our primary ...
0
votes
2answers
346 views
Is it possible to launch Gradle tasks from Ant?
I am researching replacements for Ant. I've looked at Gant and Gradle.
Is it possible to kick off a Gradle task from Ant? This is possible in Gant with a taskdef.
<taskdef
name = ...
1
vote
1answer
521 views
How to deploy php application to a live web server using ant and git
I need a solution that I can deploy php application to a webserver using ant and git. I need to copy the files to the webserver and run a php script which setup the database.
I was thinking about ...
0
votes
2answers
239 views
H5BP build script - dependencies
I'm an ant novice but my expectation is that the build script in h5bp would use last modified info to ensure that it only generated new files when it needed to. This does not happen - everything ...
1
vote
2answers
401 views
How to split tasks between CI Tool (like Jenkins) and a build script (Ant or Maven)? [closed]
Our team has some controversy on which tasks should be handled by CI tool and which should be in a build script (we use Ant for building and FinalBuilder for CI).
My thought is that all the tasks ...
