> I have a build.xml and maven.xml. I am using the following goal into > maven.xml to call ant:target in build.xml
It sounds like you're talking about Maven1 which means you're essentially on your own. M1 is old, crusty, and not very many people on this list are still using it which means you'll have trouble getting good answers to your questions. You should take this opportunity to update your build to the latest Maven2 release (with pom.xml files etc) rather than wasting time making an M1 build. And btw, Maven3 is expected to land in the (relatively) near future, too. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
