1
vote
1answer
31 views

Check for parameters value in ant build.xml

I have a requirement where in a build.xml file I have two variables. While calling the build.xml file from Java program, I will pass the values as properties And while calling the same build.xml ...
0
votes
1answer
24 views

Run external Build.xml file from pom.xml file

I am new to maven. My project requirement is below: I have a build.xml file which will merge N number of files to create a single file in a target folder. -- This is working perfectly fine when ...
0
votes
1answer
26 views

How to add Ivy to Ant dynamically

Typically, to make Ivy tasks available to an Ant build, you need to: Add ivy.jar to ${ANT_HOME}/lib. Add an xmlns:ivy="antlib:org.apache.ivy.ant" declaration to your build.xml's <project> ...
-3
votes
1answer
18 views

Generate javadoc with Ant [closed]

I'm looking for an example concerning the generation of a javadoc with Ant . Someone knows where I can find it ? Thanks you
1
vote
1answer
127 views

Importing ZXing - missing core/build.xml

I'm trying to import Google's ZXing. I downloaded the latest release from https://code.google.com/p/zxing/downloads/detail?name=ZXing-2.2.zip&can=2&q= From the cmd prompt I navigated to the ...
0
votes
1answer
57 views

Java , build.xml and Ant : Don't find the class

I have a problem in my build.xml which doesn't find the main class : ![enter image description here][1] This is the represetation of my directory : http://i.stack.imgur.com/d3d1z.png galaxy is the ...
0
votes
1answer
26 views

ant delete task with wildcard not working

I would like to set up an ant task to delete all .class and .jar files from the same directory the build.xml file is, including nonsense.class which is in the same directory as the build.xml ...
0
votes
1answer
48 views

ant: ftp task failing due to NoClassDefFoundError

I have been following some example source code but I am getting an error upon executing the ftp task. Here is my build.xml file: ?xml version="1.0"?> <project name="HelloWorld" ...
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
1answer
25 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
31 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
22 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
60 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
48 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
30 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
268 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
89 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
2answers
67 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
58 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
52 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
85 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
171 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
81 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
42 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
122 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
0answers
53 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
185 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
69 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
79 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
377 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
165 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
190 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
1answer
116 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
86 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
262 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
146 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
765 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
243 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
220 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
501 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
177 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
509 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
64 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 ...
3
votes
1answer
234 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
284 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
3answers
6k 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
241 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
49 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 ...

1 2 3