Noel J. Bergman wrote:
Stephen, Do you want to reapply to CVS HEAD? Also, see if the changes I made today fix your looping problems.
I'll commit and let kou know the result status.
A request for your commit karma was sent off earlier today. I just did a
grep of avail; you aren't in there just yet. If you reapply the patches
against HEAD, and still don't have karma when you're ready, send me the cvs
diff -u, and I'll apply from my side.
Looks like everything is in place.
The build includes the updated cornerstone coponents which include the bug fix on the pool max size. This means that we need to build against some of the Excalibur candidate releases. To make this process manageble I put in place a alternative build file that uses jar pathnames established in a properties file - which makes life a lot easier to swich the source of jar files your testing against.Do we also need to pull in any of the release candidates? What is ready for release testing?
Here is the list of candidates I'm building against:
<classpath>
<fileset dir="../../jakarta-avalon-excalibur">
<include name="io/build/lib/excalibur-io-1.1.jar"/>
</fileset>
<fileset dir="../../jakarta-avalon-cornerstone/build/lib">
<include name="cornerstone-threads-1.0.jar"/>
<include name="cornerstone-connection-1.0.jar"/>
<include name="cornerstone-datasources-1.0.jar"/>
<include name="cornerstone-scheduler-1.0.jar"/>
<include name="cornerstone-sockets-1.0.jar"/>
<include name="cornerstone-store-1.0.jar"/>
</fileset>
<fileset dir="../../jakarta-james/lib">
<include name="dnsjava-1.2.3.jar"/>
<include name="mail_1_3.jar"/>
<include name="jakarta-oro-2.0.1.jar"/>
<include name="activation.jar"/>
</fileset>
<fileset dir="../../jakarta-james/build/lib">
<include name="mailet.jar"/>
<include name="james-3.0.jar"/>
</fileset>
</classpath>
There are also implicit jars that are made available by the container (such as excalibur-threds, excalibur-pool, etc.). I'll pull a list of these together for both Phoenix and Merlibn scenarios.
Cheers, Steve.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-- Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
