Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2503

Re: ANT vs Maven?

From markspace <markspace@nospam.nospam>
Newsgroups comp.lang.java.help
Subject Re: ANT vs Maven?
Date 2013-02-16 15:42 -0800
Organization A noiseless patient Spider
Message-ID <kfp5fq$vhn$1@dont-email.me> (permalink)
References <kfop0b$osq$1@dont-email.me>

Show all headers | View raw


On 2/16/2013 12:09 PM, Steve wrote:
>
> I've traditionally used ANT.
>
> My last project put into dependency hell, which learning enough Maven to
> get the right set of JAR files bailed me out of.
>
> I've learned that there is a "Maven Plugin" for ANT, as well as
> something called Ivy to give ANT the ability to manage dependencies like
> Maven.
>
> I HATE the directory structure Maven makes me use.


You might also look at Apache Ivy, which seems to be a lighter-weight 
version of Maven.  I just used it for the first time today, and it's 
downloading a bunch of dependencies for me right now.  Looks good!  But 
I don't know anything about it, really.

My general perception of the Java ecosystem though is that Maven is just 
plain going to be required for some projects, even if you hate it. 
Ant+Ivy seems like it might be an alternative for projects you control.

http://ant.apache.org/ivy/

Back to comp.lang.java.help | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

ANT vs Maven? Steve <tinker123@gmail.com> - 2013-02-16 15:09 -0500
  Re: ANT vs Maven? Roedy Green <see_website@mindprod.com.invalid> - 2013-02-16 12:47 -0800
  Re: ANT vs Maven? markspace <markspace@nospam.nospam> - 2013-02-16 15:42 -0800
    Re: ANT vs Maven? Lew <lewbloch@gmail.com> - 2013-02-16 17:42 -0800
      Re: ANT vs Maven? markspace <markspace@nospam.nospam> - 2013-02-16 18:06 -0800
        Re: ANT vs Maven? eric@invalid.com (EricF) - 2013-02-17 05:01 +0000

csiph-web