Tagged Questions
70
votes
6answers
23k views
Why use Gradle instead of Ant or Maven?
What does another build tool targeted at Java really get me?
If you use Gradle over another tool, why?
(See also Why use Buildr instead of Ant or Maven)
27
votes
13answers
2k views
Why is no one using make for Java?
Just about every Java project that I've seen either uses Maven or Ant. They are fine tools and I think just about any project can use them. But what ever happened to make? It's used for a variety ...
21
votes
9answers
5k views
SASS implementation for Java?
I'm looking for SASS implementation in Java (could be used with JSP/JSF). For Python I've found CleverCSS, but there is nothing for Java. Anyone heard something about this sort of tool for generating ...
16
votes
3answers
3k views
ant to maven - multiple build targets
I have an ant build that is currently being converted to maven. However, the ant build has 2 build targets - one that builds the entire app, and one that builds a jar from some of those files (only a ...
7
votes
4answers
499 views
Maven vs Ant for automatic builds in Android applications
I'm evaluating whether to use Ant or Maven to automate my build process for Android development. I've been trying to read online to make an informed decision, but haven't found many specifics that ...
7
votes
2answers
2k views
JAVA_HOME gets mangled by Maven
I'm retrofitting bunch of existing Java projects with unified Maven build. Since each project is mature and has established Ant based build all I'm using maven-antrun-plugin to execute existing ...
5
votes
1answer
55 views
How do remote dependency managers for tools like grapes/maven/ivy manage to utilize the same underlying repositories …?
It seems as though ivy , maven, grapes , and other dependency managers link to the same integrated repositories.
1) What do these different dependency managers have in common in terms of the way ...
4
votes
2answers
196 views
Are there any robust Clojure continuous integration options?
I'm trying to integrate clojure into a continous build . Any suggestions for A clojure enabled system like Jenkins , that is capable of doing lthe work for me via a plugin? I've seen some ad hoc ...
4
votes
1answer
210 views
Advice migrating jboss AS5 project to AS7
We have a large project ear that contains a .har and a .war, currently built with ant - running on JBoss AS 5. We would like to migrate this application to JBoss AS 7. Much of the AS 7 documentation ...
4
votes
3answers
548 views
Use Maven just to fetch some library jars
We are using ANT for our build process and don't have plans to change this in the near future.
Is it possible to use Maven to just fetch common Open Source jar files (e.g. Log4J, SWT, JFace) and put ...
3
votes
2answers
25 views
Ant immutable properties to mutable
i have a problem. I'm use antrun plugin for maven and do next: i have folder and subfolders(I do not know what are called sub-folders and their number) and i'm do archive for this subfolders with ...
3
votes
1answer
36 views
Does one have to install Ant for running Maven's maven-antrun-plugin?
From the docs: "This plugin provides the ability to run Ant tasks from within Maven 2."
Do I need to install Ant to run ant tasks or does the maven plugin already includes Ant? Thanks.
3
votes
1answer
68 views
Maven: how to identify jar files by SHA
I've inherited an Ant-based project that has over 80MB of jar files in a lib dir. I'd like to convert it to Maven. The jar files are named very simply, like quartz.jar. Since there is no indication of ...
3
votes
4answers
204 views
Help setting up a Java build environment
I'm at my wit's end. I'm spending more time working on getting my build to work rather than actually developing software. I'm currently working on large-scale Java web application based on Tomcat 6. ...
3
votes
3answers
524 views
How to automate android builds for lite and premium version?
I'm looking for a solutions which will allow me to build lite and premium versions of my android app without manual manipulations.
The functionality I'm looking for is:
Automatically renaming ...
3
votes
2answers
73 views
Is it possible to manage a project by both Ant and Maven?
Can those two coexist for the same project?
3
votes
3answers
127 views
Versions in Java
I have to manage a Java build, and I don't know how to best manage the software's version so that it can be displayed on an about dialog etc.
How do you people do it? We are using Maven, can I ...
3
votes
1answer
238 views
speed up java maven compile on amazon clustering
just a wild idea. wonder is it possible to compile maven build on amazon clustering machines to speed up build processes? any reference or guide on this?
reference
2
votes
4answers
60 views
Maven Version number in java file
I come from ANT where you can invoke a .java file to obtain the version number through executing some method. I would like to do something similar in my new pom.xml to automatically obtain the correct ...
2
votes
0answers
108 views
mvn install looks for tools.jar nested too deep within my java directory
On ubuntu 11.10, with maven2, here's the error code:
Unable to locate the Javac Compiler in:
/usr/lib/jvm/java-6-sun-1.6.0.26/../lib/tools.jar
Not sure why it's adding the ".." in the path?
My ...
2
votes
2answers
94 views
How to pass parameter values to maven gzip ant task?
Gzip can take parameters, as described here. I would like to gzip some files from maven using ant-run, but the documentation does not explain how to pass parameters.
Is this possible, and if yes, how ...
2
votes
1answer
90 views
Is it possible for the same javac compiler to compile the same set of source files but produce class files of different checksums?
I was attempting to compare the results of this: (in ant)
<javac
target="1.5"
source="1.5"
...
2
votes
0answers
111 views
Alternatives to Maven Archetypes
We're currently using Ant with Ivy for build and dependency management, but there's an interest in providing template starter projects like Maven provides using archetypes.
...
2
votes
3answers
56 views
How to call for a Maven goal within an Ant script?
Is it possible to call or execute a Maven goal within an Ant script?
Say I have a ant target called 'distribute' and inside that target I need to call for a Maven 'compile' goal from another pom.xml.
...
2
votes
1answer
562 views
Sonar plugin not working for projects that use ANT as a build script
Problem
I have just installed the Sonar Jenkins plugin. I went into my configured job (a free style job) that produces a WAR file artifact through an ANT build and did as follows:
Check the Sonar ...
2
votes
2answers
139 views
Get maven runtime dependencies in ant
I want to get the set of runtime dependencies from maven in ant. I'm using the maven ant tasks.
I know that you can limit the dependencies by scope (see docs):
<artifact:dependencies ...
2
votes
1answer
187 views
How to convert build.xml to maven pom file?
I have portlet project which runs using build.xml. I want to shift to maven based build management.
How can i map build.xml to pom.xml?
How can i write goal for every target in build.xml?
Whether ...
2
votes
1answer
69 views
Maven tests vs ant tests (more specifically now)
Ok, a little backstory on this one. I'm responsible for translating a project from a (terrible) ant build to a maven build. My first step was to simply remake the final EAR as similar as the Ant one, ...
2
votes
1answer
77 views
Is there an ivy/ant equivalent to mvn jar-with-dependencies?
With maven-assembly-plugin it's possible to package a project into a single jar w all the dependencies.
2
votes
2answers
2k views
gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build
I am trying to get a simple GWT 2.3 project working in DevMode with an Ant Ivy build. I have used Ivy for GWT projects prior to 2.3 (GWT 2.0.x in particular), and the following dependencies (in my ...
2
votes
1answer
224 views
Any standard way to convert an ant project to Eclipse project?
For maven, we can use mvn eclispe:eclipse to do it. Any standard way if using ant?
2
votes
3answers
493 views
Maven:install jar file during build process
I have got a requirement as follows.
I need to run ant build file during maven build process. I need to invoke the build.xml from my pom.xml file. I have done that using maven-antrun-plugin. Now I ...
2
votes
1answer
1k views
How to create a jaxb.index file on the fly using Ant (or Maven)
This is more of knowledge sharing rather than asking a question. Thought this little Ant snippet might be useful to someone.
<target name="create-jaxb-index" depends="compile">
<!-- ...
2
votes
3answers
2k views
What is the difference between an EAR file and a “WebSphere Enhanced EAR”?
Supposing that I have a standard EAR file (and the source files that were used to generated it,) what additional processing needs to be done to convert it to an IBM WebSphere "Enhanced EAR"?
Another ...
1
vote
1answer
22 views
How to download from ftp server using maven
We have tried using ant ftp tasks, but could not get it working like shown below:
<artifactId>maven-antrun-plugin</artifactId>
<executions>
...
1
vote
1answer
45 views
Build a flex project on, ant or Maven?
I am going to write a build commands for flex 4.5 project, which is only based on actionscript not with java. I am very new to both maven and ant.So can you people suggest which is more compatible ...
1
vote
2answers
85 views
Checking an environment variable using the Maven AntRun plugin
I'm trying to check and see if the MULE_HOME environment variable is set within the maven-antrun-plugin without success. Here's what I have so far:
<plugin>
...
1
vote
2answers
38 views
Migration from ant to Maven producing 100+ jars
We are trying to migrate our builds from ant to maven. Project I am working for is using ant since ages. Scripts are real complex where build artifact is a zip file having a definite directory ...
1
vote
2answers
346 views
Ant installation cannot find maven-artifact-ant-2.0.4-dep.jar
I'm trying to install Ant on Windows 7 using these instructions, but at stage 5, when I run the command ant -f fetch.xml -Ddest=system, I get the following error:
Buildfile: C:\Program ...
1
vote
1answer
48 views
Specify memory for ant maven deploy task
I am using ant maven deploy task to upload the zip file created by the ant script to our repository, but the problem is the file is too big and it fails with
java.lang.OutOfMemoryError: Java heap ...
1
vote
3answers
185 views
How do I configure a Play! Framework project to be built as a war using only Ant or Maven?
I realize, from the documentation (http://www.playframework.org/documentation/1.2.1/deployment), that if the Play! Framework is already installed and configured properly then creating a deployable war ...
1
vote
1answer
72 views
Ant in Ant in Maven: How to add optional tasks?
I'm trying to run junitreport task in Ant in Ant in Maven:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
...
1
vote
0answers
104 views
How to correctly setup a conditional task with Maven-Ant?
New Ant user here. I've created a conditional task, which is run inside as a Maven Ant plugin. The issue I'm facing is the condition target: "ui-test-condition" is not being found during a build.
The ...
1
vote
0answers
24 views
ant builds running through maven issue
So I'm building a project with maven, and in this maven pom we have a reference to an ant build script. The maven pom triggers this ant build to build a project (an install of alfresco with mysql ...
1
vote
1answer
123 views
Running project java class from ant using maven for dependencies
I am trying to run a Java class as part of the deployment of my project (I want to create some resources at deployment, which can then be read at runtime).
For the most part, I am using maven for the ...
1
vote
1answer
55 views
Maven Ant 2.1.3 dependencies task does not work with type filter
I am using Maven Ant Tasks library to automatically resolve dependencies. I am trying to use "type" filter in "dependencies" task. Task works only if I do not add "type" filter. Even default value ...
1
vote
1answer
93 views
Beginner Steps to Configure a Java Project to Build with Apache Maven
I've been given the task of migrating an existing project -- formerly built with Ant -- to use Apache Maven. I'm brand new to the entire concept, though I've spent the last several hours doing as much ...
1
vote
1answer
199 views
Command-line build of a Flex 4 project
We have a Flex 4.0 project in our product and we're trying to set up command-line build for it. This is to be used on our build server.
So far we have tried three approaches, but none seems ...
1
vote
1answer
133 views
Is there a way to run nodeunit tests through maven/ant
I have created some unit tests for my node.js application in nodeunit. I want to be able to run the tests through maven / ant, because I intend to run them through Jenkins. Has anyone had any success ...
1
vote
1answer
307 views
Maven antrun plugin. Passing all files in a directory as an argument
I am using maven-antrun-plugin to generate classes using Apache Thrift. The plugin works when I specify one thrift file as an argument but fails when I try using a wildcard (*) to generate code for ...