jimpo <[EMAIL PROTECTED]> wrote, in part, on 10/30/2007 08:26:03 AM: >> <rant>Seems like I am spending days finding out how to do simple things >> like copying a file, things that I could have done in a few minutes > using >> ant </rant>
Then use ant, seriously. The maven-antrun-plugin is designed for those cases where maven plugins don't go far enough, or aren't find grained enough to do the job required. We use a short ant script to build Matlab code, and another ant script to build C++ code[1], and these are wrapped into our maven build process by being triggered by the antrun plugin. Ant and maven work very well together. [1] We needed a way to build C++ code cross-platform, and the various maven plugins wanted us to choose a single platform. Ant to the rescue. Regards, Graham -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
