0
votes
0answers
12 views

Junit cleanup in separate JVM

Is it possible to run maven or ant in such a way that the @After and @Before tagged methods in a Junit test are run in a separate JVM? Admittedly, since these normally run once per test case,whose ...
1
vote
0answers
24 views

License-Maven-Plugin equivalent in ant

In my Java EE project we are using ANT as the build tool. Is there an equivalent for License Maven Plugin in ANT World?
0
votes
0answers
82 views

The import package cannot be resolved

I have a liferay portlet. I've added some external libraries using maven. In ide no errors, it can recognize, but when deploying with ant , it says no such package and class import pack.SomeClass; ...
0
votes
0answers
14 views

Report JUnit tests results from PhantomJS to Maven's Surefire plugin

Right now I'm calling an Ant buildall.xml inside my pom.xml (maven-antrun-plugin, test phase): pom.xml <ant antfile="src/test/js/build.xml" target="init" useNativeBasedir="true"/> That ...
0
votes
0answers
26 views

weblogic deployment automation -nostage

I have to automate the weblogic deployment, and as per this doc. http://docs.oracle.com/cd/E15523_01/web.1111/e13702/deploy.htm#DEPGD234 we can use weblogic.Deployer, and the syntex for that would be ...
0
votes
0answers
34 views

Ant JUnit task NoClassDefFoundError when run in existing JVM

I went for the JUnit Ant task solution where I provide the JUnit library through the task's element: <target name="test" depends="compile-tests" description="Run unit tests"> <junit ...
0
votes
3answers
88 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 ...
0
votes
1answer
40 views

Maven/Ant: Move a directory out of another directory of unknown name

In a Maven project, I have a zip containing a directory, which I need the content from. I.e. foo.zip somedir content I don't know the name of somedir. But there's just this one dir. ...
0
votes
2answers
48 views

Using ant script within maven ant plugin

I am using the ant maven plugin to call a legacy target inside a maven build. When I run the pom file, it throws an error on a missing ant file: [ERROR] Failed to execute goal ...
-3
votes
2answers
52 views

Does Maven have its own build system. meaning can build project without Ant? [closed]

I have see a lot of doc that Maven can read Ant xml file, Does this mean Maven empoly Ant to build project ?
0
votes
0answers
37 views

how to create phpcs.xml file in ant from command line

Hello i want to create phpcs.xml file. but i am not sure about whether this file is created by ant or codesniffer ? the reason for creating phpcs.xml is i want to add code block in build.xml file ...
0
votes
3answers
55 views

Maven and Ant plugin to copy resources intelligently

It's easy to use org.apache.maven.plugins:maven-antrun-plugin to copy resources and rename them but is there a way to do this intelligently with wildcards or other mecanisms to conform personnal rules ...
1
vote
2answers
57 views

How do you handle multiple versions of same jar?

I use Apache_Gora_0.2.1 and Apache Nutch_2.1 . Nutch depends on Gora. Gora have modules gora-core and gora-hbase. gora-hbase depends on gora-core. All the modules of Gora use avro_1.3.3.jar . I ...
2
votes
1answer
58 views

batch updating manifest.mf for existing jars using maven

I would like to add a custom key/value pair to the MANIFEST.MF of several existing jar files in my war project (those jars are not the project dependencies). I already can pack/repack those jars ...
1
vote
0answers
14 views

Reusing ant-snippets in multi-module maven build

How can I reuse an ant snippet in multiple projects? Lets say I have the following in my root pom.xml: <plugin> <artifactId>maven-antrun-plugin</artifactId> ...
1
vote
2answers
64 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

Ant build fails as part of multi-module maven build

I have a multi-module maven project. Building the POM on the parent should build all of the child modules and finally build a child module which prepares an executable jar. This final module ...
1
vote
1answer
53 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
0answers
35 views

How do I get GroovyDoc to properly document return types with generic type parameters?

I have an ant task that generates GroovyDoc defined in my Maven pom file. Everything is looking great except that the method documentation for methods that return something like this: ...
1
vote
1answer
136 views

Android with Maven and IntelliJ

For the past 3 weeks I've played heavily with Android Maven build process. For the most part I find it a much better experience than Eclipse but have a few questions I'd like answered: Is there a ...
0
votes
1answer
25 views

Converting Ant javadoc to Maven

I'm converting my ant project to maven and want to add javadocs as well. I've added maven-javadoc-plugin, but I can't find anywere the whole list of its params :(. My ant's javadoc was configured ...
1
vote
1answer
87 views

What is Maven's counterpart of Ant's <property> “prefix” attribute?

I am currently migrating Java Web Project build process from Ant to Maven. Current process uses several environment-specific properties files, which are inserted into main application properties ...
1
vote
1answer
86 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
0answers
36 views

Liquibase dml and cross platform view comparison issue for mysql

Our implementation for oracle for comparing dml and ddl for cross platform views and comparing record between two table is working perfectly for us. We have a same requirement to compare dml and ddl ...
1
vote
2answers
90 views

Is it possible to tell maven-compiler-plugin to delete .class file when I remove/rename corresponding .java file?

I read official docs mvn help:describe -DgroupId=org.apache.maven.plugins -DartifactId=maven-compiler-plugin -Ddetail: http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html and ...
0
votes
2answers
132 views

Hibernate instrumentation transform failure: cannot find class (HHH000373)

I'm attempting to enable Hibernate instrumentation for the entities in a Maven project. Instrumentation seems to work normally on entities with only fields of standard types defined by the Java API ...
-1
votes
1answer
106 views

what are the plugin,dependencies to genereate reports by using Selenium,JUNIT ,MAVEN [closed]

