Migrate « Ant « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » Ant » Migrate 

1. Should I migrate from Ant to Maven?    stackoverflow.com

I am working on a fairly large project (with a number of modules, a bunch of external libraries etc.) and we are now considering switching from Ant to Maven. I understand ...

2. Converting Ant to Maven: problem with target attribute "depends" on Ant    stackoverflow.com

I am converting ant to maven2. I meet a problem. Please help me: In build.xml, i have

<target name="clean">
  <delete file="${dir.dist}/${api.jarfile}" />
  <delete dir="${dir.build}/**" />
/target>
<target name="prepare1" depends="clean">
  <mkdir dir="${dir.build}" />
 ...

3. Advice migrating jboss AS5 project to AS7    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.