Hi all, Did I hear somewhere that I can have maven create an ant build file for me?
We use CruiseControl for our continous integration process and it needs to integrate with ant. My current ant build file just does an <exec...> of maven and the appropriate goals but that doesn't really do the trick. For instance, CruiseControl seems to setup its own log channel (?) to log each message and its priority. Some of its reports (build success/failure in particular) need to know that priority. Anyway... If I had an ant build file so that I can invoke javac/junit/etc... without having to <exec...> maven then CruiseControl would be happy. Thanks, J -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
