From: "James CE Johnson" <[EMAIL PROTECTED]>
> Did I hear somewhere that I can have maven create an ant build file for
me?

    maven ant:generate-build

will autogenerate a build.xml capable of compiling your code. You don't get
all the Maven features but just a few basic stuff.

James
-------
http://radio.weblogs.com/0112098/


>
> 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]>
>

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to