Haven't worked with maven before, but I can throw everything together into an eclipse project over the weekend. I'm long overdue for a new release as it is.
Don On Fri, Sep 10, 2010 at 5:13 PM, Nima Kaviani <[email protected]> wrote: > Hey Donald, > > I was just looking into your chatterbot. Looks interesting and I tried to > play around with it so I thought I would provide you with some quick > feedback. I downloaded your released source code but from what I see it > contains only the Java files and a sample shell.ini file that I don't really > know how to use. so it is a very minimalistic release. > > Could you make a release of a buildable source code as a maven project or an > ant project or simply an eclipse project with the dependencies being there > and the bundle boundaries and the MANIFEST files integrated? I think at this > point if someone tries to use or investigate your code they will have to > figure out a proper build setting, the boundaries between bundles, etc. etc. > which is going to make it quite cumbersome to quickly bring it to a working > stage. I personally would suggest you release a maven build of the project > similar to what is done with other Apache Felix projects. This helps with > quickly getting to the build and execution stage. > > cheers, > -Nima > > On Fri, Sep 10, 2010 at 8:52 AM, Donald Whytock <[email protected]> wrote: > >> A few months back I'd thought about submitting my Chatterbot project >> to the incubator. Now that I have a fully functional prototype I'm >> considering instead offering it as a Felix subproject. >> >> Chatterbot is built on Felix, designed to accept messages over a >> variety of protocols and submit them to command processors. This >> could serve as a remote-access framework, a chat responder, a chat >> lurker, a cross-protocol message forwarder, and so on. The project >> wiki is at http://www.imtower.net/chatterbot >> >> My thought for adding this as a Felix subproject is that the bundles >> for handling protocols can be generalized to be used outside of >> Chatterbot. The same may be true for the command-processor bundles. >> >> Your thoughts? >> >> Don >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > http://nima.magic.ubc.ca > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

