Re: [Chain] Any future plans for commons-chain?

2013-03-20 Thread Christian T Trimble
Hello, I am not sure where you are looking to take the commons chain project, but you may be interested in some code that meltmedia has open sourced. The project is called xchain and it fuses the Commons JXPath project with Commons Chain to be used as a web framework. You can find the code

Re: [jci] preparing for jci 1.1 release

2011-05-18 Thread Christian T Trimble
I do not see why this entire project would need to go to 1.5 or 1.6, unless Generics are added to the core interface. The maven.compile.target property could be set on the different modules, so that the core interface is compiled for 1.4.2 and the JSR199 code is compiled for 1.6. On May 17, 20

Re: [jci] preparing for jci 1.1 release

2011-05-17 Thread Christian T Trimble
Torsten, Can improvements to the current code base be rescheduled to 1.2? This project has been without a release for some time and those projects that depend on JCI 1.1 need a release of the current functionality for their own releases. If that is not an option, can we at least get SNAPSHO

Re: [jci] preparing for jci 1.1 release

2011-05-17 Thread Christian T Trimble
Torsten, I do not need 1.4 compatibility. -Christian On May 13, 2011, at 12:06 AM, Torsten Curdt wrote: > Thanks for checking, Christian. > >> I have moved my code base from my old version of jci 1.1 to the trunk and >> everything looks good. I did have trouble building the trunk, because

[jci] preparing for jci 1.1 release

2011-05-11 Thread Christian T Trimble
Torsten, I have moved my code base from my old version of jci 1.1 to the trunk and everything looks good. I did have trouble building the trunk, because the fam module is not included in the module list. I have opened JCI-66 to address that. I will take a look at 1.0/1.1 compatibility late