The Fortress complete jar is supposed to include all the required classes to make it run. My original intent was for all Excalibur classes to be included--since that would be in scope, and helps to make all of these things unified.
However I just realised that it is missing one JAR (the excalibur-container.jar) and had two that were not Excalibur jars. Adding the missing one is no problem. The util.concurrent-1.3.1.jar (AKA Doug Lea's classes) is in my understanding public domain. The question for this jar is whether or not we should keep it a separate JAR file, or incorporate it. Due to the fact that it is public domain would not present a legal issue, but a moral one. On the same token, the commons-collections-2.1.jar was being incorporated into the Fortress Complete JAR. Things that are from separate projects like Jakarta Commons should really be kept separate if at all possible. Which also fits in with the previous issue (util.concurrent). I would like to apply my patch which separates those two JARs while still making the Examples work. What are your oppinions? I can do this in short order so just let me know what the concensus is. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
