Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
5answers
5k views

Using Android build.xml in eclipse?

I have an android project which has an Ant buildfile. It works great via the command-line: rascher@coltrane:~/git/$ ant Buildfile: build.xml [setup] Android SDK Tools Revision 8 [setup] ...
13
votes
1answer
6k views

Where are classpath, path and pathelement documented in Ant version 1.8.0?

I'm looking over the documentation that comes with Apache Ant version 1.8.0 and can't find where classpath, path and pathelement are documented. I've found a page that describes path like structures ...
10
votes
1answer
401 views

SASS to CSS via an ANT task + directory creation

I recently started playing with SASS [http://sass-lang.com/] in a Java-based project and wanted to create an Ant task that: for each .scss file + subdirectories containing .scss files in a top-level ...
8
votes
3answers
7k views

Any way to generate ant build.xml file automatically from Eclipse?

From Eclipse, I found I can easily export an Ant build file for my project. It provides references to 3rd party libraries and some base targets. I'm using it from my global build file. The only thing ...
6
votes
5answers
557 views

Eclipse: how to keep project source files and ant build.xml seperate from eclipse workspace?

I'm trying to re-familiarize my self with the Eclipse environment and ant integration. Question is: how to keep my sources dir + build.xml separate from the workspace? What I have is a small java ...
6
votes
6answers
10k views

ant build.xml windows white space in path

I'm using Windows and I'm trying to get ANT to work. When I do an ant build from the command line, I get: C:\dev\Projects\springapp\${%ANT_HOME%}\lib not found. I look into the build.xml file and I ...
3
votes
1answer
99 views

Why don't empty tags in Ant build files have a space before the closing brace?

A pretty self-explanatory question really, just wondering why empty tags in Ant build.xml files always seem to omit the space before the closing />, even though this is a requirement for valid XML ...
3
votes
3answers
2k views

How can I specify the path of a JAR in an ant buildfile?

I am executing lot of scp and sshexec and other remote commands from an ant build script. These commands don't work if jsch.jar isn't in the ant lib directory. To make it work, I copied the JAR into ...
3
votes
1answer
892 views

How do I add a build.xml to an existing GWT project in Eclipse?

I have a running Java GWT application, that I can compile using Eclipse. Now I wan't to also be able to build this application from the command line using ant. As of my understanding I therefore ...
2
votes
1answer
56 views

Using the nested element module in cvs task in ant build.xml

I have problems connecting to CVS using ant build.xml. I figured out the reason was whitespaces in package attribute of CVS task as: <cvs cvsRoot=":pserver:user@xx.xxx.xxx.xx:/CVSREPO_CCP_MIG" ...
2
votes
1answer
42 views

How to bring the build process to an end when one of the target uses java ant with fork set to true

I have three targets of which one is using java as shown below // Target that has java task <java classname="org.apache.catalina.startup.Bootstrap" fork="true" ...
2
votes
3answers
637 views

How to include JAR in APK without Eclipse?

I maintain an Android app and am not using Eclipse. I am not using Eclipse. I am using ant and build.xml and build.properties. I have places my .jar file into the libs/ directory. My code compiles ...
2
votes
1answer
4k views

How to recompile with -Xlint:unchecked in Ant build task?

When I run the "compile" target of my Ant "build.xml" file, then I get the following message: Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for ...
2
votes
1answer
420 views

Deploying context.xml to webapps/[webappname]/META-INF

I'm using Tomcat 6.0.26 and am writing build.xml to deploy war file. The following code is what I have right now, and I need to pack context.xml under /META-INF/ as I wish to have this configuration ...
2
votes
1answer
2k views

android build.xml multiple source directories

So I made a project with 2 source directories: one for actual code and the other for tests. It worked well in eclipse but then I decided to start using command line and the ant tool. Android has a ...
2
votes
1answer
665 views

New to Ant - Problem with relative paths

Please help, I'm going slightly mad!! I'm using Eclipse-generated antfiles to build a project with dependencies, one of which has its own buildfile in a directory which is a sibling to the direct ...
1
vote
1answer
55 views

Java application reads UTF-8 encoded text files but after ant build the characters are not as expected

I have a Java project that reads UTF-8 encoded .txt files in order to construct strings that are displayed. Running in Eclipse the files are read and displayed as expected but after my ant build the ...
1
vote
2answers
152 views

Error with build.xml for unrecognized directories in res/

I am trying to port an existing C++ app to android using JNI. However, after generating the Build.xml file from the AndroidManifest.xml and attempting to build with it, I get the following (relevant) ...
1
vote
1answer
206 views

Target “${build.target}” does not exist in the project “LibA” when running Android's build.xml from Gradle

I have an Android project which depends on three android libraries. It's project.properties file looks like the following: split.density=false android.library.reference.2=..\\LibB ...
1
vote
4answers
82 views

Ant - Import jar from within a zip file

I want to include a jar file (ant-contrib.jar) in my ant build.xml from within a zip. How can i do that without unzipping the zip file. I have tried to use the jarURLConnect. <property ...
1
vote
0answers
38 views

Custom building of APK

is there any way how to change, via changes in build.xml file, package name in time of build? Is it even possible?
1
vote
1answer
257 views

Coverage report for unit test

I'm trying to get coverage report for my unit test, but BUILD always FAIL. I'm using this tutorial (http://blog.pboos.ch/2011/06/coverage-fo-android-tests/comment-page-1/#comment-2512) step-by-step. ...
1
vote
1answer
52 views

Breaking strings into different lines in ant build.xml files

I'd like to know how to shorten lines containing long string literals in my ant build.xml file. For example: <target name="foo" description="I sure do have a lot to say. Blah Blah. This ...
1
vote
2answers
93 views

Grails create-app does not produce build.xml?

It is said here that grails create-app should produce a build.xml for ant or maven. However it does not (at least in version 1.3.7). How can I build it with ant?
1
vote
1answer
131 views

Target overriding in Ant

Is there a possibility to literally override a target or emulate this somehow? So, when I call <target perform-after="release"> <do-something /> </target> It will act like ...
1
vote
2answers
216 views

Getting and using parent directory through ANT

I have a directory structure & build.xml like this /path-to-project/src/prj1 /path-to-project/src/prj2 /path-to-project/tests /path-to-project/tests/build.xml I have to somehow ...
1
vote
2answers
106 views

ant built version of application fails to find dependent jar

Trying to build a java application I am able to run the application successfully through Eclipse but I'm unable to run the jar file built by ant. I suspect my build.xml is to blame, I'm trying to get ...
1
vote
3answers
174 views

Ant task to determine if a file is readonly

I need to write an ant task to determine if a certain file is readonly, and if it is, fail. I would like to avoid using a custom selector to do this do to the nature of our build system. Anyone have ...
1
vote
1answer
146 views

Ant target to remove old build directories

I have my builds published to the directories like: /some/dir/build-1/ /some/dir/build-2/ /some/dir/build-3/ ... /some/dir/build-n/ I need ant task to delete all the previous build directories ...
1
vote
1answer
130 views

Android Build and Obfuscate Libraryproject

I have an android library project. I want to build this project into a .jar I think and put this jar into my /full and my /lite Project. Before doing this I want to obfuscate the library project. Is ...
1
vote
0answers
345 views

Android build.xml Libraryproject

I have a mainproject that references an android library Project. My mainproject should be builded, optimized and obfuscated via Proguard. Therefore I used the buildscript described in here ...
1
vote
2answers
141 views

Difference between private and public targets in ant scripts

I've recently discovered that there are several useful templates (in Eclipse) that can be added to the script. And among them "public target" and "private target". And here the templates: public ...
1
vote
1answer
2k views

Error : Targets does not exist in the project

I am working with our code base to solve some dependency problems. However whenever I click over a build.xml file in any package I get "Target XXX does not exist in the project" error. ...
1
vote
1answer
256 views

How can I include a folder into the dist JAR as part of the build process using Netbeans?

I'm using Netbeans 6.9 , and I have looked into editing the build.xml file so that I can include directories and files in the jar file that results from building the project. So my question is How do ...
1
vote
2answers
2k views

Android ==> ant and proguard?

I am getting the following error while obfuscating my application. How can i define the output jar in my build.xml? [java] Shrinking... [java] java.io.IOException: The output jar is empty. Did you ...
1
vote
1answer
3k views

How can I use an Ant foreach iteration with values from a file?

In our Ant build environment, I have to do the same task for a number of items. The AntContrib foreach task is useful for that. However, the list is in a parameter, where I actually have the list in a ...
1
vote
2answers
580 views

Creating ANT script to deploy to glassfish, run junit tests and then un-deploy

Hey guys, I have a j2ee app which I am building with Netbeans. My task is to modify the build.xml so that after the app builds, ANT deploys the app to a server, runs Junit tasks on the app, and then ...
1
vote
6answers
8k views

java.lang.ClassNotFoundException when running java -jar (still unsolved)

I'm using ant to build my build.xml file, it compiles ok, but then getting a runtime java.lang.NoClassDefFoundError when running the resulting jar via "java -jar my_jar.jar". It seems like this comes ...
1
vote
3answers
1k views

ant common targets are not recognized by eclipse

I have added all common targets like (init,clean,getivy etc) in ./common/common.xml and added import file="${basedir}/common/common.xml" in build.xml. When i build the project, its working fine. ...
0
votes
0answers
22 views

Robocopy in .NET (Build.xml)

What is the proper way to write code in Build.xml file to use Robocopy? Is there anything like a common syntax to use?
0
votes
1answer
68 views

Need help making build.xml for Ant build of my Java project

I have a project set up like this; Project -src -com -top -classes Class_3.java Class_4.java -utils ...
0
votes
2answers
78 views

Java - Ant build (Eclipse) - Could not find the main class: nat.rutherford.DesktopStarter

I am having a little trouble with my first ever ant build in eclipse, here is my build.xml build file. <project name="Rutherford" default="dist" basedir="."> <description> ...
0
votes
1answer
37 views

how can I build an android project without eclipse?

I have an android application created and built in eclipse, it's made of 2 projects containing several packages. I need to build it out of eclipse in order to get the build.xml file. I found this: ...
0
votes
2answers
72 views

How to specify package/module in CVS task in ant build.xml, if my package/module name has spaces?

In build.xml for my project, for checking out the codes, i am writing the following: <cvs cvsRoot=":pserver:user@xx.xxx.xxx.xx:/CVSREPO_CCP_MIG" dest="${basedir}" package="My Test ...
0
votes
1answer
60 views

Apache Ant / NetBeans - Statement in build.xml to copy dist/myfile.jar to another folder

I know there should be a way to copy a jar file to another location once Apache Ant finish the compilation. I am using NetBeans 7 and it creates its own build.xml file, like this one: <project ...
0
votes
0answers
51 views

MXMLC Ant Task : how to use “includes” notion?

I would like to use includes element in my MXMLC ant task. With Ant cmd line it's easy : <java jar="bla/mxmlc" fork="true" failonerror="true"> <arg value="-includes"/> <arg ...
0
votes
1answer
41 views

issue with my first ant script

I have a build.xml files as follows: <project name="My Project" default="jar" basedir="."> <property name="dir.src" value="src"/> <property name="dir.build" value="build"/> ...
0
votes
0answers
36 views

Need Help Getting Ant to compile / fixing build.xml

Sorry I know this is an entirely new question but I've been looking at examples and still can't seem to get ant to compile. Right it stuck on the first task to compile the java classes. I'm getting ...
0
votes
1answer
63 views

working directory error in ant script - build.xml for classpathref

I have a build file in which I have a tasks as below //tomcat stop ant script When I run **tomcat-stop** task, instead ...
0
votes
2answers
84 views

invoking only the required test in testng file while using ant

I am trying to invoke tests of a testng.xml file from ant. testng.xml looks like the following <suite name="testsuite"> bunch of parameters here <test name="test1"> ...

1 2