|
From: Tomas G. <to...@pr...> - 2004-05-25 09:08:34
|
Hi, thanks. I wil take a look at it when things calm down a bit, it's hectic now. Next week we will release 3.0, and this is a candidate for the next release (3.1). Regards, Tomas Stephane Bailliez wrote: > I did a bit of clean up in the build file, there is still a lot to do > but that should be a reasonable first step. > > Triple check that I did not do any harm with the packaging. > > - I eliminated some unecessary expressions mostly in directory copies. > - splitted the test compilation from main classes (ideally test should > be away from the main tree and use a mirror structure) > - added a test:run target to be able to run tests. (I have a couple of > tests failing for some reasons between NPE and IAE) > - added some jboss checks (valid jboss.home and server up and running > before deploy, etc...) > - use <war>, <ear> and <jar> where appropriate > > It would also be nice to split components in their respective source > tree rather than a whole tree of sources that encourage weird > dependencies and class by class packaging. > > NB: You need xmlApis in /lib in order for the tests to run. > > Ideally I would like to move all the nasty .cmd and .sh scripts and > put them in a specific build file > My todo list would include as well: > - migration from command line interaction to Ant tasks but that will > take a bit more time. > > Stephane |