> 1. Does maven "deprecate" ant, or does maven use > ant? Must I have ant > installed in order to use maven? It does use ant behind the scenes, but takes care of it installation itself. As well as of your dependencies
> 2. I have an already started project that I build > using ant. What is > the preferred way to "mavenize" this project? > The project is a > whole j2ee application, with two ejb jars and > one war. Should I > translate build.xml to maven.xml? That's really non-trivial question. I would suggest to start with something more simple. Mevn projects are typically one-artifact-per-project So you could be forced to break up your project into several pieces - for ejb tier and for web tier. And thenb build them using reactor. Do'nt be affraid, I managed to move almost all development in our company to maven. regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
