On Mar 13, 2008, at 5:32 AM, Mohammad Nour El-Din wrote:
Why u r using an Ant script file, I thought I've read that in another
mail, but I am not sure, is thare a good reason for that ? - Just
asking to learn if it is something new :) .
Ant is really good at scripting which makes it ideal for this very
complex setup (read the script). Maven on the other hand is very good
at structured builds, but is not very good at general purpose
scripting (for scripting tasks people typically use either the ant or
groovy plugins).
Also, it is very easy to test on a lot of boxes if the base
requirement is a JVM + Ant.
On Thu, Mar 13, 2008 at 2:25 PM, David Blevins
<[EMAIL PROTECTED]> wrote:
FYI, here are the results so far running the itests on the various
mutations of OpenEJB 3.0 binaries up for vote:
http://people.apache.org/~dblevins/stage2/linux-sunjdk15-results.txt
http://people.apache.org/~dblevins/stage2/osx-sunjdk15-results.txt
Here is the script I'm using:
people.apache.org:public_html/stage2/build.xml
The URL to that file is http://people.apache.org/~dblevins/stage2/build.xml
That version of the build file wont run on Windows, I have a couple of
patches on my other computer that makes it run. I'll upload them when
I get home.
-dain