Hi All<br><div><br></div><div>There are Ant fans, Maven fans. People who want to use Ant with Ivy. I&#39;m a Maven fan. And think everyone should go the Maven way for all the benefits it provides!</div><div><br></div><div>
However, it&#39;s quite a big decision to move from one to the other and I don&#39;t think both work together very well, as one has to maintain 2 builds (which as we&#39;ve seen can be difficult - the maven currently being broken). Clearly lots of people use Ant and aren&#39;t familiar with Maven (I was like that). Can I suggest a compromise:</div>
<div><br></div><div><a href="http://maven.apache.org/ant-tasks/examples/write-pom.html">http://maven.apache.org/ant-tasks/examples/write-pom.html</a></div><div><a href="http://www.jonnyreeves.co.uk/2010/01/automatically-generating-a-maven-pom-file-with-ant/">http://www.jonnyreeves.co.uk/2010/01/automatically-generating-a-maven-pom-file-with-ant/</a></div>
<div><br></div><div>The main idea behind maven is that like Ivy is can do your dependency management. The POM file describes the project, the type of file associated with it (jar, war, sources, etc.) and all its dependencies. I think the above link would be a good compromise.</div>
<div><br></div><div>It tries to generate the POM from what it knows of the Ant build, and then deploy to a repository. Would someone be willing to see if they can get that working in the ant build (i&#39;m not very familiar with that). And I&#39;ll see if we can a maven repository set up somewhere external so that projects currently using Maven and JSword can download releases straight from there...</div>
<div><br></div><div>In summary, </div><div><ul><li>let&#39;s continue using Ant to build JSword. </li><li>For those people who prefer using Maven (me), let&#39;s ensure they can build the maven POMs and JSword library easily locally, </li>
<li>and better let&#39;s try and have the JSword libraries deployed widely on the common Maven repositories.</li></ul></div><div><br></div><div><br></div><div>Chris</div>