I am settingup selenium maven project by using Selenium webdriver,JUNIT,MAVEN. So in pom.xml I have given selenium related dependencies.. can any one send me what are all the plug in and ...
1
vote
1answer
148 views

Android Command Line Tool - Ant Debug in project with libraries

I created a test project to understand how to build and run the tests using command line tool. I managed to create a project, updated it with android update project -p . and debug with ant debug ...
0
votes
1answer
80 views

what is the best way to show test results report for Selenium Maven setup

I am setting up maven for selenium webdriver by using JUNIT. So can any one suggest me what is the best way to show test results reports ? And if possible can you send pom.xml as well if you have ...
0
votes
0answers
207 views

Error resolving version for plugin 'org.apache.maven.plugins:null' from the repositories Selenium JUNIT ANT MAVEN

I am trying to set up maven for selenium project .So I am getting this error. Can any one help me why it is coming like this [ERROR] Error resolving version for plugin ...
0
votes
0answers
34 views

Getting Eclipse editor to update recognized definitions based on Ant/Maven build.xml settings

I'm sure this question has been answered somewhere, maybe several times, but I don't seem to know the right terminology well enough to search for it successfully. I created some Eclipse projects by ...
0
votes
1answer
140 views

How to run ant by using maven for selenium junit to generate test reports

Hi am trying to run testsuite which has implemented to by using JUNIT,ANT,MAVEN configuration. The below pom.xml I have created but ... testsuites are not running... if I run maven. I am runnning ...
0
votes
1answer
120 views

Same JUnit tests working in Ant but not in Maven

I'm with a very strange problem and would like to understand it. Well, the problem is that some of my JUnit tests crashed when I tried to run Maven Test, but in Ant or Eclipse's plugin it works ...
0
votes
1answer
30 views

How is tomcat failing to find the classes in the libraries in my war?

In a .war file I've deployed to Tomcat, I'm getting a NoClassDefFoundError on a library that was there during build. My .war is being created with an Ant build script. In the script is what I believe ...
0
votes
1answer
19 views

Augment maven compilation task

In Maven, using the compiler plugin, we can do mvn compile and compile the project. What I need is to compile the project AND do some other stuff. For instance, in ANT I can do this: public class ...
1
vote
0answers
145 views

How to compile jsp pages as per tomcat 7 standard

Our code is moving from jboss to tomEE and found some issues with jsp pages which was working with JBOSS as per link http://thinkinginsoftware.blogspot.com/2011/10/tomcat-7-jstl-failed-to-parse.html ...
0
votes
1answer
47 views

Adapting ANT scripts for updating EAR file to Maven

I have an Ant script for automating a few tasks that are not build related by mainly as updates to the EAR file. These include calling SoapUI exe for some web services, unpacking the EAR file ...
2
votes
2answers
47 views

Maven compilation

does anybody know how Maven do its compilation task? I know that Ant looks for "tools.jar" in the classpath and use "com.sun.tools.javac.Main" as entry point for the compiler. What about Maven? ...
1
vote
1answer
108 views

What's the simplest way to manage dependencies in Android app repositories?

I want to make an Android app which is dependent on other 3rd-party libraries, namely ActionBarSherlock, and track the app's development in source control using Git. I also want to make it easy for ...
1
vote
0answers
32 views

How to associate an Ant task during mvn assembly:single?

Using the maven-antrun-plugin I am able to attach an ant task to a maven phase. I am using maven assembly plugin without attaching it to any phase : a script is running the command mvn ...
3
votes
1answer
133 views

Rename packages with android maven plugin

As usual you stuck with maven when you try to make something non-standard. I'm currently trying to rename my main application package for Android app to be able run different branded apps from same ...
0
votes
1answer
177 views

Ivy Unresolved Dependency When Using Spring Data JPA - org.eclipse.persistence

My build runs fine until I add the following line to my ivy.xml file: <dependency org="org.springframework.data" name="spring-data-jpa" rev="1.1.0.RELEASE"/> Then I get the following error: ...
-3
votes
2answers
181 views

how to convert pom.xml to build.xml

Am a new bee in this area. Got a part in pom.xml like below which i need to change in ant buid.xml. How do i do it? Can i get any help from tutorial or anyone can explain what <dependency> ...
1
vote
1answer
61 views

what is project.build.directory in ANT

In my project the maven-antrun-plugin is used and in a number of places a property named project.build.directory is referenced but i can't understand to what value this property is set. I tried ...
0
votes
1answer
54 views

How to build a project using libvirt java binding

it might be a stupid question but how do I set up an environment to develop a test application using libvirt? do I have to set up ant or maven project or can I just copy java files to my src folder in ...
0
votes
2answers
103 views

Maven not passing overriden properties to ant

Currently running into a weird problem with a Maven build that is making a call to ant, within the parent pom the following property is defined: - ...
0
votes
1answer
303 views

maven-antrun-plugin skip target if any of two possible conditions holds

I can pass two properties A and B to maven via mvn test -DA=true or mvn test -DB=true If either A or B is defined i want a target to be skipped. I found it was possible when only A was ...
0
votes
1answer
68 views

Ivy makePom dependencies when namespaces in use

I am using the makePom Ivy task to generate a Pom file for publishing to Artifactory. That works supremely except for one problem. Because namespaces are being used with our Ivy configuration, the ...
1
vote
1answer
112 views

Imperative vs Declarative build systems

I have recently started using Gradle as a build system. They first comparison that Gradle makes with the likes of Ant and Maven is that, Ant is an imperative build system, whereas Maven is a ...
2
votes
1answer
65 views

Move project from Ant to Maven and break it up

I have an existing web project which currently uses Ant. I have tasks that: create the jar based on only certain packages for other applications which use this project as a dependency create the war ...

1 2 3 4 5 6