You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Javier Leyba <xl...@gmail.com> on 2006/11/13 12:59:24 UTC

Ant build file generation is bad...

Hi

I´ve used ant:ant command from maven to generate a build file some
time ago and ant place in the generated build file all dependencies as
classpath.

I did today and discovered that ant just make something like this:

<path id="build.classpath">
    <fileset dir="${maven.repo.local}"/>
  </path>

Is this more efficient than the old way ??



-- 
Javier Leyba
Barcelona - Spain
http://blog.leyba.com.ar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org