An Apache Ant file providing the targets (goals), tasks, source location, build properties, possible tasks and other information required to build the project.
0
votes
1answer
20 views
Working with Ant and e(fx)clipse
I am having some trouble understanding the first tutorial from the e(fx)clipse website. I am stuck on step number 11:
Click on the "ant build.xml and run" link in the build section of the editor.
...
0
votes
0answers
24 views
eclipse create java project from multiple build files
I read this question (importing ant build.xml in eclipse) but over there we can add just one build file. In my case, the project has a main build.xml and several plugins (which have their own build ...
-1
votes
1answer
16 views
Using Ant for build a .jar file with all .classes and .java
I have some problems to build my jar-file using ant. The compiler dont compile the .java files in the ${build}.jar file
<javac srcdir="${src.dir}" destdir="${build}">
...
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
31 views
Android Ant and TeamCity
Is it possible to get the android:versionCode & android:versionName from the AndroidManifest.xml file and use them in my AND build.xml file? I would like to incorporate these values in my APK when ...
0
votes
0answers
37 views
what's the difference between two command, one I enter from home and another from project directory?
Point one gives incorrect xslt report , gives some old report, when all test cases passed or failed. I don't know where it is saving it, because I clean (ant clean) old reports and generate new ones ...
0
votes
0answers
25 views
automate build scripts for updatesite creation and update
I want to build updatesite for eclipse using my plugins. Can you provide some inputs how to start with using ant build scripts?
I have plugins generating with ant scripts ready. I need to work on ...
0
votes
1answer
116 views
Build.xml is failing to send email, gives “java.lang.ClassNotFoundException: javax.mail.internet.MimeMessage” error
Below is one of the targets that runs after the completion of tests, buil.xml(pass or fail). This target is failing and giving error "java.lang.ClassNotFoundException: ...
1
vote
2answers
61 views
What is the relationship between Eclipse .classpath file and build.xml file?
I use Java/Eclipse for development and I've never really used any conventional build tools like ant or maven. I generally just rely on building projects through eclipse and I rarely use commandline. I ...
0
votes
1answer
50 views
FindBugs scanning external jars
I am using the following link to create an ant script to run findbugs on a web application:
Chapter 6. Using the FindBugs™ Ant task
I am setting the auxClasspath parameter to my jars folder.
But ...
0
votes
0answers
50 views
JUnit and Ant - generate report with TestSteps included
when I run JUnit tests are passed and it's OK but when some testStep (newermind which one) failes in html report all I can see is that some testCase if failed but I can't see which testStep made ...
0
votes
1answer
43 views
NoClassDefFoundError when compiling and running with Ant
I'm trying to compile and run a project using Ant and I'm getting a NoClassDefFoundError. This is my OutlookToGmailCalendarSync.java file located in the src folder:
package sample.calendar;
public ...
0
votes
1answer
69 views
JavaFX ANT builder not working
I already read the documentation, but I can't find to make it work, I'm working with latest JDK/Eclipse/Debian.
Here is my build.xml
<project name="PMRx" default="default" basedir="."
...
0
votes
1answer
135 views
build.xml file for JUnit is ok on windows but not on OS X
I have one question and would appreciate if you could help.
So, I have build.xml file for ant using JUnit and everything goes fine on Windows OS. But if I copy/paste build.xml into the same java ...
0
votes
1answer
67 views
Cannot run ant build.xml
I have a project build using ANT. When I try to run the buld.xml it shows the following error.
BUILD FAILED
C:\Users\Netspurt3\conglutinoworkspace\supercube_web\build.xml:64: Unable to find a javac ...
0
votes
0answers
35 views
In IntelliJ 12 how do I add build files that are not contain within the project?
My ant build imports some "global" build files. When I edit the main build.xml file, IntelliJ marks calls to targets in the global build files as "target 'bla.bla' is unknown".
How do I get IntelliJ ...
1
vote
0answers
100 views
Run ant target multiple times but replace fileset it refers to
I have an Ant target which runs unit tests on a fileset with a specific name, hardcoded inside of the target.
I would like to call that target multiple times, each time setting the fileset to a new ...
0
votes
1answer
91 views
JUnit testing through Eclipse on an already-existing binary .class file?
I have to run some JUnit tests on a pre-compiled binary .class file (one that doesn't have a main() function on top of that).
I'm not a Java noob by any means, but this is the first time I've ever ...
0
votes
0answers
46 views
Ant configuration selection offers to choose old/removed build.xml file.
I needed to have two projects with the same names in my Eclipse Workspace, so I imported the first project, renamed it and then imported the second one (lets say Pr1 and Pr1_renamed). The projects are ...
1
vote
2answers
117 views
How to release and install two versions of the same android app using the same package on the same device
I have an android app with two different res folders (res-1, res-2) containing all layout specific and one shared package. Using ant, I can release and install on my device only one of the two ...
0
votes
1answer
58 views
specify an external jar in build.xml to be added to the resulted jar after compiling
I'm trying to modify the build.xml file in order to specify an external jar to be added to the final compiled jar .
Here is my build.xml file
<project name="cmmdcservice" default="all">
...
0
votes
0answers
66 views
build.xml doesn't compile my web project
I try to launch a compile with ant for my web Project, this is the architechture:
YAAP: root Directory contains
|-->build.xml
|-->src
|-->Main.java
|-->ma
|-->gon
...
1
vote
2answers
265 views
Difference between setting classpath in build.xml using fileset and pathelement
I have a build file that declares the classpath as shown
<path id="compile.classpath">
<fileset dir="${basedir}/lib" includes="**"/>
<fileset dir="${jboss.home}/lib" ...
0
votes
2answers
128 views
setting the classpath of the project from the javac classpath
I am trying to create a java project from existing Ant buildfile in eclipse.But I am getting the error that is "problem setting the classpath of the project from the javac classpath: ...
0
votes
1answer
168 views
How to write build.xml in J2ME application?
I developed a j2me application, it is working fine.
In my application I have build.xml, when I run this build.xml it is generated a jar and jad files.
But the here the build is failed but the jar ...
0
votes
2answers
109 views
gwt - requestfactory with datanucleus with jpa and rdbms
I’m trying to use GWT with RequestFactory and DataNucleus ( JPA with MySQL) but I can’t compile it.
The error is very strange in a proxy class : UserProxy.java:12: Could not find domain method ...
0
votes
1answer
103 views
How to run a Junit file in build.xml
I need to run a junit file from ant build.xml, where junit resides in testscripts package and junit class has been extended by other class which resides in another package called supportlibraries ,
...
1
vote
0answers
75 views
Build.xml for Mac OS
I have a Build.xml to execute junit java files, will the following build.xml work fine in MAC OS or any changes should be made in XML (i mean with respect to OSx should we need to change anything ?)
...
0
votes
1answer
222 views
Building war file for Struts2 using ANT Error
I am having problem generating the war file correctly with ANT's build.xml for Struts2.
My problem was for the struts.xml, I can't seem to be able to put it to the right place even though I tried to ...
0
votes
2answers
123 views
ANT: Use “,” in <arg> without expansion to multiple arguments
The following ANT exec tag does not behave as expected.
<exec executable="c:\scratch\test.cmd">
<arg value="A,B,C"/>
</exec>
When executed, I would expect this to call ...
0
votes
2answers
512 views
Conditional property in Ant properties' file
Is it possible to set a property value in Ant property files (as opposed to build.xml) in a conditional way? For example, if apache.root property is set - the my_property will be ${apache.root}/myapp, ...
1
vote
1answer
208 views
NoClassDefFoundError at runtime with ant
well I'm trying to configure the project with Ant and this is what I get:
D:\Dropbox\EclipseWorkspace\PIRS_Arturas_Masaitis\src\lib>dir
Volume in drive D is WinMedia
Volume Serial ...
0
votes
0answers
208 views
Getting rid of “error: package does not exist”
I have these two Eclipse (Juno SR1) projects which each compile fine on their own. The second imports the first. The second is also a RapidMiner plugin, so I use the RapidMiner plugin template ...
4
votes
3answers
448 views
Java Ant build.xml issue
I am writing a build file for its basic run, clean and compile properties. Here is what I have:
<?xml version="1.0" encoding="ISO-8859-1"?>
<project default="compile">
...
1
vote
1answer
151 views
ANT: several filesets for the javac task
I have a ANT build file with two different filesets:
<fileset id="fs1"> <include name="source1\**" /> </fileset>
<fileset id="fs2"> <include name="source2\**" /> ...
0
votes
0answers
453 views
Ant Build for Dynamic Web Project
I'm an Ant newbie and would need some assistance. Basically, I need to create an ant build on my project so that other developers can work with the same folder structure after downloading the source ...
1
vote
1answer
63 views
How Do I exclude files of similar names from an Ant build script?
I'm converting LESS to CSS via an ant build script. I want to only convert a LESS file if I haven't already converted that file previously.
How do I check one folder for the CSS file and then exclude ...
0
votes
0answers
120 views
How can I pack a database with a jar file in netbeans
I have a settings sqlite database which is just for reading and doesnt need any writing to and I added this sqlite database to jar file created by netbeans when I build my project. When I build the ...
3
votes
1answer
184 views
How to put condition in exec in a build.xml file? (Ant in hudson)
How to put condition in exec in a build.xml file? (Ant in hudson)
I need to use arg only if something happened(I send some parameters) and I need a if task or a condition for can solve the problem.
...
1
vote
2answers
255 views
shell commands not recognised when called through ANT
I am calling a shell script from ANT build.xml on a windows machine in which I have cygwin installed. The script is getting called and the initial echo statements are being executed in the script. But ...
1
vote
0answers
263 views
android 9 patch image do not stretch in release mode
I am using some 9-patch images for buttons in my app.
When I launch from eclipse, all is fine, but when I build in release mode (ant/proguard obfuscation, ...) and install the apk, the 9-patch images ...
1
vote
3answers
5k views
Could not load definitions from resource net/sf/antcontrib/antlib.xml, netbeans
I'm new to Netbeans, and newish (less than a year) to Ruby programming. I've been getting increasingly frustrated with Eclipse and Ruby - it's not at all Mac-like! - and decided, based on the ...
0
votes
0answers
240 views
Ant - build.xml
I've added ant build.xml by using the following command
"android update project -p project name"
I've also done the same in my project libraries. Also using the command:
"ant clean debug".
...
0
votes
2answers
48 views
Apache Ant is creating bizarre directories
I am defining a new buildfile and (for reasons outside the scope of this question) I need to place it inside projectRoot/build, as opposed to the normal projectRoot:
MyProject
src/
...
0
votes
2answers
2k views
How to configure Ivy for Ant build
I currently have ANT_HOME located at /home/<myuser>/ant/1.8.4/ant-1.8.4.
I just downloaded the Apache Ivy tarball that includes its dependencies. I extracted it to ...
3
votes
1answer
485 views
How to encode Java files in UTF-8 using Apache Ant?
In my build.xml file I fetch some Java files by cxf. Some of these Java files need to be encoded in UTF-8. How can I use Ant to change the encoding to UTF-8?
PS: I found instructions for how to set ...
0
votes
1answer
369 views
ant - how to include .java files in classpath
Please notice first: I don't need to include .jar files!
I want to include .java files from another java project with ant. But I don't know how and google has also no idea.
My build.xml looks like ...
1
vote
0answers
280 views
ant/build.xml:658: null returned: 127
cannot run ANT task:
The following error occurred while executing this line:
/opt/android-sdk-linux/tools/ant/build.xml:622:
The following error occurred while executing this line:
...
0
votes
2answers
208 views
Referencing external .jar libraries in ant to build a Android java jar
(I am new to ant and I've scoured the web for solutions to this, but none of them seem to work for me.)
I am trying to reference an external .jar library in building with ant. But, I receive errors ...
7
votes
0answers
544 views
build.xml gives errors when compiling a Processing sketch which includes ArduinoAdkUsb
Software involved:
* Latest Android SDK (as of today - 8/29/2012) with all of the latest APIs, Tools, Extras, etc downloaded.
* Processing 2.0a8 (latest build)
* Arduino ADK libraries for Processing ...


